aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-publisher.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-publisher.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-publisher.jsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-publisher.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-publisher.jsx
new file mode 100755
index 0000000..127ed96
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/affinity-publisher.jsx
@@ -0,0 +1,12 @@
1import Icon from "../icon.jsx";
2
3export default function AffinityPublisher(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 d="M3.66,11.743296 L10.7364,24 L1,24 C0.44771525,24 1.04864034e-15,23.5522847 0,23 L0,18.082608 L3.66,11.743296 Z M12.36,0 L24,20.16108 L24,23 C24,23.5522847 23.5522847,24 23,24 L22.1364,24 L9.36,1.870608 L10.44,0 L12.36,0 Z M8.82,2.805912 L21.0564,24 L16.9764,24 L6.84,6.235392 L8.82,2.805912 Z M6.240096,7.274376 L15.8964,24 L11.8164,24 C11.8164,24 10.1629545,21.135146 8.39585019,18.0741035 L8.07364883,17.5159825 C6.78257585,15.2796038 5.48074536,13.025003 4.760472,11.778744 C4.41324,11.177976 4.413144,10.437552 4.760184,9.836688 C5.400432,8.728176 6.240096,7.274376 6.240096,7.274376 Z M23,0 C23.5522847,-2.12449416e-16 24,0.44771525 24,1 L24,18.290448 L13.44,0 L23,0 Z M9.1711219,-0.000294809315 L-0.00087810197,15.8857052 L1.24344979e-14,1 C1.23668437e-14,0.44771525 0.44771525,2.10599713e-13 1,2.10498285e-13 L9.1711219,-0.000294809315 Z"
9 />
10 </Icon>
11 );
12}