aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/netease-music.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/netease-music.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/netease-music.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/netease-music.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/netease-music.jsx
new file mode 100755
index 0000000..0a31527
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/netease-music.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function NeteaseMusic(props) {
4 return (
5 <Icon {...props}>
6 <path d="M15.462 1c.222.036.447.063.667.11.772.17 1.463.512 2.074 1.012.4.328.563.757.449 1.266-.104.456-.395.764-.847.896-.426.124-.81.03-1.16-.251-.442-.355-.936-.602-1.524-.548-.5.045-.979.57-.934 1.04.02.21.094.415.148.621.094.366.19.73.287 1.093.016.063.032.113.12.12a6.5 6.5 0 013.63 1.321c1.059.797 1.927 1.754 2.511 2.955a7.45 7.45 0 01.73 2.79c.083 1.3-.07 2.57-.575 3.771-1.176 2.788-3.244 4.586-6.149 5.414-1.106.315-2.24.438-3.387.373-2.384-.134-4.451-1.037-6.191-2.667-1.72-1.607-2.788-3.582-3.16-5.901-.508-3.156.269-5.985 2.325-8.436 1.13-1.347 2.539-2.319 4.182-2.945a1.233 1.233 0 011.497.48 1.22 1.22 0 01-.197 1.558c-.124.115-.28.204-.438.267-2.505 1.02-4.162 2.822-4.82 5.448-.637 2.548-.074 4.883 1.554 6.937a7.317 7.317 0 003.935 2.579c1.033.274 2.074.292 3.125.13 1.084-.168 2.096-.523 3.003-1.145 1.25-.855 2.14-1.995 2.584-3.448.384-1.252.397-2.518-.076-3.76-.382-1-1.058-1.77-1.906-2.406-.454-.34-.939-.604-1.493-.734-.025-.007-.052-.01-.097-.016.077.29.146.566.218.84.175.662.355 1.324.528 1.989.375 1.44.011 2.704-.981 3.782-.918.997-2.088 1.428-3.43 1.3-1.493-.144-2.56-.954-3.255-2.268-.364-.686-.521-1.427-.55-2.202-.047-1.234.242-2.372.95-3.392.758-1.093 1.81-1.795 3.052-2.23.1-.035.198-.066.312-.104-.067-.254-.137-.5-.197-.752-.083-.344-.189-.687-.231-1.035-.124-1.033.193-1.933.907-2.685.583-.615 1.293-1.005 2.143-1.124l.28-.04C15.207 1 15.335 1 15.463 1zM12.81 9.02c-.736.234-1.372.591-1.848 1.186-.637.795-.765 1.708-.56 2.68.105.505.352.936.785 1.237.54.377 1.277.361 1.843-.031.579-.4.835-1.046.666-1.709-.183-.725-.381-1.448-.572-2.173-.105-.39-.206-.78-.314-1.19z" />
7 </Icon>
8 );
9}