diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/min-browser.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/min-browser.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/min-browser.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/min-browser.jsx new file mode 100755 index 0000000..ed6060c --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/min-browser.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function MinBrowser(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M2.4 0C1.1 0 0 1 0 2.4v19.2C0 22.9 1 24 2.4 24h19.2c1.3 0 2.4-1 2.4-2.4V2.4C24 1.1 23 0 21.6 0H2.4zm5.1 14.7C6.1 11.1 6 9.2 9.2 7c3.4-1 5.1-.8 7.6 1.7 1.9 3.7 1.8 5.5-1.1 8.5-2.6 1.7-7.8 1.2-8.2 1a7 7 0 00-.4 0c-.5-.2-1.1-.3-1.5-.6.3 1.2.7 1.8 2 2.9 1.9 1 3 1.4 5.8 1 2.2-.6 3.5-1.1 5.8-3.2l.1-.2c1.3-1.7 2-2.8 2.3-5a16 16 0 00-2.4-7.4l-.2-.2a10.3 10.3 0 00-5.2-3A11 11 0 008 3c-2.8 2.1-3.6 3-4.4 4.6-1.4 2.8-1.4 4-.9 6.1.8 2.3 1.2 2.8 1.8 3.4 2.8.4 3.4-.2 3-2.5z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
