diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/airmail.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/airmail.jsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/airmail.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/airmail.jsx new file mode 100755 index 0000000..bad0d1f --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/airmail.jsx | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Airmail(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | d="M12,0 C18.627417,0 24,5.372583 24,12 C24,18.627417 18.627417,24 12,24 C5.372583,24 0,18.627417 0,12 C0,5.372583 5.372583,0 12,0 Z M12,2 C6.4771525,2 2,6.4771525 2,12 C2,17.5228475 6.4771525,22 12,22 C17.5228475,22 22,17.5228475 22,12 C22,6.4771525 17.5228475,2 12,2 Z M4.41330385,8.54740435 L10.9512111,13.3604352 L11.0977263,13.4587231 C11.796293,13.8840706 12.6921408,13.8429055 13.3514536,13.3390862 L13.3514536,13.3390862 L19.5962577,8.56845889 C20.0697419,9.61494176 20.3333333,10.7766883 20.3333333,12 C20.3333333,16.6023729 16.6023729,20.3333333 12,20.3333333 C7.39762708,20.3333333 3.66666667,16.6023729 3.66666667,12 C3.66666667,10.7684782 3.93380809,9.59935061 4.41330385,8.54740435 Z M12,3.66666667 C14.6579701,3.66666667 17.0252969,4.91105867 18.5511698,6.84903215 L12.1371028,11.7499506 L5.4605582,6.83417134 C6.98681826,4.90469947 9.3488301,3.66666667 12,3.66666667 Z" | ||
| 9 | /> | ||
| 10 | </Icon> | ||
| 11 | ); | ||
| 12 | } | ||
