diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/qute-browser.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/qute-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/qute-browser.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/qute-browser.jsx new file mode 100755 index 0000000..9e5a4a8 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/qute-browser.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function QuteBrowser(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M24 12a12 12 0 11-24 0 12 12 0 0124 0zM12.32 4.81l3.16-1.89v4.83l-3.16 1.89V4.8zM1.56 10.4c.02-6.22 5.52-7.06 8.42-7.04.89 0 1.53.09 1.7.12v6.71l-3.16 1.87V6.17c-1.38-.08-3.96 1-3.96 4.48 0 3.49 2.37 3 3.64 2.26 1.3-.75 2.65-1.56 4.02-2.38a723 723 0 013.31-1.98c1.29-.76 6.94-2.48 6.91 5.07-.02 6.22-5.52 7.06-8.42 7.04-.89 0-1.53-.09-1.7-.12v-6.71l3.16-1.87v5.88c1.38.07 3.96-1 3.96-4.49 0-3.48-2.38-3-3.64-2.25-1.3.75-2.65 1.56-4.02 2.38l-3.31 1.97c-1.29.77-6.94 2.49-6.91-5.06zm6.96 5.87l3.16-1.9v4.84l-3.16 1.88v-4.82z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
