aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx
new file mode 100755
index 0000000..1223d35
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx
@@ -0,0 +1,12 @@
1import Icon from "../icon.jsx";
2
3export default function Zotero(props) {
4 return (
5 <Icon {...props}>
6 <path
7 fillRule="evenodd"
8 d="M8.6 16.2L17 7.4s.6-.8.4-1.4c-.2-.5-1.3-.5-1.3-.5H4.5v2.3h8.8l-8.1 8.4s-1 .7-.7 1.5c.2.8 1.3.8 1.3.8h11.6v-2.3zm12-11.4L12.4.4S11.6 0 11 0 9.5.4 9.5.4l-8 4.4s-.7.5-1 1C0 6.6 0 7.3 0 7.3v9.6s0 .7.4 1.3c.4.6.9.8.9.8l8.2 4.7s1 .4 1.5.4c.4 0 1.5-.4 1.5-.4l8.2-4.7s.5-.2.9-.8c.4-.6.4-1.3.4-1.3V7.2s0-.6-.4-1.3c-.4-.7-1-1-1-1z"
9 />
10 </Icon>
11 );
12}