diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-photo.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-photo.jsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-photo.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-photo.jsx new file mode 100755 index 0000000..d4eb1a0 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-photo.jsx | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function AffinityPhoto(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | d="M24,15.7920082 L24,23 C24,23.5522847 23.5522847,24 23,24 L15.6562434,24 L10.9174908,15.7920082 L24,15.7920082 Z M9.299907,9.04129496 L0.663593364,23.999976 C0.299024142,23.999976 0.00342023664,23.7045519 0.00319844346,23.3399827 L-2.30926389e-14,18.0825899 L5.2199478,9.04129496 L9.299907,9.04129496 Z M8.1599184,12.8864511 L14.5762542,23.999976 L1.73638264,23.999976 L8.1599184,12.8864511 Z M9.26450411,-3.67739595e-06 L-0.000495891046,16.0469963 L-2.13162821e-14,1 C-2.13839363e-14,0.44771525 0.44771525,3.60701891e-13 1,3.60600438e-13 L9.26450411,-3.67739595e-06 Z M23.2797672,1.20792265e-13 C23.6774101,1.19659685e-13 23.9997652,0.322349875 23.9997716,0.7199928 L24,14.8560091 L14.702733,14.8560091 L23.2797672,1.20792265e-13 Z M10.9830102,9.02389498 L13.0189098,9.02439898 L13.0311497,9.02439898 C13.3470932,9.02572164 13.6509005,9.19092207 13.8436281,9.44504185 L13.9160208,9.55381445 L13.9160208,9.55381445 L14.9948101,11.4225486 C14.9948101,11.4225486 15.00105,11.4329886 15.00393,11.4380286 C15.1803282,11.7465003 15.1870481,12.1352039 15.0108899,12.4492916 C14.6492135,13.0820269 14.2820172,13.7117383 13.9177008,14.3429617 C13.7386626,14.6499454 13.399786,14.8502251 13.0397896,14.8547131 L12.9117873,14.8551763 L12.9117873,14.8551763 L12.6228707,14.855854 C12.5719021,14.8559418 12.519806,14.8560179 12.4670028,14.8560834 L10.9731703,14.8560091 L10.9731703,14.8560091 C10.6177338,14.8545211 10.2721373,14.6648973 10.0882991,14.3553216 C10.0842192,14.3486017 10.0762992,14.3349217 10.0762992,14.3349217 C10.0762992,14.3349217 8.99727003,12.4659955 8.99487005,12.4616515 C8.81847182,12.1531798 8.81871181,11.7546362 8.99487005,11.4405486 L9.00278997,11.4267006 C9.00278997,11.4267006 9.27248283,10.958682 9.56478703,10.4516591 L9.72498304,10.1738116 C9.85787327,9.9433462 9.98615347,9.72093828 10.0866191,9.54687845 C10.2656573,9.23989476 10.6050139,9.02869497 10.9650103,9.02418298 C10.9710103,9.02415898 10.9830102,9.02389498 10.9830102,9.02389498 Z M22.199778,1.20792265e-13 L15.8398416,11.015845 L9.9599004,0.831383169 L10.4398956,1.20792265e-13 L22.199778,1.20792265e-13 Z M9.4199058,1.76668623 L13.0798692,8.10599189 L5.7599424,8.10599189 L9.4199058,1.76668623 Z" | ||
| 9 | /> | ||
| 10 | </Icon> | ||
| 11 | ); | ||
| 12 | } | ||
