users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/alfred.jsx
d2b62c9d6f30a0ea88b2a235cde120cd10ba332b
· 495 B · 9 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export default function Alfred(props) { |
| 4 | return ( |
| 5 | <Icon {...props}> |
| 6 | <path d="M12,4 C16.9705627,4 21,7.35786438 21,11.5 L21,11.5 L21.0012572,13.3275425 C22.8675988,14.1207509 24,15.1625646 24,16.3035607 C24,18.7888421 18.627417,20.8035607 12,20.8035607 C5.372583,20.8035607 0,18.7888421 0,16.3035607 C0,15.1623601 1.13280722,14.1203774 2.9997465,13.327116 L3,11.5 L3.0041259,11.2707046 C3.14956116,7.23465056 7.12148471,4 12,4 Z" /> |
| 7 | </Icon> |
| 8 | ); |
| 9 | } |