Skip to content

Commit

Permalink
feat(glyphs): add and update icons
Browse files Browse the repository at this point in the history
- New:
  - Animal: monkeyFace, foxFace, elephant, mouseFace, snake, sauropod, snail
  - Clothing: darkSunglasses
- Updated:
  - dragonFace

Co-authored-by: willie4624 <yunyue_61@hotmail.com>
  • Loading branch information
stone-zeng and willie4624 committed Jan 2, 2024
1 parent e6be926 commit fdd2923
Show file tree
Hide file tree
Showing 12 changed files with 2,234 additions and 41 deletions.
8 changes: 8 additions & 0 deletions glyphs/DinkieIcons.glyphspackage/fontinfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -85,26 +85,33 @@ faceWithOkGesture,
informationDeskPerson,
happyPersonRaisingOneHand,
shrug,
monkeyFace,
dogFace,
foxFace,
catFace,
tigerFace,
horseFace,
cowFace,
pigFace,
elephant,
mouseFace,
rabbitFace,
bird,
swan,
javaSparrowWhite,
javaSparrowSilver,
frogFace,
turtle,
snake,
dragonFace,
sauropod,
tRex,
spoutingWhale,
fish,
shark,
octopus,
crab,
snail,
bug,
spider,
microbe,
Expand Down Expand Up @@ -247,6 +254,7 @@ blackJokerCards,
artistPalette,
brush,
eyeglasses,
darkSunglasses,
tShirt,
jeans,
dress,
Expand Down
292 changes: 292 additions & 0 deletions glyphs/DinkieIcons.glyphspackage/glyphs/darkS_unglasses.glyph
Original file line number Diff line number Diff line change
@@ -0,0 +1,292 @@
{
glyphname = darkSunglasses;
layers = (
{
layerId = m01;
shapes = (
{
alignment = -1;
pos = (10,70);
ref = pixel;
},
{
alignment = -1;
pos = (20,70);
ref = pixel;
},
{
alignment = -1;
pos = (30,70);
ref = pixel;
},
{
alignment = -1;
pos = (40,70);
ref = pixel;
},
{
alignment = -1;
pos = (40,60);
ref = pixel;
},
{
alignment = -1;
pos = (40,50);
ref = pixel;
},
{
alignment = -1;
pos = (60,70);
ref = pixel;
},
{
alignment = -1;
pos = (60,60);
ref = pixel;
},
{
alignment = -1;
pos = (60,50);
ref = pixel;
},
{
alignment = -1;
pos = (90,70);
ref = pixel;
},
{
alignment = -1;
pos = (80,70);
ref = pixel;
},
{
alignment = -1;
pos = (70,70);
ref = pixel;
},
{
alignment = -1;
pos = (100,60);
ref = pixel;
},
{
alignment = -1;
pos = (60,40);
ref = pixel;
},
{
alignment = -1;
pos = (50,60);
ref = pixel;
},
{
alignment = -1;
pos = (40,40);
ref = pixel;
},
{
alignment = -1;
pos = (0,60);
ref = pixel;
},
{
alignment = -1;
pos = (10,60);
ref = pixel;
},
{
alignment = -1;
pos = (70,60);
ref = pixel;
},
{
alignment = -1;
pos = (20,30);
ref = pixel;
},
{
alignment = -1;
pos = (30,30);
ref = pixel;
},
{
alignment = -1;
pos = (70,30);
ref = pixel;
},
{
alignment = -1;
pos = (80,30);
ref = pixel;
},
{
alignment = -1;
pos = (100,70);
ref = pixel;
},
{
alignment = -1;
pos = (100,50);
ref = pixel;
},
{
alignment = -1;
pos = (100,40);
ref = pixel;
},
{
alignment = -1;
pos = (90,30);
ref = pixel;
},
{
alignment = -1;
pos = (0,70);
ref = pixel;
},
{
alignment = -1;
pos = (0,50);
ref = pixel;
},
{
alignment = -1;
pos = (0,40);
ref = pixel;
},
{
alignment = -1;
pos = (10,30);
ref = pixel;
},
{
alignment = -1;
pos = (50,50);
ref = pixel;
},
{
alignment = -1;
pos = (0,30);
ref = pixel;
},
{
alignment = -1;
pos = (10,20);
ref = pixel;
},
{
alignment = -1;
pos = (20,20);
ref = pixel;
},
{
alignment = -1;
pos = (30,20);
ref = pixel;
},
{
alignment = -1;
pos = (40,30);
ref = pixel;
},
{
alignment = -1;
pos = (70,20);
ref = pixel;
},
{
alignment = -1;
pos = (80,20);
ref = pixel;
},
{
alignment = -1;
pos = (90,20);
ref = pixel;
},
{
alignment = -1;
pos = (60,30);
ref = pixel;
},
{
alignment = -1;
pos = (100,30);
ref = pixel;
},
{
alignment = -1;
pos = (10,50);
ref = pixel;
},
{
alignment = -1;
pos = (20,50);
ref = pixel;
},
{
alignment = -1;
pos = (20,40);
ref = pixel;
},
{
alignment = -1;
pos = (30,40);
ref = pixel;
},
{
alignment = -1;
pos = (10,40);
ref = pixel;
},
{
alignment = -1;
pos = (70,50);
ref = pixel;
},
{
alignment = -1;
pos = (70,40);
ref = pixel;
},
{
alignment = -1;
pos = (80,40);
ref = pixel;
},
{
alignment = -1;
pos = (90,40);
ref = pixel;
},
{
alignment = -1;
pos = (80,50);
ref = pixel;
},
{
alignment = -1;
pos = (80,60);
ref = pixel;
},
{
alignment = -1;
pos = (20,60);
ref = pixel;
},
{
alignment = -1;
pos = (30,60);
ref = pixel;
},
{
alignment = -1;
pos = (90,60);
ref = pixel;
}
);
width = 120;
}
);
unicode = 128374;
}
Loading

0 comments on commit fdd2923

Please sign in to comment.