diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mamp.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mamp.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mamp.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mamp.jsx new file mode 100755 index 0000000..bdfadca --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/mamp.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Mamp(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | d="M0.102364475,8.12278348 C0.348208608,6.42298667 2.24084804,1.12581027 7.55587597,0.121484851 C10.6927782,-0.471873056 14.5606318,1.15832949 17.2761989,3.91963527 C15.9222542,4.85153866 15.0170652,5.65650713 14.3332769,6.63475433 C14.8429844,8.53233711 16.3497002,9.30494346 17.4104808,9.6263653 C16.235161,8.91392735 15.4932413,8.24170642 15.0338309,6.80771887 C17.5478966,3.81155207 20.2390202,2.84257363 20.4663751,2.81948027 C22.5683503,4.50073955 24.0520329,7.56650062 23.9986022,10.7945436 C23.9359268,14.5325256 21.9088487,18.3848747 19.5840626,19.9393562 C19.265045,20.0923693 18.5309597,19.6889425 18.4302091,19.2517397 C18.9063852,18.1437298 20.031408,15.4457344 20.170234,13.4307996 C20.3015389,11.4961418 19.0239015,10.3603256 17.9523094,11.7588091 C16.4625159,14.2590185 15.8122589,17.3649966 15.162002,20.7166754 C14.0676901,21.0302424 12.2099921,21.1091054 11.4071207,20.6796004 C11.3048031,18.605754 11.7870901,15.0641441 10.4149696,13.8216586 C9.82723132,13.2886262 9.24717079,13.5357409 8.85341279,14.0271424 C7.8612617,15.2587881 7.88100445,18.4527409 8.07341783,20.5234453 C6.96359374,21.2110618 5.083176,21.0673175 3.89406757,20.6409544 C3.41773477,17.386519 2.29741256,13.4199599 1.38156874,10.383419 C1.12663668,11.604225 1.00300952,13.0551791 1.04265169,14.3022204 C0.430626717,13.8031211 -0.265539937,11.1777048 0.102364475,8.12278348 Z" | ||
| 9 | transform="translate(0 1)" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
