diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mpv.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mpv.jsx | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mpv.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mpv.jsx new file mode 100755 index 0000000..eef4479 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mpv.jsx | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Mpv(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <g fillRule="evenodd" clipRule="evenodd"> | ||
| 7 | <path d="M24 12a12 12 0 11-24 0 12 12 0 0124 0zm-2.46-1.1a8.59 8.59 0 11-17.17 0 8.59 8.59 0 0117.17 0z" /> | ||
| 8 | <path | ||
| 9 | fillOpacity=".6" | ||
| 10 | d="M23.45 11.63a11.14 11.14 0 11-22.28 0 11.14 11.14 0 0122.28 0zm-6.51 2.53a5.52 5.52 0 10-10.2-4.22 5.52 5.52 0 0010.2 4.22z" | ||
| 11 | /> | ||
| 12 | <path d="M10 9v6l5-3.07L10 9z" /> | ||
| 13 | </g> | ||
| 14 | </Icon> | ||
| 15 | ); | ||
| 16 | } | ||
