aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/podcasts.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/podcasts.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/podcasts.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/podcasts.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/podcasts.jsx
new file mode 100755
index 0000000..767f73e
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/podcasts.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Podcasts(props) {
4 return (
5 <Icon {...props}>
6 <path d="M14.4123403,14.6048442 C13.9466555,14.1135073 13.1287473,13.7985287 12.163216,13.7985287 C11.1975613,13.7985287 10.3796531,14.1135073 9.91396827,14.6048442 C9.67101302,14.8612421 9.54250572,15.1240531 9.50205429,15.4984755 C9.42361797,16.2235181 9.46764591,16.8478022 9.55261858,17.8458919 C9.63352145,18.7969939 9.78718756,20.0652943 9.98771814,21.357027 C10.1304081,22.2763105 10.246336,22.7724572 10.3519044,23.1277638 C10.523083,23.7035801 11.1627829,24.2071265 12.163216,24.2071265 C13.1635256,24.2071265 13.8032256,23.7034568 13.9744042,23.1277638 C14.0799726,22.7724572 14.1959005,22.2763105 14.3385904,21.357027 C14.539121,20.0652943 14.6927871,18.7969939 14.77369,17.8458919 C14.8586627,16.8476788 14.9026906,16.2233948 14.8242543,15.4984755 C14.7838029,15.1241764 14.6552956,14.8612421 14.4123403,14.6048442 Z M9.62587514,10.2300463 C9.62587514,11.6326505 10.7629551,12.7697304 12.1655592,12.7697304 C13.5682866,12.7697304 14.7053665,11.6326505 14.7053665,10.2300463 C14.7053665,8.8273189 13.5682866,7.69023898 12.1655592,7.69023898 C10.7629551,7.69023898 9.62587514,8.8273189 9.62587514,10.2300463 Z M12.1341107,0.207171687 C6.19428633,0.224113029 1.32716496,5.04289001 1.25366175,10.9823443 C1.19397122,15.7937217 4.26532028,19.9094083 8.55403549,21.4179508 C8.65812393,21.4545791 8.76381563,21.3681265 8.74741307,21.2589816 C8.69117571,20.8854225 8.63814487,20.5100135 8.58943049,20.1408941 C8.57216464,20.0104136 8.48904187,19.8979389 8.36855087,19.845278 C4.9787701,18.3643609 2.61174462,14.9647139 2.6497295,11.0267423 C2.69955383,5.85882501 6.9195756,1.64570958 12.0874928,1.60390155 C17.3707213,1.56123022 21.6823755,5.84661559 21.6823755,11.1201012 C21.6823755,15.0186081 19.3257095,18.3765703 15.9623208,19.845648 C15.8418298,19.8983089 15.7592004,20.0111536 15.7420578,20.1415108 C15.6933435,20.5105068 15.6403126,20.8857925 15.5841986,21.2589816 C15.5676727,21.3681265 15.6733644,21.4545791 15.7774528,21.4180741 C20.0252233,19.923961 23.0786899,15.8722813 23.0786899,11.1202245 C23.0784432,5.09209769 18.1659373,0.1899513 12.1341107,0.207171687 Z M11.9369099,5.21369865 C15.3041217,5.08334144 18.0849111,7.78470788 18.0849111,11.123431 C18.0849111,12.8214046 17.3655416,14.3543659 16.2157589,15.4339752 C16.1182068,15.5254843 16.0657926,15.6554715 16.0733156,15.7890352 C16.0962545,16.1951528 16.0878683,16.5898009 16.0608595,17.0355067 C16.0535832,17.1542711 16.1867769,17.2301175 16.285069,17.1631507 C18.2131718,15.8455192 19.4813489,13.62994 19.4813489,11.123431 C19.4813489,6.99639824 16.043717,3.65705844 11.8815358,3.81837086 C8.01349088,3.96833715 4.91019999,7.15746401 4.86062232,11.0282222 C4.82806384,13.5739493 6.10401058,15.82924 8.05690217,17.1633973 C8.15494757,17.2303642 8.28777133,17.1543944 8.280495,17.0357533 C8.25336295,16.5898009 8.2451,16.1951528 8.2679156,15.7890352 C8.27543858,15.6555948 8.2231477,15.5256076 8.12584227,15.4342219 C6.9401713,14.3210675 6.2120455,12.7258258 6.25841666,10.9647085 C6.34005949,7.86548742 8.83879878,5.33369635 11.9369099,5.21369865 Z" />
7 </Icon>
8 );
9}