diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vivaldi.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vivaldi.jsx | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vivaldi.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vivaldi.jsx new file mode 100755 index 0000000..7baa302 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vivaldi.jsx | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Vivaldi(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M13.734 18.322c1.482-2.582 2.963-5.16 4.445-7.737.179-.312.253-.645.2-1-.106-.826-.95-1.424-1.761-1.244-.996.223-1.487 1.255-1.028 2.175.168.334.248.694.253 1.117l-.007.082a2.397 2.397 0 01-2.534 2.289c-.87-.053-1.524-.471-1.967-1.217a48.88 48.88 0 01-.58-1c-.106-.184-.21-.368-.316-.55l-.527-.915c-.238-.417-.477-.833-.718-1.245-.305-.524-.77-.804-1.37-.773-1.14.059-1.782 1.27-1.213 2.265.345.606.692 1.21 1.04 1.813a785.449 785.449 0 011.087 1.896c.785 1.37 1.571 2.743 2.365 4.108.311.53.796.788 1.408.746.548-.042.949-.328 1.223-.81z" /> | ||
| 7 | <path | ||
| 8 | fillRule="evenodd" | ||
| 9 | clipRule="evenodd" | ||
| 10 | d="M12.4 24.8c-5.257 0-8.177 0-10.091-1.905C.4 20.985.4 18.063.4 12.803.4 7.543.4 4.62 2.309 2.71 4.223.8 7.143.8 12.4.8s8.178 0 10.091 1.905C24.4 4.615 24.4 7.537 24.4 12.797c0 5.26 0 8.182-1.909 10.093-1.913 1.91-4.834 1.91-10.091 1.91zM6.01 6.452c3.511-3.514 9.2-3.514 12.706 0 3.512 3.509 3.512 9.203 0 12.717-3.511 3.514-9.2 3.514-12.706 0-3.506-3.509-3.506-9.203 0-12.717z" | ||
| 11 | /> | ||
| 12 | </Icon> | ||
| 13 | ); | ||
| 14 | } | ||
