users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zotero.jsx
main
· 506 B · 12 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export 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 | } |