feat: Add framer icon

This commit is contained in:
Cole Bemis 2019-06-06 09:14:24 -07:00 committed by Cole Bemis
parent 5a991dddea
commit 10e4e38ae1
2 changed files with 14 additions and 0 deletions

13
icons/framer.svg Normal file
View File

@ -0,0 +1,13 @@
<svg
width="24"
height="24"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7" />
</svg>

After

Width:  |  Height:  |  Size: 266 B

View File

@ -56,6 +56,7 @@
"folder-minus": ["directory"],
"folder-plus": ["directory"],
"folder": ["directory"],
"framer": ["logo", "design", "tool"],
"frown": ["emoji", "face", "bad", "sad", "emotion"],
"gift": ["present", "box", "birthday", "party"],
"git-branch": ["code", "version control"],