aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/alfred.jsx
blob: 909dccf6f0a5baf41d0cd304468f3bd7a2e2ff40 (plain)
1
2
3
4
5
6
7
8
9
import Icon from "../icon.jsx";

export default function Alfred(props) {
  return (
    <Icon {...props}>
      <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" />
    </Icon>
  );
}