Skip to content

Commit

Permalink
feat: add icon table (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathdevelop authored Jun 14, 2024
1 parent d309d21 commit 6fc6311
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styleguide/src/Icons/icons-path/Table.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import React from 'react'

export const Table = () => (
<path
fillRule="evenodd"
clipRule="evenodd"
d="M16 15.5H9.75V9.75h6.75V15c0 .275-.225.5-.5.5Zm-14 0a.501.501 0 0 1-.5-.5V9.75h6.75v5.75H2Zm0-13h6.25v5.75H1.5V3c0-.275.225-.5.5-.5Zm14 0c.275 0 .5.225.5.5v5.25H9.75V2.5H16ZM16 1H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2Z"
/>
)
2 changes: 2 additions & 0 deletions styleguide/src/Icons/icons-path/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ import { Search } from './Search'
import { ShoppingCart } from './ShoppingCart'
import { SortDown } from './SortDown'
import { Sync } from './Sync'
import { Table } from './Table'
import { ThinAngleRight } from './ThinAngleRight'
import { TimesCircle } from './TimesCircle'
import { Trash } from './Trash'
Expand Down Expand Up @@ -160,6 +161,7 @@ export const icons = {
shoppingCart: ShoppingCart,
sortDown: SortDown,
sync: Sync,
table: Table,
thinAngleRight: ThinAngleRight,
times: Close,
timesCircle: TimesCircle,
Expand Down

0 comments on commit 6fc6311

Please sign in to comment.