users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zulip.jsx
9cb45d050939b499e8e01ec9e4fe9be998d98dc4
· 528 B · 9 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export default function Zulip(props) { |
| 4 | return ( |
| 5 | <Icon {...props}> |
| 6 | <path d="M22.77 3.59c0 1.2-.55 2.28-1.37 2.93l-8.04 7.18c-.15.13-.34-.08-.23-.25l2.94-5.9c.09-.17-.02-.37-.19-.37H4.45c-1.77 0-3.22-1.62-3.22-3.59C1.23 1.61 2.68 0 4.45 0h15.1c1.77 0 3.22 1.61 3.22 3.59ZM4.45 24h15.1c1.77 0 3.22-1.62 3.22-3.59 0-1.97-1.45-3.59-3.22-3.59H8.12c-.17 0-.28-.2-.2-.37l2.95-5.9c.11-.17-.08-.38-.23-.25L2.6 17.48a3.73 3.73 0 0 0-1.37 2.93c0 1.97 1.45 3.59 3.22 3.59Z" /> |
| 7 | </Icon> |
| 8 | ); |
| 9 | } |