diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/arc.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/arc.jsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/arc.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/arc.jsx new file mode 100755 index 0000000..dd7a339 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/arc.jsx | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Arc(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M23.94 8.63c.14-.72.03-1.47-.34-2.1a2.85 2.85 0 0 0-2.47-1.4h-.01c-1.38 0-2.53.98-2.8 2.33-.17.8-.48 1.56-.93 2.27a.26.26 0 0 1-.45-.02l-2.86-6a2.88 2.88 0 0 0-5.23-.07L5.9 9.85c-.08.17-.31.16-.38 0a2.86 2.86 0 0 0-3.77-1.58 2.93 2.93 0 0 0-1.52 3.82 10.55 10.55 0 0 0 2.66 3.66c.08.08.1.2.06.3l-.96 2.02a2.92 2.92 0 0 0 1.27 3.85 2.88 2.88 0 0 0 3.9-1.33l.82-1.72a.25.25 0 0 1 .3-.14 11.46 11.46 0 0 0 6.3-.06.26.26 0 0 1 .3.14l.82 1.71a2.95 2.95 0 0 0 2.62 1.72c.46 0 .9-.1 1.31-.31a2.93 2.93 0 0 0 1.27-3.87l-1.02-2.15a.26.26 0 0 1 .05-.3 13.23 13.23 0 0 0 4-6.98ZM5.54 20.9c.29-.19.52-.45.67-.76l.75-1.56c.06-.13 0-.3-.14-.35a13.88 13.88 0 0 1-2.7-1.49c-.13-.1-.32-.04-.39.1l-.8 1.67c-.43.91-.09 2.04.82 2.48a1.85 1.85 0 0 0 1.79-.1Zm-4.38-9.3c1.47 3.64 5.92 6.5 10.13 6.5.93 0 1.85-.14 2.75-.37a.26.26 0 0 0 .16-.37l-1.37-2.9a.26.26 0 0 0-.29-.14 7.2 7.2 0 0 1-1.25.12c-2.73 0-5.82-1.93-6.74-4.21a1.83 1.83 0 1 0-3.39 1.37Zm10.17.23-.64 1.33c-.04.09.01.2.12.2a5.06 5.06 0 0 0 1.29-.02c.09-.02.14-.12.1-.2l-.62-1.31a.14.14 0 0 0-.25 0Zm7.12 9.34c.25-.01.48-.07.7-.18.9-.45 1.24-1.57.8-2.49L13.1 4.08a1.85 1.85 0 0 0-2.74-.7c-.22.15-.4.37-.52.61L6.5 11.03a.26.26 0 0 0 .05.29 7.47 7.47 0 0 0 2.79 1.72c.12.04.26-.02.32-.14l1.54-3.25c.1-.21.4-.21.5 0l4.99 10.48a1.83 1.83 0 0 0 1.76 1.04Zm-.77-9.97c0 .05 0 .1.02.14l1.47 3.07c.07.17.29.2.42.07a12.1 12.1 0 0 0 3.32-6.02c.2-.98-.36-2-1.33-2.23a1.83 1.83 0 0 0-2.24 1.42 8.2 8.2 0 0 1-1.6 3.42.26.26 0 0 0-.06.13Z" | ||
| 10 | /> | ||
| 11 | <path d="M19.15 20.99a1.83 1.83 0 0 1-2.46-.86l-5-10.48c-.1-.21-.4-.21-.49 0L9.66 12.9a.26.26 0 0 1-.32.14 7.47 7.47 0 0 1-2.8-1.72.26.26 0 0 1-.04-.3L9.84 4c.12-.24.3-.46.52-.62a1.85 1.85 0 0 1 2.74.7l6.86 14.43c.43.92.1 2.04-.81 2.49ZM6.21 20.14a1.84 1.84 0 0 1-2.46.85 1.87 1.87 0 0 1-.81-2.48l.8-1.66c.06-.15.25-.2.38-.1a12.8 12.8 0 0 0 2.7 1.48c.14.06.2.22.14.35l-.75 1.56Z" /> | ||
| 12 | </Icon> | ||
| 13 | ); | ||
| 14 | } | ||
