diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/twitter.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/twitter.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/twitter.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/twitter.jsx new file mode 100755 index 0000000..6a6e18b --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/twitter.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Twitter(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M7.54752,22 C16.60416,22 21.55776,14.3048027 21.55776,7.63156222 C21.55776,7.41299342 21.55776,7.19540915 21.54336,6.97880943 C22.5070381,6.26394259 23.3389013,5.3788064 24,4.36484463 C23.1013239,4.7732353 22.1479961,5.04105778 21.17184,5.15937179 C22.1997542,4.5282613 22.9690786,3.53563394 23.33664,2.36621995 C22.3700712,2.9544411 21.3126203,3.36899003 20.20992,3.59197745 C18.6835995,1.92750143 16.2582906,1.52011507 14.2939673,2.59825725 C12.329644,3.67639943 11.314824,5.97194143 11.81856,8.19767513 C7.85941991,7.99412016 4.17069675,6.07630069 1.6704,2.92150286 C0.363477846,5.22892464 1.03102837,8.18079953 3.19488,9.66267687 C2.41127155,9.63885833 1.6447482,9.42206725 0.96,9.03059951 C0.96,9.05127493 0.96,9.07293491 0.96,9.09459488 C0.960641408,11.498451 2.61288143,13.5688905 4.9104,14.044883 C4.18547481,14.2476401 3.42487736,14.2772791 2.68704,14.1315229 C3.33211001,16.188652 5.18071158,17.5978902 7.28736,17.6384693 C5.54374564,19.0438391 3.38981713,19.8067582 1.17216,19.8044665 C0.780387426,19.8036951 0.388995903,19.779368 0,19.7316102 C2.25181051,21.2136215 4.87191687,21.9997213 7.54752,21.9960618" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
