diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/finder.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/finder.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/finder.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/finder.jsx new file mode 100755 index 0000000..e71536c --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/finder.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Finder(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M2 2h-.2A2 2 0 000 4v16a2 2 0 001.8 2H22c1 0 2-1 2-2V4c0-1-1-2-2-2H2zm9.9 2H22v16h-8.3l-.3-2A12.5 12.5 0 015 15.7 1 1 0 016 14.2S8.5 16 12 16h1.2l-.2-3h-2.3a.7.7 0 01-.7-.7A21 21 0 0112 4zm1.3 12l.2 2c3.4-.5 5.6-2.1 5.7-2.2a1 1 0 00-1.2-1.6S16 15.6 13.2 16zM18 7a1 1 0 00-1 1v1a1 1 0 102 0V8a1 1 0 00-1-1zM6 7c.6 0 1 .4 1 1v1a1 1 0 11-2 0V8c0-.6.4-1 1-1z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
