aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/spotube.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/spotube.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/spotube.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/spotube.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/spotube.jsx
new file mode 100755
index 0000000..f8c0e79
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/spotube.jsx
@@ -0,0 +1,10 @@
1import Icon from "../icon.jsx";
2
3export default function Spotube(props) {
4 return (
5 <Icon {...props}>
6 <path d="M0 13.9499v5.5153C.3957 20.8624.882 21.4377 2.3373 22h2.7933c.2813-.0719.3549-.1808.399-.4457v-9.3036c.2373-2.1299.667-3.221 2.2804-4.8747 1.3953-1.1068 2.3546-1.4557 4.4465-1.5041 1.5819.1382 2.4436.4463 3.9335 1.5041 1.8102 1.6983 2.1964 2.7943 2.3373 4.8747v9.3036c.1724.2837.3144.3954.7126.4457h2.2803c1.5544-.416 2.1092-.9652 2.4798-2.5348v-5.5153c-.1872-1.3355-.5502-1.8355-1.5677-2.3677-.2975-2.9706-1.0181-4.505-3.4774-6.9638C16.7502 2.9164 15.3386 2.2525 12.2565 2c-3.5312.2355-4.9837.9217-7.1259 2.6184-2.4024 2.3345-3.052 3.898-3.4489 6.9638C.713 12.2055.3416 12.7209 0 13.9499Z" />
7 <path d="M6.5273 13.1978v7.5766c.2982.6844.5735.8597 1.1972.9192.6761-.0645.948-.2817 1.2826-.9192v-7.5766c-.066-.9687-.271-1.3647-1.2826-1.5042-.9308.1907-1.1795.5294-1.1972 1.5042ZM15.1924 13.1978v7.5766c.2982.6844.5735.8597 1.1971.9192.6762-.0645.948-.2817 1.2827-.9192v-7.5766c-.0661-.9687-.271-1.3647-1.2827-1.5042-.9307.1907-1.1795.5294-1.1971 1.5042Z" />
8 </Icon>
9 );
10}