Skip to content

Commit

Permalink
add event log icon (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
raczyk authored Dec 8, 2023
1 parent 625dbc9 commit d3107a3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/svgicon/SVGIcon.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,14 @@ export const Data: StoryObj = {
</Text>
</FlexContainer>
</CopyToClipboard>
<CopyToClipboard text="eventLog">
<FlexContainer direction="column">
<SVGIcon name="eventLog" />
<Text size="xs" mt=".25rem">
eventLog
</Text>
</FlexContainer>
</CopyToClipboard>
<CopyToClipboard text="virtualColumn">
<FlexContainer direction="column">
<SVGIcon name="virtualColumn" />
Expand Down
9 changes: 9 additions & 0 deletions src/components/svgicon/icons/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1125,6 +1125,15 @@ export const uiIcons = {
<rect x="8.89" y="16.8" width="4.02" height="1.9" rx="0.45" />
</>
),
eventLog: (
<>
<path d="m7.7,22.41h-3.51c-1.46,0-2.66-1.19-2.66-2.66V3.33C1.53,1.87,2.73.68,4.19.68h11.98c1.46,0,2.66,1.19,2.66,2.66v4.77c0,.48-.39.88-.88.88s-.88-.39-.88-.88V3.33c0-.5-.41-.91-.91-.91H4.19c-.5,0-.91.41-.91.91v16.42c0,.5.41.91.91.91h3.51c.48,0,.88.39.88.88s-.39.88-.88.88Z" />
<path d="m7.44,15.12h-1.49c-.48,0-.88-.39-.88-.88s.39-.88.88-.88h1.49c.48,0,.88.39.88.88s-.39.88-.88.88Z" />
<path d="m10.41,11.01h-4.46c-.48,0-.88-.39-.88-.88s.39-.88.88-.88h4.46c.48,0,.88.39.88.88s-.39.88-.88.88Z" />
<path d="m14.84,6.93H5.95c-.48,0-.88-.39-.88-.88s.39-.88.88-.88h8.89c.48,0,.88.39.88.88s-.39.88-.88.88Z" />
<path d="m19.37,19.16c1.63-2.16,1.32-5.24-.72-7.03-2.05-1.81-5.19-1.72-7.12.22-1.94,1.94-2.04,5.07-.22,7.12,1.8,2.03,4.87,2.34,7.03.72l2.93,2.93.06.06,1.03-1.03-2.99-2.99Zm-.41-3.11c0,2.06-1.68,3.73-3.73,3.73s-3.73-1.67-3.73-3.73,1.67-3.73,3.73-3.73,3.73,1.67,3.73,3.73Z" />
</>
),
virtualColumn: (
<>
<polygon points="18.52 11.22 20.11 9.61 20.19 9.54 19.08 8.44 15.58 11.93 15.51 12 19.01 15.49 19.08 15.56 20.19 14.46 18.52 12.78 22.6 12.78 22.6 11.22 18.52 11.22" />
Expand Down

0 comments on commit d3107a3

Please sign in to comment.