Skip to content

Commit

Permalink
fix(Icon): Remove fill on Tag icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jul 22, 2022
1 parent a058bd9 commit f678665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/icons/ui/tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion react/Icons/Tag.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react'

function SvgTag(props) {
return (
<svg viewBox="0 0 16 16" fill="none" {...props}>
<svg viewBox="0 0 16 16" {...props}>
<path d="M5 6a1 1 0 100-2 1 1 0 000 2z" />
<path
clipRule="evenodd"
Expand Down
2 changes: 1 addition & 1 deletion react/__snapshots__/examples.spec.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3960,7 +3960,7 @@ exports[`Icon should render examples: Icon 1`] = `
</svg>
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">SyncCozy</p>
</div>
<div class=\\"makeStyles-iconTile-87 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 16 16\\" fill=\\"none\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
<div class=\\"makeStyles-iconTile-87 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 16 16\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
<path d=\\"M5 6a1 1 0 100-2 1 1 0 000 2z\\"></path>
<path clip-rule=\\"evenodd\\" d=\\"M2 0a2 2 0 00-2 2v5.89a2 2 0 00.586 1.415l5.98 5.973a2.462 2.462 0 003.481 0l5.236-5.237.002-.002a2.461 2.461 0 000-3.47L9.303.587A2 2 0 007.888 0H2zm0 2h5.888l5.978 5.98a.461.461 0 010 .649l-5.234 5.236a.46.46 0 01-.652 0L2 7.89V2z\\"></path>
</svg>
Expand Down

0 comments on commit f678665

Please sign in to comment.