diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/things.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/things.jsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/things.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/things.jsx new file mode 100755 index 0000000..0c8b288 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/things.jsx | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Things(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | d="M18,0 C21.3137085,-6.08718376e-16 24,2.6862915 24,6 L24,18 C24,21.3137085 21.3137085,24 18,24 L6,24 C2.6862915,24 4.05812251e-16,21.3137085 0,18 L0,6 C-4.05812251e-16,2.6862915 2.6862915,6.08718376e-16 6,0 L18,0 Z M18.7086393,7.35298367 C18.3004026,6.90437204 17.6148815,6.88012726 17.1774851,7.29883146 L17.1774851,7.29883146 L9.81766548,14.3433337 L7.84936511,12.3254383 L7.74730719,12.2330066 C7.32232518,11.8940902 6.70782506,11.9249008 6.31730089,12.3254383 C5.89423304,12.759354 5.89423304,13.4628703 6.31730089,13.8967859 L6.31730089,13.8967859 L9.02563338,16.6745623 L9.12515791,16.7649541 C9.53941942,17.0972627 10.1368988,17.078281 10.5308434,16.7011717 L10.5308434,16.7011717 L18.6558409,8.9233979 L18.7494254,8.82197071 C19.0943185,8.39803056 19.0854731,7.76708672 18.7086393,7.35298367 Z" | ||
| 9 | /> | ||
| 10 | </Icon> | ||
| 11 | ); | ||
| 12 | } | ||
