Skip to content

Commit

Permalink
fix(Icon): FileDuotone icon is now theme responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed May 29, 2024
1 parent d8439c7 commit 76fe3d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 21 deletions.
11 changes: 1 addition & 10 deletions assets/icons/ui/file-duotone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 1 addition & 9 deletions react/Icons/FileDuotone.jsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
// Automatically created, please run `scripts/generate-svg-icon.sh assets/icons/ui/file-duotone.svg` to regenerate;
// Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/file-duotone.svg` to regenerate;
import React from 'react'

function SvgFileDuotone(props) {
return (
<svg viewBox="0 0 26 32" {...props}>
<g fillRule="evenodd">
<path
d="M0 2.002C0 .896.89 0 1.997 0H19l7 7v22.996A2 2 0 0124.003 32H1.997A1.995 1.995 0 010 29.998C.048 16 0 16 0 2.002z"
fill="#FFF"
/>
<path
d="M18.5 0c-.276 0-.5.23-.5.5V8h7.5c.276 0 .5-.232.5-.5V7l-7-7h-.5z"
fill="#FFF"
/>
<path
d="M0 2.002C0 .896.89 0 1.997 0H19l7 7v22.996A2 2 0 0124.003 32H1.997A1.995 1.995 0 010 29.998C.048 16 0 16 0 2.002z"
opacity={0.242}
Expand Down
2 changes: 0 additions & 2 deletions react/__snapshots__/examples.spec.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2697,8 +2697,6 @@ exports[`IconStack should render examples: IconStack 1`] = `
"<div data-testid=\\"mountNode\\">
<div class=\\"styles__IconStack-wrapper___10dhG optional-bg-wrapper-class\\"><svg viewBox=\\"0 0 26 32\\" class=\\"styles__icon___23x3R\\" style=\\"fill: blue;\\" width=\\"32\\" height=\\"32\\">
<g fill-rule=\\"evenodd\\">
<path d=\\"M0 2.002C0 .896.89 0 1.997 0H19l7 7v22.996A2 2 0 0124.003 32H1.997A1.995 1.995 0 010 29.998C.048 16 0 16 0 2.002z\\" fill=\\"#FFF\\"></path>
<path d=\\"M18.5 0c-.276 0-.5.23-.5.5V8h7.5c.276 0 .5-.232.5-.5V7l-7-7h-.5z\\" fill=\\"#FFF\\"></path>
<path d=\\"M0 2.002C0 .896.89 0 1.997 0H19l7 7v22.996A2 2 0 0124.003 32H1.997A1.995 1.995 0 010 29.998C.048 16 0 16 0 2.002z\\" opacity=\\"0.242\\"></path>
<path d=\\"M18.5 0c-.276 0-.5.23-.5.5V8h7.5c.276 0 .5-.232.5-.5V7l-7-7h-.5z\\"></path>
</g>
Expand Down

0 comments on commit 76fe3d5

Please sign in to comment.