Skip to content

Commit

Permalink
fix(EyeClosed): Remove withe stroke to adapt color change
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Jul 5, 2023
1 parent cf85f4c commit 047cf55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
8 changes: 1 addition & 7 deletions assets/icons/ui/eye-closed.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 2 additions & 9 deletions react/Icons/EyeClosed.jsx
@@ -1,18 +1,11 @@
// Automatically created, please run `scripts/generate-svg-icon.sh assets/icons/ui/eye-closed.svg` to regenerate;
// Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/eye-closed.svg` to regenerate;
import React from 'react'

function SvgEyeClosed(props) {
return (
<svg viewBox="0 0 20 20" {...props}>
<g fillRule="evenodd">
<path d="M1 10s3-6 9-6 9 6 9 6-3 6-9 6-9-6-9-6zm9 4a4 4 0 100-8 4 4 0 000 8zm0-2a2 2 0 100-4 2 2 0 000 4z" />
<path
stroke="#FFF"
strokeWidth={4}
d="M3 17L17 4"
strokeLinecap="round"
strokeLinejoin="round"
/>
<path d="M1 10s3-6 9-6 9 6 9 6-3 6-9 6-9-6-9-6zm9 4a4 4 0 100-8 4 4 0 000 8zm0-2a2 2 0 100-4 2 2 0 000 4zm-7 5L17 4" />
<path
d="M16.32 3.267c.966-.832 2.311.514 1.36 1.466l-14 13c-.992.854-2.31-.516-1.36-1.466l14-13z"
fillRule="nonzero"
Expand Down

0 comments on commit 047cf55

Please sign in to comment.