diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vl-c.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vl-c.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vl-c.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vl-c.jsx new file mode 100755 index 0000000..08be0f6 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/vl-c.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function VLC(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M11.484,13.463 C15.241,13.463 16.338,12.116 16.549,11.789 L15.189,7.455 C14.829,7.795 13.862,8.392 11.509,8.392 C9.217,8.392 8.321,7.825 7.989,7.482 L6.599,11.904 C6.827,12.265 7.854,13.464 11.484,13.464 L11.484,13.463 Z M11.51,3.807 C12.3278545,3.79786067 13.1356496,3.62549025 13.886,3.3 L13.028,0.566 C12.9558148,0.37235421 12.8098209,0.215213036 12.622,0.129 C12.622,0.129 12.507,0 11.625,0 C10.743,0 10.57,0.136 10.57,0.136 C10.3787658,0.215037305 10.2298465,0.371220911 10.16,0.566 L9.276,3.381 C9.99131727,3.64795732 10.7466392,3.79198916 11.51,3.807 L11.51,3.807 Z M22.183,23.319 C22.1886935,23.2651338 22.1832473,23.2106722 22.167,23.159 L19.833,15.527 C19.7449724,15.2777167 19.5141374,15.1070651 19.25,15.096 L17.587,15.096 L17.787,15.736 C17.547,16.221 16.299,18.116 11.484,18.116 C6.884,18.116 5.656,16.386 5.374,15.808 L5.597,15.096 L3.936,15.096 C3.67186257,15.1070651 3.44102757,15.2777167 3.353,15.527 L1.019,23.16 C1.00381596,23.2084576 0.998045517,23.2593733 1.002,23.31 L1,23.33 C1.00334307,23.4057553 1.0113583,23.4812321 1.024,23.556 C1.06406965,23.8081189 1.27877691,23.9954615 1.534,24.001 L21.653,24.001 C21.9082231,23.9954615 22.1229303,23.8081189 22.163,23.556 C22.1753066,23.4812113 22.1829878,23.4057346 22.186,23.33 L22.183,23.319 Z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
