diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/deezer.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/deezer.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/deezer.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/deezer.jsx new file mode 100755 index 0000000..ec0b2ae --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/deezer.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Deezer(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M20.1289 3.6616c.222-1.287.5479-2.0963.9088-2.0979h.0007c.6731.0023 1.2187 2.809 1.2187 6.2743s-.5464 6.2742-1.2201 6.2742c-.2763 0-.5312-.4769-.7364-1.2762-.3243 2.9258-.9973 4.937-1.7764 4.937-.6028 0-1.1438-1.2081-1.507-3.1135-.2479 3.6237-.8721 6.1947-1.6016 6.1947-.4578 0-.8752-1.0188-1.1842-2.6777-.3716 3.4243-1.2301 5.8236-2.2311 5.8236-1.0011 0-1.8611-2.3986-2.2312-5.8236-.3067 1.6589-.7241 2.6777-1.1842 2.6777-.7295 0-1.3521-2.571-1.6016-6.1947-.3632 1.9054-.9027 3.1135-1.507 3.1135-.7784 0-1.4521-2.0105-1.7764-4.937-.2037.8016-.4601 1.2762-.7363 1.2762-.6738 0-1.2202-2.8089-1.2202-6.2742 0-3.4653.5464-6.2743 1.2202-6.2743.3616 0 .6852.8116.9095 2.0979C4.2325 1.4424 4.8162 0 5.4763 0c.7836 0 1.4627 2.0399 1.784 5.002.3143-2.1559.7912-3.5303 1.3253-3.5303.7486 0 1.385 2.7031 1.6207 6.4737.4433-1.9332 1.0851-3.146 1.7955-3.146.7103 0 1.3521 1.2136 1.7946 3.146.2366-3.7706.8722-6.4737 1.6208-6.4737.5333 0 1.0094 1.3744 1.3254 3.5302C17.0631 2.04 17.7422 0 18.5258 0c.6577 0 1.2437 1.4431 1.6031 3.6616ZM0 7.2209c0-1.549.3098-2.8052.692-2.8052.3824 0 .6922 1.2561.6922 2.8052 0 1.549-.3098 2.8051-.6921 2.8051C.3098 10.026 0 8.7699 0 7.2209Zm22.6158 0c0-1.549.3098-2.8052.6921-2.8052.3822 0 .6921 1.2561.6921 2.8052 0 1.549-.3099 2.8051-.6921 2.8051-.3823 0-.6921-1.2561-.6921-2.8051Z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
