aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tidal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tidal.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tidal.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tidal.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tidal.jsx
new file mode 100755
index 0000000..ae8b104
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/tidal.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Tidal(props) {
4 return (
5 <Icon {...props}>
6 <path d="M 8.000199 7.999472 L 3.9996765 3.999795 L 0 7.999472 L 3.9996765 11.999994 Z M 12.000882 11.99941 L 15.999887 7.999558 L 20.000323 11.999994 L 24 7.999472 L 20.000323 3.999795 L 16.000223 7.99905 L 12.000633 4.000305 L 8.00011 7.999136 L 12.000384 11.99941 L 8.00011 15.999683 L 12.000633 20.000205 L 16.00031 15.999683 Z" />
7 </Icon>
8 );
9}