diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/gear.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/gear.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/gear.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/gear.jsx new file mode 100755 index 0000000..faba81b --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/gear.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Gear(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M21.175 13.175c.052-.375.077-.763.077-1.175 0-.4-.025-.8-.09-1.175l2.609-1.975a.598.598 0 0 0 .154-.762l-2.467-4.15a.623.623 0 0 0-.328-.273.644.644 0 0 0-.43-.002l-3.072 1.2a9.143 9.143 0 0 0-2.081-1.176L15.084.514a.602.602 0 0 0-.21-.368.633.633 0 0 0-.407-.145H9.533a.604.604 0 0 0-.604.513l-.463 3.175c-.758.3-1.452.712-2.082 1.174l-3.07-1.2a.621.621 0 0 0-.759.276L.101 8.088c-.155.262-.103.587.154.762l2.608 1.975A7.142 7.142 0 0 0 2.748 12c0 .387.026.8.09 1.175L.229 15.15a.598.598 0 0 0-.154.762l2.467 4.15c.154.275.476.363.758.275l3.072-1.2a9.142 9.142 0 0 0 2.081 1.175l.463 3.175c.064.3.308.513.617.513h4.934a.594.594 0 0 0 .604-.512l.463-3.175c.758-.3 1.452-.7 2.082-1.175l3.07 1.2c.284.1.605 0 .759-.276l2.467-4.15c.154-.275.09-.587-.154-.762l-2.583-1.975ZM12 16.5c-2.544 0-4.626-2.025-4.626-4.5S9.456 7.5 12 7.5c2.544 0 4.626 2.025 4.626 4.5S14.544 16.5 12 16.5Z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
