Skip to content

Commit

Permalink
feat(Switcher): update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Nov 20, 2024
1 parent fdf9c64 commit d69a71a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ size?: string | number;
const Switcher: React.FC<SwitcherProps> = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<g clipPath="url(#a)">
<path d="M2.308 15.383a2.308 2.308 0 1 1 0 4.616 2.308 2.308 0 0 1 0-4.616Zm0-7.691a2.308 2.308 0 1 1 0 4.615 2.308 2.308 0 0 1 0-4.615Zm2.307-5.384a2.308 2.308 0 1 0-4.615 0 2.308 2.308 0 0 0 4.615 0ZM10 15.383A2.308 2.308 0 1 1 10 20a2.308 2.308 0 0 1 0-4.616Zm10 2.308a2.308 2.308 0 1 0-4.615 0 2.308 2.308 0 0 0 4.615 0Zm-2.308-9.999a2.308 2.308 0 1 1 0 4.615 2.308 2.308 0 0 1 0-4.615ZM20 2.308a2.308 2.308 0 1 0-4.615 0 2.308 2.308 0 0 0 4.615 0ZM10 7.692a2.308 2.308 0 1 1 0 4.615 2.308 2.308 0 0 1 0-4.615Zm2.308-5.384a2.308 2.308 0 1 0-4.616 0 2.308 2.308 0 0 0 4.616 0Z"
<path d="M4.5 2.25a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm7.75 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm7.75 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0ZM4.5 10A2.25 2.25 0 1 1 0 10a2.25 2.25 0 0 1 4.5 0Zm7.75 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0ZM20 10a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0ZM4.5 17.75a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm7.75 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm7.75 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"
/>
</g>
<defs>
Expand Down
2 changes: 1 addition & 1 deletion packages/style/src/Icons/Switcher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d69a71a

Please sign in to comment.