Skip to content

Commit

Permalink
feat: add icons to icon library (#199)
Browse files Browse the repository at this point in the history
* feat: add icons to icon library

* remove pricing icons

* use source from eva icons

---------

Co-authored-by: Mikyo King <mikyo@arize.com>
  • Loading branch information
bbleungg and mikeldking committed Mar 27, 2024
1 parent 838d1cb commit d34fca8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/icon/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,22 @@ export const VolumeOnOutline = () => (
</svg>
);

export const MinusOutline = () => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<g data-name="Layer 2">
<g data-name="minus">
<rect
width="24"
height="24"
transform="rotate(180 12 12)"
opacity="0"
/>
<path d="M19 13H5a1 1 0 0 1 0-2h14a1 1 0 0 1 0 2z" />
</g>
</g>
</svg>
);

//W
//X
//Y
Expand Down

0 comments on commit d34fca8

Please sign in to comment.