diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-designer.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-designer.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-designer.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-designer.jsx new file mode 100755 index 0000000..4840d80 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-designer.jsx | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function AffinityDesigner(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | d="M24,15.7928906 L24,23 C24,23.5522847 23.5522847,24 23,24 L11.8164141,24 L7.07807813,15.7928906 L24,15.7928906 Z M14.52,0 L5.7,15.2767969 L10.7364141,24 L1,24 C0.44771525,24 2.04643073e-12,23.5522847 2.04636308e-12,23 L2.04636308e-12,18.0827344 L10.44,0 L14.52,0 Z M9.34651441,-0.000941031503 L-0.000485585763,16.188059 L2.15027995e-12,1 C2.1502123e-12,0.44771525 0.44771525,1.5286817e-13 1,1.52766688e-13 L9.34651441,-0.000941031503 Z M10.2,9.35320313 L13.3776797,14.8570313 L9.25253906,14.8570313 C8.79203906,14.8570313 8.36653125,14.6153906 8.13628125,14.2164844 C7.90603011,13.817726 7.90603011,13.3264146 8.13628125,12.9276563 C8.2344601,12.7576004 8.33529127,12.5829519 8.43707936,12.406647 L8.64142909,12.0526986 C9.4258093,10.6941005 10.2,9.35320313 10.2,9.35320313 Z M23,0 C23.5522847,-1.08246745e-15 24,0.44771525 24,1 L24,14.8570313 L14.4581484,14.8570313 L10.74,8.4178125 L15.6,0 L23,0 Z" | ||
| 9 | /> | ||
| 10 | </Icon> | ||
| 11 | ); | ||
| 12 | } | ||
