diff options
Diffstat (limited to 'src/_icons/apple.svg')
-rw-r--r-- | src/_icons/apple.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/apple.svg b/src/_icons/apple.svg new file mode 100644 index 00000000..ccf3c54d --- /dev/null +++ b/src/_icons/apple.svg @@ -0,0 +1,9 @@ +--- +category: Food +version: "1.41" +--- +<svg> + <circle cx="12" cy="14" r="7" /> + <path d="M12 11v-6a2 2 0 0 1 2 -2h2v1a2 2 0 0 1 -2 2h-2" /> + <path d="M10 10.5c1.333 .667 2.667 .667 4 0" /> +</svg> |