├── .github └── workflows │ └── build.yml ├── .gitignore ├── .prettierignore ├── .prettierrc.json ├── LICENSE ├── README.md ├── glyphs ├── DinkieIcons.glyphspackage │ ├── fontinfo.plist │ ├── glyphs │ │ ├── A_R_egion.glyph │ │ ├── B_R_egion.glyph │ │ ├── C_R_egion.glyph │ │ ├── C_hinaF_lag.glyph │ │ ├── C_ool.box.filled.glyph │ │ ├── C_ool.box.glyph │ │ ├── D_R_egion.glyph │ │ ├── E_R_egion.glyph │ │ ├── F_R_egion.glyph │ │ ├── G_R_egion.glyph │ │ ├── H_R_egion.glyph │ │ ├── I_R_egion.glyph │ │ ├── J_R_egion.glyph │ │ ├── J_apanF_lag.glyph │ │ ├── K_R_egion.glyph │ │ ├── L_R_egion.glyph │ │ ├── M_R_egion.glyph │ │ ├── M_alaysiaF_lag.glyph │ │ ├── N_R_egion.glyph │ │ ├── O_R_egion.glyph │ │ ├── O_k.box.filled.glyph │ │ ├── O_k.box.glyph │ │ ├── P_R_egion.glyph │ │ ├── Q_R_egion.glyph │ │ ├── R_R_egion.glyph │ │ ├── S_R_egion.glyph │ │ ├── S_ingaporeF_lag.glyph │ │ ├── S_outhK_oreaF_lag.glyph │ │ ├── T_R_egion.glyph │ │ ├── T_hailandF_lag.glyph │ │ ├── U_R_egion.glyph │ │ ├── U_nitedK_ingdomF_lag.glyph │ │ ├── U_nitedS_tatesF_lag.glyph │ │ ├── V_R_egion.glyph │ │ ├── V_ietnamF_lag.glyph │ │ ├── W_R_egion.glyph │ │ ├── X_R_egion.glyph │ │ ├── Y_R_egion.glyph │ │ ├── Z_R_egion.glyph │ │ ├── abacus.glyph │ │ ├── accept.circle.filled.glyph │ │ ├── accept.circle.glyph │ │ ├── accordion.glyph │ │ ├── addressB_ook.filled.glyph │ │ ├── addressB_ook.glyph │ │ ├── addressB_ook.small.filled.glyph │ │ ├── addressB_ook.small.glyph │ │ ├── adjustments.filled.glyph │ │ ├── adjustments.glyph │ │ ├── adobeA_fterE_ffects.filled.glyph │ │ ├── adobeA_fterE_ffects.glyph │ │ ├── adobeA_nimate.filled.glyph │ │ ├── adobeA_nimate.glyph │ │ ├── adobeA_udition.filled.glyph │ │ ├── adobeA_udition.glyph │ │ ├── adobeI_llustrator.filled.glyph │ │ ├── adobeI_llustrator.glyph │ │ ├── adobeI_nD_esign.filled.glyph │ │ ├── adobeI_nD_esign.glyph │ │ ├── adobeP_hotoshop.filled.glyph │ │ ├── adobeP_hotoshop.glyph │ │ ├── adobeP_remiere.filled.glyph │ │ ├── adobeP_remiere.glyph │ │ ├── adult.filled.glyph │ │ ├── adult.glyph │ │ ├── adult.small.filled.glyph │ │ ├── adult.small.glyph │ │ ├── advantage.circle.filled.glyph │ │ ├── advantage.circle.glyph │ │ ├── airplane.glyph │ │ ├── alarmC_lock.filled.glyph │ │ ├── alarmC_lock.glyph │ │ ├── alarmC_lock.small.filled.glyph │ │ ├── alienM_onster.glyph │ │ ├── alienM_onster.small.glyph │ │ ├── alipay.filled.glyph │ │ ├── alipay.glyph │ │ ├── alipay.small.filled.glyph │ │ ├── alipay.small.glyph │ │ ├── anchor.glyph │ │ ├── anchor.small.glyph │ │ ├── android.glyph │ │ ├── annotation.glyph │ │ ├── antennaB_ars.filled.glyph │ │ ├── antennaB_ars.glyph │ │ ├── anywayF_m.glyph │ │ ├── appN_otifacation.glyph │ │ ├── appN_otifacation.small.glyph │ │ ├── appS_tore.filled.glyph │ │ ├── appS_tore.glyph │ │ ├── apple.filled.glyph │ │ ├── apple.glyph │ │ ├── apple.small.filled.glyph │ │ ├── apple.small.glyph │ │ ├── arrowsM_aximize.glyph │ │ ├── arrowsM_inimize.glyph │ │ ├── artistP_alette.glyph │ │ ├── astonishedF_ace.glyph │ │ ├── atom.glyph │ │ ├── automobile.filled.glyph │ │ ├── automobile.glyph │ │ ├── automobile.small.glyph │ │ ├── autumn-mahjong.glyph │ │ ├── axe.filled.glyph │ │ ├── axe.glyph │ │ ├── back-mahjong.filled.glyph │ │ ├── back-mahjong.glyph │ │ ├── balloon.filled.glyph │ │ ├── balloon.glyph │ │ ├── ballotB_oxW_ithC_heck.filled.glyph │ │ ├── ballotB_oxW_ithC_heck.glyph │ │ ├── ballotB_oxW_ithC_heck.small.filled.glyph │ │ ├── ballotB_oxW_ithC_heck.small.glyph │ │ ├── bamboo-mahjong.glyph │ │ ├── banana.glyph │ │ ├── banjo.glyph │ │ ├── basket.glyph │ │ ├── battery.filled.glyph │ │ ├── battery.glyph │ │ ├── battery.small.filled.glyph │ │ ├── battery.small.glyph │ │ ├── beaker.filled.glyph │ │ ├── beaker.glyph │ │ ├── beerM_ug.glyph │ │ ├── bell.filled.glyph │ │ ├── bell.glyph │ │ ├── bellW_ithC_ancellationS_troke.filled.glyph │ │ ├── bellW_ithC_ancellationS_troke.glyph │ │ ├── bezier.glyph │ │ ├── bezier.small.glyph │ │ ├── bigger.glyph │ │ ├── bigger.small.glyph │ │ ├── bilibili.glyph │ │ ├── bilibili.small.glyph │ │ ├── billedC_ap.glyph │ │ ├── billedC_ap.small.glyph │ │ ├── biohazard.glyph │ │ ├── bird.filled.glyph │ │ ├── bird.glyph │ │ ├── birthdayC_ake.glyph │ │ ├── blackC_ircleF_orR_ecord.filled.glyph │ │ ├── blackC_ircleF_orR_ecord.glyph │ │ ├── blackC_rossS_quare.filled.glyph │ │ ├── blackC_rossS_quare.glyph │ │ ├── blackC_rossS_quare.small.filled.glyph │ │ ├── blackC_rossS_quare.small.glyph │ │ ├── blackJ_okerC_ards.glyph │ │ ├── blackL_eftD_oubleT_riangle.filled.glyph │ │ ├── blackL_eftD_oubleT_riangle.glyph │ │ ├── blackL_eftD_oubleT_riangleW_ithV_erticalB_ar.filled.glyph │ │ ├── blackL_eftD_oubleT_riangleW_ithV_erticalB_ar.glyph │ │ ├── blackR_ightD_oubleT_riangle.filled.glyph │ │ ├── blackR_ightD_oubleT_riangle.glyph │ │ ├── blackR_ightD_oubleT_riangleW_ithV_erticalB_ar.filled.glyph │ │ ├── blackR_ightD_oubleT_riangleW_ithV_erticalB_ar.glyph │ │ ├── blackR_ightT_riangleW_ithD_oubleV_erticalB_ar.filled.glyph │ │ ├── blackR_ightT_riangleW_ithD_oubleV_erticalB_ar.glyph │ │ ├── blackS_cissors.filled.glyph │ │ ├── blackS_cissors.glyph │ │ ├── blackS_quareF_orS_top.filled.glyph │ │ ├── blackS_quareF_orS_top.glyph │ │ ├── blackS_unW_ithR_ays.filled.glyph │ │ ├── blackS_unW_ithR_ays.glyph │ │ ├── blackS_unW_ithR_ays.small.filled.glyph │ │ ├── blackS_unW_ithR_ays.small.glyph │ │ ├── boB_log.glyph │ │ ├── bomb.filled.glyph │ │ ├── bomb.glyph │ │ ├── bowA_ndA_rrow.glyph │ │ ├── boy.filled.glyph │ │ ├── boy.glyph │ │ ├── boy.small.filled.glyph │ │ ├── boy.small.glyph │ │ ├── bread.glyph │ │ ├── briefcase.glyph │ │ ├── briefcase.small.glyph │ │ ├── brokenH_eart.filled.glyph │ │ ├── brokenH_eart.glyph │ │ ├── brush.glyph │ │ ├── buddy.glyph │ │ ├── bug.glyph │ │ ├── buildingC_onstruction.glyph │ │ ├── bus.alt.glyph │ │ ├── bus.glyph │ │ ├── byeF_ace.glyph │ │ ├── calendar.alt.glyph │ │ ├── calendar.glyph │ │ ├── calendar.small.glyph │ │ ├── camera.glyph │ │ ├── candle.glyph │ │ ├── carrot.glyph │ │ ├── catF_ace.glyph │ │ ├── catF_ace.small.glyph │ │ ├── checkmark.circled.filled.glyph │ │ ├── checkmark.circled.glyph │ │ ├── checkmark.circled.small.filled.glyph │ │ ├── checkmark.circled.small.glyph │ │ ├── cherries.filled.glyph │ │ ├── cherries.glyph │ │ ├── cherries.small.glyph │ │ ├── cherryB_lossom.glyph │ │ ├── chestnut.glyph │ │ ├── christmasT_ree.glyph │ │ ├── chrysanthemum-mahjong.glyph │ │ ├── circle.filled.glyph │ │ ├── circle.glyph │ │ ├── circle.small.filled.glyph │ │ ├── circle.small.glyph │ │ ├── circledI_nformationS_ource.filled.glyph │ │ ├── circledI_nformationS_ource.glyph │ │ ├── circledI_nformationS_ource.small.filled.glyph │ │ ├── circledI_nformationS_ource.small.glyph │ │ ├── clapperB_oard.glyph │ │ ├── clappingH_andsS_ign.glyph │ │ ├── clipboard.filled.glyph │ │ ├── clipboard.glyph │ │ ├── clipboard.small.filled.glyph │ │ ├── clipboard.small.glyph │ │ ├── clock.filled.glyph │ │ ├── clock.glyph │ │ ├── clock.small.filled.glyph │ │ ├── closedB_ook.filled.glyph │ │ ├── closedB_ook.glyph │ │ ├── closedB_ook.small.filled.glyph │ │ ├── closedB_ook.small.glyph │ │ ├── closedM_ailboxL_oweredF_lag.glyph │ │ ├── closedM_ailboxR_aisedF_lag.glyph │ │ ├── cloud.glyph │ │ ├── coconut.glyph │ │ ├── code.filled.glyph │ │ ├── code.glyph │ │ ├── code.small.glyph │ │ ├── compass.filled.glyph │ │ ├── compass.glyph │ │ ├── compass.small.filled.glyph │ │ ├── compass.small.glyph │ │ ├── confettiB_all.glyph │ │ ├── contrast.filled.glyph │ │ ├── contrast.glyph │ │ ├── contrast.small.filled.glyph │ │ ├── contrast.small.glyph │ │ ├── cookedR_ice.glyph │ │ ├── cookie.filled.glyph │ │ ├── cookie.glyph │ │ ├── copies.filled.glyph │ │ ├── copies.glyph │ │ ├── copies.small.filled.glyph │ │ ├── copies.small.glyph │ │ ├── cowF_ace.glyph │ │ ├── crab.glyph │ │ ├── crescentM_oon.filled.glyph │ │ ├── crescentM_oon.glyph │ │ ├── crescentM_oon.small.filled.glyph │ │ ├── crescentM_oon.small.glyph │ │ ├── crown.glyph │ │ ├── cube.glyph │ │ ├── cube.small.glyph │ │ ├── cupW_ithS_traw.filled.glyph │ │ ├── cupW_ithS_traw.glyph │ │ ├── cursingF_ace.glyph │ │ ├── cursorA_rrow.filled.glyph │ │ ├── cursorA_rrow.glyph │ │ ├── cursorA_rrow.small.filled.glyph │ │ ├── cursorA_rrow.small.glyph │ │ ├── cursorT_ext.glyph │ │ ├── cursorT_ext.small.glyph │ │ ├── daggerK_nife.filled.glyph │ │ ├── daggerK_nife.glyph │ │ ├── daggerK_nife.small.glyph │ │ ├── darkS_unglasses.glyph │ │ ├── deciduousT_ree.glyph │ │ ├── deliveryT_ruck.filled.glyph │ │ ├── deliveryT_ruck.glyph │ │ ├── deliveryT_ruck.small.filled.glyph │ │ ├── deliveryT_ruck.small.glyph │ │ ├── desertI_sland.glyph │ │ ├── desktopC_omputer.filled.glyph │ │ ├── desktopC_omputer.glyph │ │ ├── desktopC_omputer.small.filled.glyph │ │ ├── desktopC_omputer.small.glyph │ │ ├── deviceR_otate.glyph │ │ ├── diagonalC_ross.glyph │ │ ├── diagonalC_ross.small.glyph │ │ ├── dieF_ace1.filled.glyph │ │ ├── dieF_ace1.glyph │ │ ├── dieF_ace1.small.filled.glyph │ │ ├── dieF_ace1.small.glyph │ │ ├── dieF_ace2.filled.glyph │ │ ├── dieF_ace2.glyph │ │ ├── dieF_ace2.small.filled.glyph │ │ ├── dieF_ace2.small.glyph │ │ ├── dieF_ace3.filled.glyph │ │ ├── dieF_ace3.glyph │ │ ├── dieF_ace3.small.filled.glyph │ │ ├── dieF_ace3.small.glyph │ │ ├── dieF_ace4.filled.glyph │ │ ├── dieF_ace4.glyph │ │ ├── dieF_ace4.small.filled.glyph │ │ ├── dieF_ace4.small.glyph │ │ ├── dieF_ace5.filled.glyph │ │ ├── dieF_ace5.glyph │ │ ├── dieF_ace5.small.filled.glyph │ │ ├── dieF_ace5.small.glyph │ │ ├── dieF_ace6.filled.glyph │ │ ├── dieF_ace6.glyph │ │ ├── dieF_ace6.small.filled.glyph │ │ ├── dieF_ace6.small.glyph │ │ ├── dinkieC_han.glyph │ │ ├── dinkieC_han16.glyph │ │ ├── dinkieC_han24.glyph │ │ ├── dinkieC_han32.glyph │ │ ├── directionsS_ign.glyph │ │ ├── displayD_otM_atrix.glyph │ │ ├── displayD_otM_atrix.small.glyph │ │ ├── dizzyF_ace.glyph │ │ ├── dnaD_oubleH_elix.glyph │ │ ├── dogF_ace.glyph │ │ ├── doge.glyph │ │ ├── doge.small.glyph │ │ ├── doubleV_erticalB_ar.filled.glyph │ │ ├── doubleV_erticalB_ar.glyph │ │ ├── download.glyph │ │ ├── download.small.glyph │ │ ├── dragonF_ace.glyph │ │ ├── dress.glyph │ │ ├── dropO_fB_lood.glyph │ │ ├── droplet.glyph │ │ ├── drumW_ithD_rumsticks.glyph │ │ ├── duplicate.filled.glyph │ │ ├── duplicate.glyph │ │ ├── duplicate.small.filled.glyph │ │ ├── duplicate.small.glyph │ │ ├── earthG_lobeA_siaA_ustralia.glyph │ │ ├── eastW_ind-mahjong.glyph │ │ ├── eightO_fB_amboos-mahjong.filled.glyph │ │ ├── eightO_fB_amboos-mahjong.glyph │ │ ├── eightO_fC_haracters-mahjong.glyph │ │ ├── eightO_fC_ircles-mahjong.filled.glyph │ │ ├── eightO_fC_ircles-mahjong.glyph │ │ ├── ejectsymbol.filled.glyph │ │ ├── ejectsymbol.glyph │ │ ├── electricL_ightB_ulb.filled.glyph │ │ ├── electricL_ightB_ulb.glyph │ │ ├── electricL_ightB_ulb.small.filled.glyph │ │ ├── electricL_ightB_ulb.small.glyph │ │ ├── elephant.glyph │ │ ├── elevator.filled.glyph │ │ ├── elevator.glyph │ │ ├── elevator.small.filled.glyph │ │ ├── entry.glyph │ │ ├── envelope.filled.glyph │ │ ├── envelope.glyph │ │ ├── envelope.small.filled.glyph │ │ ├── envelope.small.glyph │ │ ├── evergreenT_ree.glyph │ │ ├── exit.glyph │ │ ├── expressionlessF_ace.glyph │ │ ├── extraterrestrialA_lien.glyph │ │ ├── eye.glyph │ │ ├── eye.small.glyph │ │ ├── eyeglasses.glyph │ │ ├── faceE_atingM_elon.glyph │ │ ├── faceS_avouringD_eliciousF_ood.glyph │ │ ├── faceS_creamingI_nF_ear.glyph │ │ ├── faceS_plit.glyph │ │ ├── faceT_hrowingA_K_iss.glyph │ │ ├── faceW_ithC_oldS_weat.glyph │ │ ├── faceW_ithH_eadB_andage.glyph │ │ ├── faceW_ithM_edicalM_ask.glyph │ │ ├── faceW_ithN_oG_oodG_esture.glyph │ │ ├── faceW_ithO_kG_esture.glyph │ │ ├── faceW_ithO_penM_outhV_omiting.glyph │ │ ├── faceW_ithO_penM_outh_zerowidthjoiner_dashS_ymbol.glyph │ │ ├── faceW_ithP_artyH_ornA_ndP_artyH_at.glyph │ │ ├── faceW_ithP_leadingE_yes.glyph │ │ ├── faceW_ithS_tuckO_utT_ongueA_ndT_ightlyC_losedE_yes.glyph │ │ ├── faceW_ithT_earsO_fJ_oy.glyph │ │ ├── facebook.alt.glyph │ │ ├── facebook.alt.small.glyph │ │ ├── facebook.glyph │ │ ├── facebook.small.glyph │ │ ├── factory.glyph │ │ ├── factory.small.glyph │ │ ├── ferrisW_heel.glyph │ │ ├── figma.glyph │ │ ├── fileC_abinet.glyph │ │ ├── fileF_older.filled.glyph │ │ ├── fileF_older.glyph │ │ ├── fileF_older.small.filled.glyph │ │ ├── fileF_older.small.glyph │ │ ├── fileF_ont.filled.glyph │ │ ├── fileF_ont.glyph │ │ ├── fileF_ont.small.filled.glyph │ │ ├── fileG_raphics.filled.glyph │ │ ├── fileG_raphics.glyph │ │ ├── fileG_raphics.small.filled.glyph │ │ ├── fileO_tf.filled.glyph │ │ ├── fileO_tf.glyph │ │ ├── fileO_tf.small.filled.glyph │ │ ├── fileT_tf.filled.glyph │ │ ├── fileT_tf.glyph │ │ ├── fileT_tf.small.filled.glyph │ │ ├── fileV_ector.filled.glyph │ │ ├── fileV_ector.glyph │ │ ├── fileV_ector.small.filled.glyph │ │ ├── fileW_off.filled.glyph │ │ ├── fileW_off.glyph │ │ ├── fileW_off.small.filled.glyph │ │ ├── fileW_off2.filled.glyph │ │ ├── fileW_off2.glyph │ │ ├── fileW_off2.small.filled.glyph │ │ ├── filmF_rames.glyph │ │ ├── filmF_rames.small.glyph │ │ ├── filter.glyph │ │ ├── filter.small.glyph │ │ ├── finder.glyph │ │ ├── finder.small.glyph │ │ ├── fire.glyph │ │ ├── fire.small.glyph │ │ ├── firstQ_uarterM_oonS_ymbol.glyph │ │ ├── fish.glyph │ │ ├── fistP_almS_alute.glyph │ │ ├── fistedH_andS_ign.glyph │ │ ├── fiveO_fB_amboos-mahjong.filled.glyph │ │ ├── fiveO_fB_amboos-mahjong.glyph │ │ ├── fiveO_fC_haracters-mahjong.glyph │ │ ├── fiveO_fC_ircles-mahjong.filled.glyph │ │ ├── fiveO_fC_ircles-mahjong.glyph │ │ ├── flask.filled.glyph │ │ ├── flask.glyph │ │ ├── floppyD_isk.filled.glyph │ │ ├── floppyD_isk.glyph │ │ ├── floppyD_isk.small.filled.glyph │ │ ├── floppyD_isk.small.glyph │ │ ├── flyingS_aucer.glyph │ │ ├── fork.glyph │ │ ├── forkA_ndK_nife.glyph │ │ ├── fourL_eafC_lover.glyph │ │ ├── fourO_fB_amboos-mahjong.filled.glyph │ │ ├── fourO_fB_amboos-mahjong.glyph │ │ ├── fourO_fC_haracters-mahjong.glyph │ │ ├── fourO_fC_ircles-mahjong.filled.glyph │ │ ├── fourO_fC_ircles-mahjong.glyph │ │ ├── foxF_ace.glyph │ │ ├── frogF_ace.glyph │ │ ├── fullM_oonS_ymbol.glyph │ │ ├── gameD_ie.glyph │ │ ├── gameD_ie.small.glyph │ │ ├── gear.filled.glyph │ │ ├── gear.glyph │ │ ├── gemS_tone.glyph │ │ ├── ghost.glyph │ │ ├── girl.filled.glyph │ │ ├── girl.glyph │ │ ├── girl.small.filled.glyph │ │ ├── girl.small.glyph │ │ ├── github.glyph │ │ ├── github.small.glyph │ │ ├── globeM_eridians.glyph │ │ ├── globeM_eridians.small.glyph │ │ ├── glowingS_tar.glyph │ │ ├── glyphs.filled.glyph │ │ ├── glyphs.glyph │ │ ├── graduationC_ap.glyph │ │ ├── grapes.glyph │ │ ├── grassC_aoS_ymbol.glyph │ │ ├── greenD_ragon-mahjong.glyph │ │ ├── grid.glyph │ │ ├── grid.small.glyph │ │ ├── gridD_isabled.glyph │ │ ├── gridE_nabled.glyph │ │ ├── grinningF_aceW_ithS_tarE_yes.glyph │ │ ├── grinningfacewithonelargeandoneeye.glyph │ │ ├── guitar.glyph │ │ ├── gyroscope.glyph │ │ ├── hamburger.glyph │ │ ├── hamburger.small.glyph │ │ ├── hammer.filled.glyph │ │ ├── hammer.glyph │ │ ├── handshake.glyph │ │ ├── happyP_ersonR_aisingO_neH_and.glyph │ │ ├── hashtag.glyph │ │ ├── hashtag.small.glyph │ │ ├── headphone.filled.glyph │ │ ├── headphone.glyph │ │ ├── heartB_lackS_uit.circled.glyph │ │ ├── heartB_lackS_uit.circled.small.glyph │ │ ├── heartB_lackS_uit.glyph │ │ ├── heartB_lackS_uit.small.glyph │ │ ├── heartW_hiteS_uit.circled.filled.glyph │ │ ├── heartW_hiteS_uit.circled.glyph │ │ ├── heartW_hiteS_uit.circled.small.filled.glyph │ │ ├── heartW_hiteS_uit.circled.small.glyph │ │ ├── heartW_hiteS_uit.glyph │ │ ├── heartW_hiteS_uit.small.glyph │ │ ├── heavyD_ollarS_ign.glyph │ │ ├── heavyD_ollarS_ign.small.glyph │ │ ├── helicopter.glyph │ │ ├── herb.glyph │ │ ├── hibiscus.glyph │ │ ├── highH_eeledS_hoe.glyph │ │ ├── highS_peedT_rain.glyph │ │ ├── highV_oltageS_ign.glyph │ │ ├── hocho.filled.glyph │ │ ├── hocho.glyph │ │ ├── hocho.small.filled.glyph │ │ ├── hocho.small.glyph │ │ ├── hook.glyph │ │ ├── horseF_ace.glyph │ │ ├── hotB_everage.glyph │ │ ├── hourglass.glyph │ │ ├── hourglassW_ithF_lowingS_and.glyph │ │ ├── houseB_uilding.glyph │ │ ├── houseB_uilding.small.glyph │ │ ├── houseB_uildings.glyph │ │ ├── houseB_uildings.small.glyph │ │ ├── hundredP_ointsS_ymbol.glyph │ │ ├── informationD_eskP_erson.glyph │ │ ├── informationsource.filled.glyph │ │ ├── informationsource.glyph │ │ ├── informationsource.small.filled.glyph │ │ ├── informationsource.small.glyph │ │ ├── inputL_atinC_apitalL_etters.filled.glyph │ │ ├── inputL_atinC_apitalL_etters.glyph │ │ ├── inputL_atinL_owerL_etters.filled.glyph │ │ ├── inputL_atinL_owerL_etters.glyph │ │ ├── inputN_umbers.filled.glyph │ │ ├── inputN_umbers.glyph │ │ ├── instagram.glyph │ │ ├── instagram.small.glyph │ │ ├── invert.glyph │ │ ├── invert.small.glyph │ │ ├── javaS_parrowS_ilver.glyph │ │ ├── javaS_parrowW_hite.glyph │ │ ├── jeans.glyph │ │ ├── jigsawP_uzzle.glyph │ │ ├── jigsawP_uzzleP_iece.glyph │ │ ├── jigsawP_uzzleP_iece.small.glyph │ │ ├── joker-mahjong.glyph │ │ ├── joystick.glyph │ │ ├── keyboard.filled.glyph │ │ ├── keyboard.glyph │ │ ├── keyboard.small.filled.glyph │ │ ├── keycapA_sterisk.filled.glyph │ │ ├── keycapA_sterisk.glyph │ │ ├── keycapA_sterisk.small.filled.glyph │ │ ├── keycapA_sterisk.small.glyph │ │ ├── keycapC_ommand.filled.glyph │ │ ├── keycapC_ommand.glyph │ │ ├── keycapC_ommand.small.filled.glyph │ │ ├── keycapC_ommand.small.glyph │ │ ├── keycapC_ontrol.filled.glyph │ │ ├── keycapC_ontrol.glyph │ │ ├── keycapC_ontrol.small.filled.glyph │ │ ├── keycapC_ontrol.small.glyph │ │ ├── keycapD_igitE_ight.filled.glyph │ │ ├── keycapD_igitE_ight.glyph │ │ ├── keycapD_igitE_ight.small.filled.glyph │ │ ├── keycapD_igitE_ight.small.glyph │ │ ├── keycapD_igitF_ive.filled.glyph │ │ ├── keycapD_igitF_ive.glyph │ │ ├── keycapD_igitF_ive.small.filled.glyph │ │ ├── keycapD_igitF_ive.small.glyph │ │ ├── keycapD_igitF_our.filled.glyph │ │ ├── keycapD_igitF_our.glyph │ │ ├── keycapD_igitF_our.small.filled.glyph │ │ ├── keycapD_igitF_our.small.glyph │ │ ├── keycapD_igitN_ine.filled.glyph │ │ ├── keycapD_igitN_ine.glyph │ │ ├── keycapD_igitN_ine.small.filled.glyph │ │ ├── keycapD_igitN_ine.small.glyph │ │ ├── keycapD_igitO_ne.filled.glyph │ │ ├── keycapD_igitO_ne.glyph │ │ ├── keycapD_igitO_ne.small.filled.glyph │ │ ├── keycapD_igitO_ne.small.glyph │ │ ├── keycapD_igitS_even.filled.glyph │ │ ├── keycapD_igitS_even.glyph │ │ ├── keycapD_igitS_even.small.filled.glyph │ │ ├── keycapD_igitS_even.small.glyph │ │ ├── keycapD_igitS_ix.filled.glyph │ │ ├── keycapD_igitS_ix.glyph │ │ ├── keycapD_igitS_ix.small.filled.glyph │ │ ├── keycapD_igitS_ix.small.glyph │ │ ├── keycapD_igitT_hree.filled.glyph │ │ ├── keycapD_igitT_hree.glyph │ │ ├── keycapD_igitT_hree.small.filled.glyph │ │ ├── keycapD_igitT_hree.small.glyph │ │ ├── keycapD_igitT_wo.filled.glyph │ │ ├── keycapD_igitT_wo.glyph │ │ ├── keycapD_igitT_wo.small.filled.glyph │ │ ├── keycapD_igitT_wo.small.glyph │ │ ├── keycapD_igitZ_ero.filled.glyph │ │ ├── keycapD_igitZ_ero.glyph │ │ ├── keycapD_igitZ_ero.small.filled.glyph │ │ ├── keycapD_igitZ_ero.small.glyph │ │ ├── keycapE_leven.filled.glyph │ │ ├── keycapE_leven.glyph │ │ ├── keycapE_leven.small.filled.glyph │ │ ├── keycapE_leven.small.glyph │ │ ├── keycapF_n.filled.glyph │ │ ├── keycapF_n.glyph │ │ ├── keycapF_n.small.filled.glyph │ │ ├── keycapF_n.small.glyph │ │ ├── keycapN_umberS_ign.filled.glyph │ │ ├── keycapN_umberS_ign.glyph │ │ ├── keycapN_umberS_ign.small.filled.glyph │ │ ├── keycapN_umberS_ign.small.glyph │ │ ├── keycapO_ption.filled.glyph │ │ ├── keycapO_ption.glyph │ │ ├── keycapO_ption.small.filled.glyph │ │ ├── keycapO_ption.small.glyph │ │ ├── keycapR_eturn.filled.glyph │ │ ├── keycapR_eturn.glyph │ │ ├── keycapR_eturn.small.filled.glyph │ │ ├── keycapR_eturn.small.glyph │ │ ├── keycapS_hift.filled.glyph │ │ ├── keycapS_hift.glyph │ │ ├── keycapS_hift.small.filled.glyph │ │ ├── keycapS_hift.small.glyph │ │ ├── keycapT_ab.filled.glyph │ │ ├── keycapT_ab.glyph │ │ ├── keycapT_ab.small.filled.glyph │ │ ├── keycapT_ab.small.glyph │ │ ├── keycapT_en.filled.glyph │ │ ├── keycapT_en.glyph │ │ ├── keycapT_en.small.filled.glyph │ │ ├── keycapT_en.small.glyph │ │ ├── keycapW_indows.filled.glyph │ │ ├── keycapW_indows.glyph │ │ ├── keycapW_indows.small.filled.glyph │ │ ├── keycapW_indows.small.glyph │ │ ├── kite.glyph │ │ ├── ko_ko-kata.box.filled.glyph │ │ ├── ko_ko-kata.box.glyph │ │ ├── label.filled.glyph │ │ ├── label.glyph │ │ ├── label.small.filled.glyph │ │ ├── label.small.glyph │ │ ├── languageC_yrillic.filled.glyph │ │ ├── languageC_yrillic.glyph │ │ ├── languageC_yrillic.small.filled.glyph │ │ ├── languageC_yrillic.small.glyph │ │ ├── languageG_reek.filled.glyph │ │ ├── languageG_reek.glyph │ │ ├── languageG_reek.small.filled.glyph │ │ ├── languageG_reek.small.glyph │ │ ├── languageH_an.filled.glyph │ │ ├── languageH_an.glyph │ │ ├── languageH_an.small.filled.glyph │ │ ├── languageH_an.small.glyph │ │ ├── languageH_angul.filled.glyph │ │ ├── languageH_angul.glyph │ │ ├── languageH_angul.small.filled.glyph │ │ ├── languageH_angul.small.glyph │ │ ├── languageH_ebrew.filled.glyph │ │ ├── languageH_ebrew.glyph │ │ ├── languageH_ebrew.small.filled.glyph │ │ ├── languageH_ebrew.small.glyph │ │ ├── languageH_ira.filled.glyph │ │ ├── languageH_ira.glyph │ │ ├── languageH_ira.small.filled.glyph │ │ ├── languageH_ira.small.glyph │ │ ├── languageL_atin.filled.glyph │ │ ├── languageL_atin.glyph │ │ ├── languageL_atin.small.filled.glyph │ │ ├── languageL_atin.small.glyph │ │ ├── languageT_hai.filled.glyph │ │ ├── languageT_hai.glyph │ │ ├── languageT_hai.small.filled.glyph │ │ ├── languageT_hai.small.glyph │ │ ├── largeQ_uestionF_ace.glyph │ │ ├── lastQ_uarterM_oonS_ymbol.glyph │ │ ├── leafyG_reen.glyph │ │ ├── leftA_rrow.circled.filled.glyph │ │ ├── leftA_rrow.circled.glyph │ │ ├── leftA_rrow.circled.small.filled.glyph │ │ ├── leftA_rrow.circled.small.glyph │ │ ├── leftH_ookA_rrow.filled.glyph │ │ ├── leftH_ookA_rrow.glyph │ │ ├── leftH_ookA_rrow.small.filled.glyph │ │ ├── leftH_ookA_rrow.small.glyph │ │ ├── leftM_agnifyingG_lass.filled.glyph │ │ ├── leftM_agnifyingG_lass.glyph │ │ ├── leftM_agnifyingG_lass.small.filled.glyph │ │ ├── leftM_agnifyingG_lass.small.glyph │ │ ├── lemon.glyph │ │ ├── lightR_ail.glyph │ │ ├── lineG_ap.glyph │ │ ├── lineG_ap.small.glyph │ │ ├── lineH_eight.glyph │ │ ├── lineH_eight.small.glyph │ │ ├── linkS_ymbol.glyph │ │ ├── linkS_ymbol.small.glyph │ │ ├── locationP_in.filled.glyph │ │ ├── locationP_in.glyph │ │ ├── locationP_in.small.filled.glyph │ │ ├── locationP_in.small.glyph │ │ ├── lock.filled.glyph │ │ ├── lock.glyph │ │ ├── lock.small.filled.glyph │ │ ├── loudlyC_ryingF_ace.glyph │ │ ├── love.glyph │ │ ├── magicW_and.glyph │ │ ├── magnet.filled.glyph │ │ ├── magnet.glyph │ │ ├── mango.glyph │ │ ├── memo.filled.glyph │ │ ├── memo.glyph │ │ ├── memo.small.filled.glyph │ │ ├── memo.small.glyph │ │ ├── menu.glyph │ │ ├── menu.small.glyph │ │ ├── metro.glyph │ │ ├── mic.glyph │ │ ├── mic.small.glyph │ │ ├── micM_v51.glyph │ │ ├── microbe.glyph │ │ ├── microphone.filled.glyph │ │ ├── microphone.glyph │ │ ├── microscope.glyph │ │ ├── milkP_ackage.glyph │ │ ├── milkP_ackage.small.glyph │ │ ├── mobileP_hone.alt.glyph │ │ ├── mobileP_hone.alt2.glyph │ │ ├── mobileP_hone.alt2.small.glyph │ │ ├── mobileP_hone.glyph │ │ ├── moneyB_ag.cny.glyph │ │ ├── moneyB_ag.eur.glyph │ │ ├── moneyB_ag.filled.glyph │ │ ├── moneyB_ag.frf.glyph │ │ ├── moneyB_ag.gbp.glyph │ │ ├── moneyB_ag.glyph │ │ ├── moneyB_ag.small.glyph │ │ ├── moneyB_ag.usd.glyph │ │ ├── moneyM_outhF_ace.glyph │ │ ├── monkeyF_ace.glyph │ │ ├── monospaced.glyph │ │ ├── mountain.glyph │ │ ├── mouseF_ace.glyph │ │ ├── mouth.glyph │ │ ├── movieC_amera.glyph │ │ ├── multipleM_usicalN_otes.glyph │ │ ├── mushroom.glyph │ │ ├── musicalK_eyboard.filled.glyph │ │ ├── musicalK_eyboard.glyph │ │ ├── musicalN_ote.glyph │ │ ├── musicalN_ote.small.glyph │ │ ├── musicalS_core.glyph │ │ ├── nerdF_ace.glyph │ │ ├── neteaseM_usic.glyph │ │ ├── neteaseM_usic.small.glyph │ │ ├── neutralF_ace.glyph │ │ ├── newM_oonS_ymbol.glyph │ │ ├── newspaper.glyph │ │ ├── nineO_fB_amboos-mahjong.filled.glyph │ │ ├── nineO_fB_amboos-mahjong.glyph │ │ ├── nineO_fC_haracters-mahjong.glyph │ │ ├── nineO_fC_ircles-mahjong.filled.glyph │ │ ├── nineO_fC_ircles-mahjong.glyph │ │ ├── nintendoS_witch.glyph │ │ ├── noE_ntryS_ign.glyph │ │ ├── noO_neU_nderE_ighteenS_ymbol.filled.glyph │ │ ├── noO_neU_nderE_ighteenS_ymbol.glyph │ │ ├── noS_mokingS_ymbol.glyph │ │ ├── northW_ind-mahjong.glyph │ │ ├── notion.glyph │ │ ├── octopus.glyph │ │ ├── okH_andS_ign.glyph │ │ ├── okH_andS_ign.small.glyph │ │ ├── oneO_fB_amboos-mahjong.glyph │ │ ├── oneO_fB_amboos-mahjong.ss02.glyph │ │ ├── oneO_fC_haracters-mahjong.glyph │ │ ├── oneO_fC_ircles-mahjong.filled.glyph │ │ ├── oneO_fC_ircles-mahjong.glyph │ │ ├── onion.glyph │ │ ├── openB_ook.glyph │ │ ├── openB_ook.small.glyph │ │ ├── openL_ock.filled.glyph │ │ ├── openL_ock.glyph │ │ ├── openL_ock.small.filled.glyph │ │ ├── openM_ailboxL_oweredF_lag.glyph │ │ ├── openM_ailboxR_aisedF_lag.glyph │ │ ├── opticalD_isc.glyph │ │ ├── optionK_ey.glyph │ │ ├── orchid-mahjong.glyph │ │ ├── orthogon7x7.glyph │ │ ├── orthogon7x9.glyph │ │ ├── orthogon9x7.glyph │ │ ├── orthogon9x9.glyph │ │ ├── otfeatureA_cps.glyph │ │ ├── otfeatureA_cps.small.filled.glyph │ │ ├── otfeatureC_2sc.glyph │ │ ├── otfeatureC_2sc.small.filled.glyph │ │ ├── otfeatureC_alt.glyph │ │ ├── otfeatureC_alt.small.filled.glyph │ │ ├── otfeatureC_cmp.glyph │ │ ├── otfeatureC_cmp.small.filled.glyph │ │ ├── otfeatureD_lig.glyph │ │ ├── otfeatureD_lig.small.filled.glyph │ │ ├── otfeatureF_rac.glyph │ │ ├── otfeatureF_rac.small.filled.glyph │ │ ├── otfeatureF_wid.glyph │ │ ├── otfeatureF_wid.small.filled.glyph │ │ ├── otfeatureH_rzt.glyph │ │ ├── otfeatureH_rzt.small.filled.glyph │ │ ├── otfeatureH_wid.glyph │ │ ├── otfeatureH_wid.small.filled.glyph │ │ ├── otfeatureL_iga.glyph │ │ ├── otfeatureL_iga.small.filled.glyph │ │ ├── otfeatureO_num.glyph │ │ ├── otfeatureO_num.small.filled.glyph │ │ ├── otfeatureO_rdn.glyph │ │ ├── otfeatureO_rdn.small.filled.glyph │ │ ├── otfeatureS_mcp.glyph │ │ ├── otfeatureS_mcp.small.filled.glyph │ │ ├── otfeatureS_s01.glyph │ │ ├── otfeatureS_s01.small.filled.glyph │ │ ├── otfeatureS_s02.glyph │ │ ├── otfeatureS_s02.small.filled.glyph │ │ ├── otfeatureS_s03.glyph │ │ ├── otfeatureS_s03.small.filled.glyph │ │ ├── otfeatureS_ubs.glyph │ │ ├── otfeatureS_ubs.small.filled.glyph │ │ ├── otfeatureS_ups.glyph │ │ ├── otfeatureS_ups.small.filled.glyph │ │ ├── otfeatureV_ert.glyph │ │ ├── otfeatureV_ert.small.filled.glyph │ │ ├── otfeatureZ_ero.glyph │ │ ├── otfeatureZ_ero.small.filled.glyph │ │ ├── pageC_url.filled.glyph │ │ ├── pageC_url.glyph │ │ ├── pageC_url.small.filled.glyph │ │ ├── pageC_url.small.glyph │ │ ├── pageF_acingU_p.filled.glyph │ │ ├── pageF_acingU_p.glyph │ │ ├── pageF_acingU_p.small.filled.glyph │ │ ├── pageF_acingU_p.small.glyph │ │ ├── pageG_raphics.filled.glyph │ │ ├── pageG_raphics.glyph │ │ ├── pageG_raphics.small.filled.glyph │ │ ├── pager.glyph │ │ ├── palmF_ace.glyph │ │ ├── palmT_ree.glyph │ │ ├── paperclip.glyph │ │ ├── paperclip.small.glyph │ │ ├── parallelogram.glyph │ │ ├── partyP_opper.glyph │ │ ├── partyP_opper.small.glyph │ │ ├── paypal.glyph │ │ ├── peach.glyph │ │ ├── pear.glyph │ │ ├── pearL_ogo.filled.glyph │ │ ├── pearL_ogo.glyph │ │ ├── pearL_ogo.small.filled.glyph │ │ ├── pearL_ogo.small.glyph │ │ ├── peekF_ace.glyph │ │ ├── pencil.glyph │ │ ├── pencil.small.glyph │ │ ├── personW_ithF_oldedH_ands.filled.glyph │ │ ├── personW_ithF_oldedH_ands.glyph │ │ ├── personalC_omputer.glyph │ │ ├── petriD_ish.glyph │ │ ├── pigF_ace.glyph │ │ ├── pileO_fP_oo.glyph │ │ ├── pill.filled.glyph │ │ ├── pill.glyph │ │ ├── pineapple.glyph │ │ ├── pistol.filled.glyph │ │ ├── pistol.glyph │ │ ├── pixel.glyph │ │ ├── placard.alt.glyph │ │ ├── placard.glyph │ │ ├── placard.small.glyph │ │ ├── playstation.glyph │ │ ├── plum-mahjong.glyph │ │ ├── podcast.glyph │ │ ├── podcast.small.glyph │ │ ├── podium.glyph │ │ ├── potableW_aterS_ymbol.glyph │ │ ├── pottedP_lant.glyph │ │ ├── poultryL_eg.filled.glyph │ │ ├── poultryL_eg.glyph │ │ ├── propellor.glyph │ │ ├── publicA_ddressL_oudspeaker.glyph │ │ ├── publicA_ddressL_oudspeaker.small.glyph │ │ ├── pushpin.filled.glyph │ │ ├── pushpin.glyph │ │ ├── pushpin.small.filled.glyph │ │ ├── pushpin.small.glyph │ │ ├── qq.filled.glyph │ │ ├── qq.glyph │ │ ├── questionF_ace.glyph │ │ ├── rabbitF_ace.glyph │ │ ├── radioB_utton.glyph │ │ ├── radioB_utton.small.glyph │ │ ├── radioactive.glyph │ │ ├── radioactive.small.glyph │ │ ├── railwayC_ar.glyph │ │ ├── raisedB_ackO_fH_and.glyph │ │ ├── raisedB_ackO_fH_and.small.glyph │ │ ├── raisedH_and.glyph │ │ ├── raisedH_and.small.glyph │ │ ├── redA_pple.glyph │ │ ├── redA_pple.small.glyph │ │ ├── redD_ragon-mahjong.filled.glyph │ │ ├── redD_ragon-mahjong.glyph │ │ ├── repeatA_rrow.filled.glyph │ │ ├── repeatA_rrow.glyph │ │ ├── restroom.filled.glyph │ │ ├── restroom.glyph │ │ ├── restroom.small.filled.glyph │ │ ├── revert.glyph │ │ ├── ribbon.glyph │ │ ├── rightA_rrow.circled.filled.glyph │ │ ├── rightA_rrow.circled.glyph │ │ ├── rightA_rrow.circled.small.filled.glyph │ │ ├── rightA_rrow.circled.small.glyph │ │ ├── rightB_lackT_riangle.filled.glyph │ │ ├── rightB_lackT_riangle.glyph │ │ ├── rightH_ookA_rrow.filled.glyph │ │ ├── rightH_ookA_rrow.glyph │ │ ├── rightH_ookA_rrow.small.filled.glyph │ │ ├── rightH_ookA_rrow.small.glyph │ │ ├── rightM_agnifyingG_lass.filled.glyph │ │ ├── rightM_agnifyingG_lass.glyph │ │ ├── rightM_agnifyingG_lass.small.filled.glyph │ │ ├── rightM_agnifyingG_lass.small.glyph │ │ ├── rightT_henC_urvingD_ownA_rrow.filled.glyph │ │ ├── rightT_henC_urvingD_ownA_rrow.glyph │ │ ├── rightT_henC_urvingD_ownA_rrow.small.filled.glyph │ │ ├── rightT_henC_urvingD_ownA_rrow.small.glyph │ │ ├── rightT_henC_urvingU_pA_rrow.filled.glyph │ │ ├── rightT_henC_urvingU_pA_rrow.glyph │ │ ├── rightT_henC_urvingU_pA_rrow.small.filled.glyph │ │ ├── rightT_henC_urvingU_pA_rrow.small.glyph │ │ ├── roastedS_weetP_otato.glyph │ │ ├── robot.filled.glyph │ │ ├── robot.glyph │ │ ├── robotF_ace.glyph │ │ ├── rocket.glyph │ │ ├── rose.glyph │ │ ├── rostrum.glyph │ │ ├── roundP_ushpin.filled.glyph │ │ ├── roundP_ushpin.glyph │ │ ├── roundP_ushpin.small.filled.glyph │ │ ├── roundP_ushpin.small.glyph │ │ ├── rulerR_ightA_ngle.glyph │ │ ├── sandwich.glyph │ │ ├── satellite.glyph │ │ ├── satelliteA_ntenna.glyph │ │ ├── sauropod.glyph │ │ ├── saxophone.filled.glyph │ │ ├── saxophone.glyph │ │ ├── scales.glyph │ │ ├── scan.glyph │ │ ├── scan.small.glyph │ │ ├── secret-han.circled.filled.glyph │ │ ├── secret-han.circled.glyph │ │ ├── seedling.glyph │ │ ├── sevenO_fB_amboos-mahjong.filled.glyph │ │ ├── sevenO_fB_amboos-mahjong.glyph │ │ ├── sevenO_fC_haracters-mahjong.glyph │ │ ├── sevenO_fC_ircles-mahjong.filled.glyph │ │ ├── sevenO_fC_ircles-mahjong.glyph │ │ ├── shamrock.glyph │ │ ├── share.glyph │ │ ├── shark.glyph │ │ ├── shield.glyph │ │ ├── shintoS_hrine.glyph │ │ ├── ship.glyph │ │ ├── shockedF_aceW_ithE_xplodingH_ead.glyph │ │ ├── shoppingB_ag.glyph │ │ ├── shoppingT_rolley.glyph │ │ ├── shoppingT_rolley.small.glyph │ │ ├── shortcake.glyph │ │ ├── shorts.glyph │ │ ├── shrug.glyph │ │ ├── shuffleA_rrows.filled.glyph │ │ ├── shuffleA_rrows.glyph │ │ ├── sinaW_eibo.glyph │ │ ├── sinaW_eibo.small.glyph │ │ ├── sixO_fB_amboos-mahjong.filled.glyph │ │ ├── sixO_fB_amboos-mahjong.glyph │ │ ├── sixO_fC_haracters-mahjong.glyph │ │ ├── sixO_fC_ircles-mahjong.filled.glyph │ │ ├── sixO_fC_ircles-mahjong.glyph │ │ ├── sizeE_moji.glyph │ │ ├── sizeE_moji.small.glyph │ │ ├── sizeT_ext.filled.glyph │ │ ├── sizeT_ext.glyph │ │ ├── sizeT_ext.small.filled.glyph │ │ ├── sizeT_ext.small.glyph │ │ ├── skull.glyph │ │ ├── sleepingF_ace.glyph │ │ ├── sliceO_fP_izza.glyph │ │ ├── slightlyF_rowningF_ace.filled.glyph │ │ ├── slightlyF_rowningF_ace.glyph │ │ ├── slightlyF_rowningF_ace.small.filled.glyph │ │ ├── slightlyF_rowningF_ace.small.glyph │ │ ├── slightlyS_milingF_ace.filled.glyph │ │ ├── slightlyS_milingF_ace.glyph │ │ ├── slightlyS_milingF_ace.small.filled.glyph │ │ ├── slightlyS_milingF_ace.small.glyph │ │ ├── slotM_achine.glyph │ │ ├── smaller.glyph │ │ ├── smaller.small.glyph │ │ ├── smilingF_aceW_ithH_eartS_hapedE_yes.glyph │ │ ├── smilingF_aceW_ithO_penM_outh.glyph │ │ ├── smilingF_aceW_ithO_penM_outhA_ndC_oldS_weat.glyph │ │ ├── smilingF_aceW_ithO_penM_outhA_ndS_milingE_yes.glyph │ │ ├── smirkingF_ace.glyph │ │ ├── smokingS_ymbol.glyph │ │ ├── snail.glyph │ │ ├── snake.glyph │ │ ├── snowC_appedM_ountain.glyph │ │ ├── snowflake.glyph │ │ ├── softI_ceC_ream.glyph │ │ ├── southW_ind-mahjong.glyph │ │ ├── sparkles.glyph │ │ ├── speaker.glyph │ │ ├── speakerW_ithC_ancellationS_troke.glyph │ │ ├── speakerW_ithO_neS_oundW_ave.glyph │ │ ├── speakerW_ithT_hreeS_oundW_aves.glyph │ │ ├── speechB_alloon.glyph │ │ ├── speechB_alloon.small.filled.glyph │ │ ├── speechB_alloon.small.glyph │ │ ├── speechB_alloonE_mpty.glyph │ │ ├── speechB_alloonE_mpty.small.filled.glyph │ │ ├── speechB_alloonE_mpty.small.glyph │ │ ├── speechB_alloonH_eart.glyph │ │ ├── speechB_alloonH_eart.small.filled.glyph │ │ ├── speechB_alloonI_nfo.glyph │ │ ├── speechB_alloonI_nfo.small.filled.glyph │ │ ├── speechB_alloonQ_uestion.glyph │ │ ├── speechB_alloonQ_uestion.small.filled.glyph │ │ ├── spider.glyph │ │ ├── spoutingW_hale.glyph │ │ ├── spring-mahjong.glyph │ │ ├── squintS_milingF_ace.glyph │ │ ├── squintS_milingF_ace.small.glyph │ │ ├── steam.glyph │ │ ├── steamL_ocomotive.glyph │ │ ├── steamingB_owl.glyph │ │ ├── stopwatch.filled.glyph │ │ ├── stopwatch.glyph │ │ ├── stopwatch.small.filled.glyph │ │ ├── straightR_uler.glyph │ │ ├── strawberry.glyph │ │ ├── summer-mahjong.glyph │ │ ├── sunflower.glyph │ │ ├── suspensionR_ailway.glyph │ │ ├── swan.glyph │ │ ├── syringe.glyph │ │ ├── tR_ex.filled.glyph │ │ ├── tR_ex.glyph │ │ ├── tR_ex.small.filled.glyph │ │ ├── tR_ex.small.glyph │ │ ├── tS_hirt.glyph │ │ ├── tableT_ennisP_addleA_ndB_all.glyph │ │ ├── tangerine.glyph │ │ ├── telegram.alt.glyph │ │ ├── telegram.alt.small.glyph │ │ ├── telegram.glyph │ │ ├── television.filled.glyph │ │ ├── television.glyph │ │ ├── tent.glyph │ │ ├── testT_ube.filled.glyph │ │ ├── testT_ube.glyph │ │ ├── textE_dit.glyph │ │ ├── textE_dit.small.glyph │ │ ├── thermometer.glyph │ │ ├── thinkingF_ace.glyph │ │ ├── threeB_uttonM_ouse.alt.glyph │ │ ├── threeB_uttonM_ouse.glyph │ │ ├── threeN_etworkedC_omputers.glyph │ │ ├── threeO_fB_amboos-mahjong.filled.glyph │ │ ├── threeO_fB_amboos-mahjong.glyph │ │ ├── threeO_fC_haracters-mahjong.glyph │ │ ├── threeO_fC_ircles-mahjong.filled.glyph │ │ ├── threeO_fC_ircles-mahjong.glyph │ │ ├── thumbU_pF_ace.glyph │ │ ├── thumbsU_pS_ign.filled.glyph │ │ ├── thumbsU_pS_ign.glyph │ │ ├── tigerF_ace.glyph │ │ ├── tiktok.glyph │ │ ├── tiktok.small.glyph │ │ ├── toilet.glyph │ │ ├── tomato.glyph │ │ ├── topH_at.glyph │ │ ├── topH_at.small.glyph │ │ ├── torch.glyph │ │ ├── train.glyph │ │ ├── train.small.glyph │ │ ├── translateA_rabicL_atin.glyph │ │ ├── translateC_yrillicL_atin.glyph │ │ ├── translateG_reekL_atin.glyph │ │ ├── translateH_anL_atin.glyph │ │ ├── translateH_angulL_atin.glyph │ │ ├── translateH_ebrewL_atin.glyph │ │ ├── translateH_iraL_atin.glyph │ │ ├── translateL_atinH_an.glyph │ │ ├── translateT_haiL_atin.glyph │ │ ├── triangularR_uler.glyph │ │ ├── trolleybus.glyph │ │ ├── trophy.glyph │ │ ├── trumpet.glyph │ │ ├── turtle.glyph │ │ ├── twitter.alt.glyph │ │ ├── twitter.alt.small.glyph │ │ ├── twitter.glyph │ │ ├── twitter.small.glyph │ │ ├── twoB_uttonM_ouse.filled.glyph │ │ ├── twoB_uttonM_ouse.glyph │ │ ├── twoB_uttonM_ouse.small.glyph │ │ ├── twoO_fB_amboos-mahjong.filled.glyph │ │ ├── twoO_fB_amboos-mahjong.glyph │ │ ├── twoO_fC_haracters-mahjong.glyph │ │ ├── twoO_fC_ircles-mahjong.filled.glyph │ │ ├── twoO_fC_ircles-mahjong.glyph │ │ ├── u1F_A_A_A_.glyph │ │ ├── u1F_A_A_A_.small.glyph │ │ ├── u1F_A_A_B_.glyph │ │ ├── u1F_A_A_B_.small.glyph │ │ ├── u1F_A_D_9.glyph │ │ ├── u1F_A_E_0.glyph │ │ ├── u1F_A_E_4.glyph │ │ ├── u1F_A_E_5.glyph │ │ ├── u1F_A_E_5.small.glyph │ │ ├── u1F_A_E_7.glyph │ │ ├── umbrella.glyph │ │ ├── umbrellaO_nG_round.glyph │ │ ├── uni5475.box.filled.glyph │ │ ├── uni5475.box.glyph │ │ ├── uni54C_8.box.filled.glyph │ │ ├── uni54C_8.box.glyph │ │ ├── uni597D_.box.filled.glyph │ │ ├── uni597D_.box.glyph │ │ ├── uni5F_3A_.box.filled.glyph │ │ ├── uni5F_3A_.box.glyph │ │ ├── uni5F_97.box.filled.glyph │ │ ├── uni5F_97.box.glyph │ │ ├── uni6709.box.filled.glyph │ │ ├── uni6709.box.glyph │ │ ├── uni7121.box.filled.glyph │ │ ├── uni7121.box.glyph │ │ ├── uni7981.box.filled.glyph │ │ ├── uni7981.box.glyph │ │ ├── uni8279.circled.filled.glyph │ │ ├── uni8279.circled.glyph │ │ ├── uni8349.circled.filled.glyph │ │ ├── uni8349.circled.glyph │ │ ├── uni8D_5E_.box.filled.glyph │ │ ├── uni8D_5E_.box.glyph │ │ ├── unicode.glyph │ │ ├── unicode.small.glyph │ │ ├── unsplash.filled.glyph │ │ ├── unsplash.glyph │ │ ├── upsideD_ownF_ace.filled.glyph │ │ ├── upsideD_ownF_ace.glyph │ │ ├── upsideD_ownF_ace.small.filled.glyph │ │ ├── upsideD_ownF_ace.small.glyph │ │ ├── victoryH_and.glyph │ │ ├── videoG_ame.filled.glyph │ │ ├── videoG_ame.glyph │ │ ├── videoG_ame.small.glyph │ │ ├── viewG_rid.alt.glyph │ │ ├── viewG_rid.glyph │ │ ├── viewG_rid.small.glyph │ │ ├── viewL_ist.glyph │ │ ├── viewL_ist.small.glyph │ │ ├── violin.glyph │ │ ├── volcano.glyph │ │ ├── waningC_rescentM_oonS_ymbol.glyph │ │ ├── waningG_ibbousM_oonS_ymbol.glyph │ │ ├── watch.glyph │ │ ├── watermelon.glyph │ │ ├── waxingC_rescentM_oonS_ymbol.glyph │ │ ├── waxingG_ibbousM_oonS_ymbol.glyph │ │ ├── webcam.glyph │ │ ├── webcam.small.glyph │ │ ├── wechat.filled.glyph │ │ ├── wechat.glyph │ │ ├── wechat.small.filled.glyph │ │ ├── wechat.small.glyph │ │ ├── wechatM_oments.glyph │ │ ├── wechatM_oments.small.glyph │ │ ├── westW_ind-mahjong.glyph │ │ ├── whatsA_pp.glyph │ │ ├── whiteD_ownB_ackhandI_ndex.glyph │ │ ├── whiteD_ragon-mahjong.filled.glyph │ │ ├── whiteD_ragon-mahjong.glyph │ │ ├── whiteH_eavyC_heckM_ark.filled.glyph │ │ ├── whiteH_eavyC_heckM_ark.glyph │ │ ├── whiteH_eavyC_heckM_ark.small.filled.glyph │ │ ├── whiteH_eavyC_heckM_ark.small.glyph │ │ ├── whiteL_eftB_ackhandI_ndex.glyph │ │ ├── whiteM_ediumS_tar.filled.glyph │ │ ├── whiteM_ediumS_tar.glyph │ │ ├── whiteM_ediumS_tar.small.filled.glyph │ │ ├── whiteM_ediumS_tar.small.glyph │ │ ├── whiteR_ightB_ackhandI_ndex.glyph │ │ ├── whiteU_pB_ackhandI_ndex.glyph │ │ ├── whitesquare.glyph │ │ ├── whitesquare.small.glyph │ │ ├── wiltedF_lower.glyph │ │ ├── windowB_rowser.glyph │ │ ├── windowB_rowser.small.glyph │ │ ├── windows.alt.glyph │ │ ├── windows.alt2.glyph │ │ ├── windows.alt3.glyph │ │ ├── windows.glyph │ │ ├── windows.small.glyph │ │ ├── wineG_lass.filled.glyph │ │ ├── wineG_lass.glyph │ │ ├── winkingF_ace.glyph │ │ ├── winter-mahjong.glyph │ │ ├── wireless.filled.glyph │ │ ├── wireless.glyph │ │ ├── wireless.small.glyph │ │ ├── womansB_oots.glyph │ │ ├── womansH_at.glyph │ │ ├── wrappedP_resent.glyph │ │ ├── wrench.filled.glyph │ │ ├── wrench.glyph │ │ ├── wrench.small.filled.glyph │ │ ├── writingH_and.glyph │ │ ├── xiaohongshu.glyph │ │ ├── xiaoyuzhou.glyph │ │ ├── zhubai.glyph │ │ ├── zipperM_outhF_ace.glyph │ │ ├── zoomI_n.filled.glyph │ │ ├── zoomI_n.glyph │ │ ├── zoomI_n.small.filled.glyph │ │ ├── zoomI_n.small.glyph │ │ ├── zoomO_ut.filled.glyph │ │ ├── zoomO_ut.glyph │ │ ├── zoomO_ut.small.filled.glyph │ │ └── zoomO_ut.small.glyph │ └── order.plist ├── export.py ├── generate-src.js ├── glyphOrder.py ├── glyphs.json └── icons.csv ├── package.json ├── packages ├── react-example │ ├── env.d.ts │ ├── index.html │ ├── package.json │ ├── src │ │ ├── App.module.css │ │ ├── App.tsx │ │ └── main.tsx │ ├── tsconfig.json │ └── vite.config.ts ├── react │ ├── package.json │ ├── src │ │ └── index.ts │ ├── tsconfig.json │ └── vite.config.ts ├── vue-example │ ├── env.d.ts │ ├── index.html │ ├── package.json │ ├── src │ │ ├── App.vue │ │ └── main.ts │ ├── tsconfig.json │ └── vite.config.ts └── vue │ ├── package.json │ ├── src │ └── index.ts │ ├── tsconfig.json │ └── vite.config.ts ├── pnpm-lock.yaml └── pnpm-workspace.yaml /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/.gitignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/README.md -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/A_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/A_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/B_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/B_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/C_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/C_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/C_hinaF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/C_hinaF_lag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/C_ool.box.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/C_ool.box.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/C_ool.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/C_ool.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/D_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/D_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/E_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/E_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/F_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/F_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/G_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/G_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/H_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/H_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/I_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/I_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/J_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/J_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/J_apanF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/J_apanF_lag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/K_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/K_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/L_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/L_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/M_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/M_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/M_alaysiaF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/M_alaysiaF_lag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/N_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/N_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/O_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/O_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/O_k.box.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/O_k.box.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/O_k.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/O_k.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/P_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/P_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/Q_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/Q_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/R_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/R_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/S_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/S_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/S_ingaporeF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/S_ingaporeF_lag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/T_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/T_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/T_hailandF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/T_hailandF_lag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/U_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/U_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/V_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/V_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/V_ietnamF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/V_ietnamF_lag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/W_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/W_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/X_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/X_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/Y_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/Y_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/Z_R_egion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/Z_R_egion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/abacus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/abacus.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/accept.circle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/accept.circle.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/accordion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/accordion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/addressB_ook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/addressB_ook.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adjustments.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adjustments.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adobeA_nimate.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adobeA_nimate.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adobeA_udition.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adobeA_udition.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adobeI_nD_esign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adobeI_nD_esign.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adobeP_hotoshop.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adobeP_hotoshop.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adobeP_remiere.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adobeP_remiere.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adult.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adult.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adult.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adult.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/adult.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/adult.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/advantage.circle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/advantage.circle.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/airplane.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/airplane.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/alarmC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/alarmC_lock.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/alienM_onster.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/alienM_onster.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/alipay.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/alipay.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/alipay.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/alipay.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/alipay.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/alipay.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/anchor.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/anchor.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/anchor.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/anchor.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/android.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/android.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/annotation.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/annotation.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/antennaB_ars.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/antennaB_ars.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/anywayF_m.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/anywayF_m.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/appN_otifacation.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/appN_otifacation.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/appS_tore.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/appS_tore.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/appS_tore.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/appS_tore.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/apple.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/apple.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/apple.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/apple.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/apple.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/apple.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/arrowsM_aximize.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/arrowsM_aximize.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/arrowsM_inimize.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/arrowsM_inimize.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/artistP_alette.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/artistP_alette.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/astonishedF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/astonishedF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/atom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/atom.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/automobile.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/automobile.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/automobile.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/automobile.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/autumn-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/autumn-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/axe.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/axe.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/axe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/axe.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/back-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/back-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/balloon.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/balloon.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/balloon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/balloon.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bamboo-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bamboo-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/banana.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/banana.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/banjo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/banjo.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/basket.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/basket.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/battery.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/battery.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/battery.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/battery.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/battery.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/battery.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/beaker.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/beaker.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/beaker.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/beaker.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/beerM_ug.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/beerM_ug.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bell.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bell.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bell.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bell.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bezier.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bezier.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bezier.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bezier.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bigger.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bigger.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bigger.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bigger.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bilibili.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bilibili.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bilibili.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bilibili.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/billedC_ap.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/billedC_ap.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/billedC_ap.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/billedC_ap.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/biohazard.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/biohazard.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bird.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bird.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bird.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bird.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/birthdayC_ake.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/birthdayC_ake.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/blackS_cissors.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/blackS_cissors.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/boB_log.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/boB_log.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bomb.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bomb.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bomb.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bowA_ndA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bowA_ndA_rrow.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/boy.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/boy.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/boy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/boy.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/boy.small.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/boy.small.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/boy.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/boy.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bread.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bread.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/briefcase.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/briefcase.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/briefcase.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/briefcase.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/brokenH_eart.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/brokenH_eart.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/brush.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/brush.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/buddy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/buddy.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bug.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bug.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bus.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bus.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/bus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/bus.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/byeF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/byeF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/calendar.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/calendar.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/calendar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/calendar.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/calendar.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/calendar.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/camera.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/camera.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/candle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/candle.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/carrot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/carrot.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/catF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/catF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/catF_ace.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/catF_ace.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cherries.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cherries.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cherries.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cherries.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cherries.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cherries.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cherryB_lossom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cherryB_lossom.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/chestnut.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/chestnut.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/christmasT_ree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/christmasT_ree.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/circle.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/circle.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/circle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/circle.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/circle.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/circle.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/clapperB_oard.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/clapperB_oard.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/clipboard.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/clipboard.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/clipboard.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/clipboard.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/clipboard.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/clipboard.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/clock.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/clock.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/clock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/clock.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/closedB_ook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/closedB_ook.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cloud.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cloud.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/coconut.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/coconut.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/code.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/code.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/code.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/code.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/code.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/code.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/compass.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/compass.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/compass.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/compass.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/compass.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/compass.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/confettiB_all.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/confettiB_all.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/contrast.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/contrast.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/contrast.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/contrast.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/contrast.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/contrast.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cookedR_ice.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cookedR_ice.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cookie.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cookie.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cookie.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cookie.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/copies.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/copies.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/copies.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/copies.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/copies.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/copies.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cowF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cowF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/crab.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/crab.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/crescentM_oon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/crescentM_oon.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/crown.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/crown.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cube.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cube.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cube.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cube.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cupW_ithS_traw.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cupW_ithS_traw.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cursingF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cursingF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cursorA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cursorA_rrow.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/cursorT_ext.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/cursorT_ext.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/daggerK_nife.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/daggerK_nife.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/darkS_unglasses.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/darkS_unglasses.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/deciduousT_ree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/deciduousT_ree.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/deliveryT_ruck.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/deliveryT_ruck.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/desertI_sland.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/desertI_sland.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/desktopC_omputer.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/desktopC_omputer.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/deviceR_otate.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/deviceR_otate.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/diagonalC_ross.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/diagonalC_ross.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace1.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace1.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace1.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace1.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace1.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace1.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace2.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace2.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace2.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace2.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace2.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace2.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace3.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace3.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace3.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace3.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace3.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace3.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace4.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace4.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace4.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace4.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace4.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace4.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace5.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace5.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace5.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace5.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace5.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace5.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace6.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace6.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace6.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace6.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace6.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dieF_ace6.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han16.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han16.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han24.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han24.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han32.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dinkieC_han32.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/directionsS_ign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/directionsS_ign.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dizzyF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dizzyF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dnaD_oubleH_elix.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dnaD_oubleH_elix.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dogF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dogF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/doge.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/doge.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/doge.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/doge.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/download.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/download.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/download.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/download.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dragonF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dragonF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dress.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dress.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/dropO_fB_lood.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/dropO_fB_lood.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/droplet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/droplet.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/duplicate.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/duplicate.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/duplicate.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/duplicate.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/duplicate.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/duplicate.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/ejectsymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/ejectsymbol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/elephant.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/elephant.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/elevator.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/elevator.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/elevator.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/elevator.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/entry.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/entry.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/envelope.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/envelope.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/envelope.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/envelope.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/envelope.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/envelope.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/evergreenT_ree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/evergreenT_ree.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/exit.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/exit.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/eye.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/eye.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/eye.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/eye.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/eyeglasses.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/eyeglasses.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/faceS_plit.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/faceS_plit.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/facebook.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/facebook.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/facebook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/facebook.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/facebook.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/facebook.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/factory.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/factory.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/factory.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/factory.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/ferrisW_heel.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/ferrisW_heel.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/figma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/figma.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileC_abinet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileC_abinet.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileF_older.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileF_older.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileF_ont.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileF_ont.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileF_ont.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileF_ont.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileG_raphics.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileG_raphics.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileO_tf.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileO_tf.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileO_tf.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileO_tf.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileT_tf.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileT_tf.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileT_tf.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileT_tf.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileV_ector.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileV_ector.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileW_off.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileW_off.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileW_off.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileW_off.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fileW_off2.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fileW_off2.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/filmF_rames.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/filmF_rames.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/filter.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/filter.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/filter.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/filter.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/finder.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/finder.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/finder.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/finder.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fire.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fire.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fire.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fire.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fish.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fish.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fistP_almS_alute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fistP_almS_alute.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fistedH_andS_ign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fistedH_andS_ign.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/flask.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/flask.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/flask.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/flask.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/floppyD_isk.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/floppyD_isk.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/flyingS_aucer.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/flyingS_aucer.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fork.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fork.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/forkA_ndK_nife.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/forkA_ndK_nife.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fourL_eafC_lover.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fourL_eafC_lover.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/foxF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/foxF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/frogF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/frogF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/fullM_oonS_ymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/fullM_oonS_ymbol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gameD_ie.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gameD_ie.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gameD_ie.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gameD_ie.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gear.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gear.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gear.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gear.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gemS_tone.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gemS_tone.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/ghost.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/ghost.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/girl.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/girl.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/girl.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/girl.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/girl.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/girl.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/github.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/github.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/github.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/github.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/globeM_eridians.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/globeM_eridians.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/glowingS_tar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/glowingS_tar.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/glyphs.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/glyphs.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/glyphs.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/glyphs.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/graduationC_ap.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/graduationC_ap.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/grapes.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/grapes.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/grassC_aoS_ymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/grassC_aoS_ymbol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/grid.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/grid.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/grid.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/grid.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gridD_isabled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gridD_isabled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gridE_nabled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gridE_nabled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/guitar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/guitar.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/gyroscope.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/gyroscope.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hamburger.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hamburger.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hamburger.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hamburger.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hammer.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hammer.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hammer.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hammer.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/handshake.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/handshake.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hashtag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hashtag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hashtag.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hashtag.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/headphone.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/headphone.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/headphone.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/headphone.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/heartB_lackS_uit.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/heartB_lackS_uit.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/heartW_hiteS_uit.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/heartW_hiteS_uit.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/helicopter.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/helicopter.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/herb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/herb.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hibiscus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hibiscus.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/highH_eeledS_hoe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/highH_eeledS_hoe.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/highS_peedT_rain.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/highS_peedT_rain.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hocho.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hocho.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hocho.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hocho.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hocho.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hocho.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hook.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/horseF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/horseF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hotB_everage.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hotB_everage.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/hourglass.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/hourglass.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/houseB_uilding.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/houseB_uilding.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/houseB_uildings.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/houseB_uildings.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/inputN_umbers.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/inputN_umbers.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/instagram.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/instagram.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/instagram.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/instagram.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/invert.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/invert.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/invert.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/invert.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/jeans.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/jeans.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/jigsawP_uzzle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/jigsawP_uzzle.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/joker-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/joker-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/joystick.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/joystick.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keyboard.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keyboard.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keyboard.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keyboard.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapA_sterisk.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapA_sterisk.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapC_ommand.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapC_ommand.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapC_ontrol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapC_ontrol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapD_igitO_ne.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapD_igitO_ne.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapD_igitS_ix.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapD_igitS_ix.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapD_igitT_wo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapD_igitT_wo.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapE_leven.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapE_leven.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapF_n.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapF_n.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapF_n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapF_n.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapF_n.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapF_n.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapO_ption.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapO_ption.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapR_eturn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapR_eturn.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapS_hift.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapS_hift.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_ab.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_ab.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_ab.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_ab.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_en.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_en.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_en.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapT_en.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/keycapW_indows.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/keycapW_indows.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/kite.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/kite.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/ko_ko-kata.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/ko_ko-kata.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/label.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/label.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/label.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/label.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/label.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/label.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageG_reek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageG_reek.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageH_an.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageH_an.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageH_angul.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageH_angul.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageH_ebrew.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageH_ebrew.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageH_ira.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageH_ira.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageL_atin.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageL_atin.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/languageT_hai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/languageT_hai.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/leafyG_reen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/leafyG_reen.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/leftH_ookA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/leftH_ookA_rrow.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lemon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lemon.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lightR_ail.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lightR_ail.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lineG_ap.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lineG_ap.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lineG_ap.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lineG_ap.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lineH_eight.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lineH_eight.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/linkS_ymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/linkS_ymbol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/locationP_in.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/locationP_in.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lock.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lock.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/lock.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/love.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/love.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/magicW_and.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/magicW_and.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/magnet.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/magnet.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/magnet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/magnet.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mango.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mango.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/memo.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/memo.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/memo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/memo.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/memo.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/memo.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/menu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/menu.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/menu.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/menu.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/metro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/metro.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mic.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mic.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mic.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mic.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/micM_v51.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/micM_v51.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/microbe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/microbe.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/microphone.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/microphone.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/microscope.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/microscope.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/milkP_ackage.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/milkP_ackage.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mobileP_hone.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mobileP_hone.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mobileP_hone.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mobileP_hone.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.cny.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.cny.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.eur.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.eur.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.frf.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.frf.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.gbp.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.gbp.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.usd.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyB_ag.usd.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/moneyM_outhF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/moneyM_outhF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/monkeyF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/monkeyF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/monospaced.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/monospaced.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mountain.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mountain.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mouseF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mouseF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mouth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mouth.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/movieC_amera.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/movieC_amera.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/mushroom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/mushroom.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/musicalK_eyboard.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/musicalK_eyboard.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/musicalN_ote.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/musicalN_ote.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/musicalS_core.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/musicalS_core.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/nerdF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/nerdF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/neteaseM_usic.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/neteaseM_usic.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/neutralF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/neutralF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/newM_oonS_ymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/newM_oonS_ymbol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/newspaper.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/newspaper.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/nintendoS_witch.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/nintendoS_witch.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/noE_ntryS_ign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/noE_ntryS_ign.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/notion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/notion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/octopus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/octopus.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/okH_andS_ign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/okH_andS_ign.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/onion.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/onion.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/openB_ook.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/openB_ook.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/openB_ook.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/openB_ook.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/openL_ock.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/openL_ock.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/openL_ock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/openL_ock.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/opticalD_isc.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/opticalD_isc.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/optionK_ey.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/optionK_ey.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/orchid-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/orchid-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/orthogon7x7.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/orthogon7x7.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/orthogon7x9.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/orthogon7x9.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/orthogon9x7.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/orthogon9x7.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/orthogon9x9.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/orthogon9x9.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureA_cps.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureA_cps.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureC_2sc.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureC_2sc.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureC_alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureC_alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureC_cmp.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureC_cmp.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureD_lig.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureD_lig.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureF_rac.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureF_rac.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureF_wid.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureF_wid.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureH_rzt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureH_rzt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureH_wid.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureH_wid.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureL_iga.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureL_iga.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureO_num.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureO_num.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureO_rdn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureO_rdn.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_mcp.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_mcp.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_s01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_s01.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_s02.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_s02.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_s03.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_s03.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_ubs.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_ubs.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_ups.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureS_ups.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureV_ert.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureV_ert.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureZ_ero.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/otfeatureZ_ero.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pageC_url.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pageC_url.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pageC_url.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pageC_url.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pageC_url.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pageC_url.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pageF_acingU_p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pageF_acingU_p.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pageG_raphics.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pageG_raphics.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pager.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pager.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/palmF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/palmF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/palmT_ree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/palmT_ree.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/paperclip.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/paperclip.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/paperclip.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/paperclip.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/parallelogram.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/parallelogram.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/partyP_opper.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/partyP_opper.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/paypal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/paypal.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/peach.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/peach.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pear.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pear.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pearL_ogo.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pearL_ogo.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pearL_ogo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pearL_ogo.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pearL_ogo.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pearL_ogo.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/peekF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/peekF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pencil.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pencil.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pencil.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pencil.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/petriD_ish.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/petriD_ish.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pigF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pigF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pileO_fP_oo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pileO_fP_oo.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pill.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pill.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pill.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pill.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pineapple.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pineapple.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pistol.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pistol.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pistol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pistol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pixel.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pixel.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/placard.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/placard.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/placard.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/placard.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/placard.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/placard.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/playstation.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/playstation.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/plum-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/plum-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/podcast.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/podcast.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/podcast.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/podcast.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/podium.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/podium.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pottedP_lant.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pottedP_lant.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/poultryL_eg.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/poultryL_eg.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/propellor.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/propellor.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pushpin.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pushpin.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pushpin.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pushpin.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/pushpin.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/pushpin.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/qq.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/qq.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/qq.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/qq.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/questionF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/questionF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/rabbitF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/rabbitF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/radioB_utton.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/radioB_utton.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/radioactive.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/radioactive.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/railwayC_ar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/railwayC_ar.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/raisedH_and.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/raisedH_and.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/redA_pple.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/redA_pple.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/redA_pple.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/redA_pple.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/repeatA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/repeatA_rrow.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/restroom.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/restroom.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/restroom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/restroom.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/revert.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/revert.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/ribbon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/ribbon.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/rightH_ookA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/rightH_ookA_rrow.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/robot.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/robot.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/robot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/robot.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/robotF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/robotF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/rocket.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/rocket.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/rose.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/rose.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/rostrum.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/rostrum.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/roundP_ushpin.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/roundP_ushpin.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sandwich.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sandwich.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/satellite.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/satellite.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sauropod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sauropod.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/saxophone.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/saxophone.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/saxophone.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/saxophone.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/scales.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/scales.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/scan.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/scan.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/scan.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/scan.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/seedling.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/seedling.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shamrock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shamrock.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/share.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/share.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shark.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shark.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shield.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shield.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shintoS_hrine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shintoS_hrine.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/ship.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/ship.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shoppingB_ag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shoppingB_ag.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shoppingT_rolley.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shoppingT_rolley.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shortcake.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shortcake.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shorts.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shorts.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shrug.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shrug.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/shuffleA_rrows.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/shuffleA_rrows.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sinaW_eibo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sinaW_eibo.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sinaW_eibo.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sinaW_eibo.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sizeE_moji.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sizeE_moji.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sizeE_moji.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sizeE_moji.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sizeT_ext.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sizeT_ext.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sizeT_ext.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sizeT_ext.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sizeT_ext.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sizeT_ext.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/skull.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/skull.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sleepingF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sleepingF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sliceO_fP_izza.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sliceO_fP_izza.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/slotM_achine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/slotM_achine.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/smaller.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/smaller.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/smaller.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/smaller.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/smirkingF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/smirkingF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/smokingS_ymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/smokingS_ymbol.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/snail.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/snail.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/snake.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/snake.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/snowflake.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/snowflake.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/softI_ceC_ream.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/softI_ceC_ream.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sparkles.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sparkles.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/speaker.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/speaker.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/speechB_alloon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/speechB_alloon.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/spider.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/spider.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/spoutingW_hale.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/spoutingW_hale.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/spring-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/spring-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/steam.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/steam.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/steamL_ocomotive.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/steamL_ocomotive.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/steamingB_owl.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/steamingB_owl.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/stopwatch.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/stopwatch.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/stopwatch.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/stopwatch.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/straightR_uler.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/straightR_uler.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/strawberry.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/strawberry.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/summer-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/summer-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/sunflower.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/sunflower.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/swan.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/swan.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/syringe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/syringe.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tR_ex.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tR_ex.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tR_ex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tR_ex.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tR_ex.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tR_ex.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tS_hirt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tS_hirt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tangerine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tangerine.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/telegram.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/telegram.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/telegram.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/telegram.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/television.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/television.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tent.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/testT_ube.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/testT_ube.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/testT_ube.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/testT_ube.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/textE_dit.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/textE_dit.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/textE_dit.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/textE_dit.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/thermometer.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/thermometer.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/thinkingF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/thinkingF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/thumbU_pF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/thumbU_pF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/thumbsU_pS_ign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/thumbsU_pS_ign.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tigerF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tigerF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tiktok.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tiktok.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tiktok.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tiktok.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/toilet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/toilet.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/tomato.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/tomato.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/topH_at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/topH_at.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/topH_at.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/topH_at.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/torch.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/torch.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/train.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/train.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/train.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/train.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/triangularR_uler.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/triangularR_uler.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/trolleybus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/trolleybus.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/trophy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/trophy.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/trumpet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/trumpet.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/turtle.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/turtle.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/twitter.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/twitter.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/twitter.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/twitter.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/twitter.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/twitter.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/twoB_uttonM_ouse.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/twoB_uttonM_ouse.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_A_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_A_.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_A_.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_A_.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_B_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_B_.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_B_.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_A_B_.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_D_9.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_D_9.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_0.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_0.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_4.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_4.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_5.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_5.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_5.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_5.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_7.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/u1F_A_E_7.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/umbrella.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/umbrella.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni5475.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni5475.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni54C_8.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni54C_8.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni597D_.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni597D_.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni5F_3A_.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni5F_3A_.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni5F_97.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni5F_97.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni6709.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni6709.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni7121.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni7121.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni7981.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni7981.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/uni8D_5E_.box.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/uni8D_5E_.box.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/unicode.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/unicode.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/unicode.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/unicode.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/unsplash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/unsplash.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/victoryH_and.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/victoryH_and.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/videoG_ame.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/videoG_ame.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/viewG_rid.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/viewG_rid.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/viewG_rid.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/viewG_rid.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/viewL_ist.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/viewL_ist.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/violin.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/violin.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/volcano.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/volcano.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/watch.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/watch.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/watermelon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/watermelon.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/webcam.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/webcam.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/webcam.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/webcam.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wechat.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wechat.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wechat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wechat.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wechat.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wechat.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wechatM_oments.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wechatM_oments.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/whatsA_pp.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/whatsA_pp.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/whitesquare.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/whitesquare.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wiltedF_lower.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wiltedF_lower.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/windowB_rowser.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/windowB_rowser.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/windows.alt.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/windows.alt.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/windows.alt2.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/windows.alt2.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/windows.alt3.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/windows.alt3.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/windows.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/windows.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/windows.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/windows.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wineG_lass.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wineG_lass.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/winkingF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/winkingF_ace.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/winter-mahjong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/winter-mahjong.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wireless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wireless.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wireless.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wireless.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/womansB_oots.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/womansB_oots.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/womansH_at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/womansH_at.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wrench.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wrench.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/wrench.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/wrench.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/writingH_and.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/writingH_and.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/xiaohongshu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/xiaohongshu.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/xiaoyuzhou.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/xiaoyuzhou.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/zhubai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/zhubai.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/zoomI_n.filled.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/zoomI_n.filled.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/zoomI_n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/zoomI_n.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/zoomI_n.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/zoomI_n.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/zoomO_ut.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/zoomO_ut.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/glyphs/zoomO_ut.small.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/glyphs/zoomO_ut.small.glyph -------------------------------------------------------------------------------- /glyphs/DinkieIcons.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/DinkieIcons.glyphspackage/order.plist -------------------------------------------------------------------------------- /glyphs/export.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/export.py -------------------------------------------------------------------------------- /glyphs/generate-src.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/generate-src.js -------------------------------------------------------------------------------- /glyphs/glyphOrder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/glyphOrder.py -------------------------------------------------------------------------------- /glyphs/glyphs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/glyphs.json -------------------------------------------------------------------------------- /glyphs/icons.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/glyphs/icons.csv -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/package.json -------------------------------------------------------------------------------- /packages/react-example/env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | -------------------------------------------------------------------------------- /packages/react-example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/index.html -------------------------------------------------------------------------------- /packages/react-example/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/package.json -------------------------------------------------------------------------------- /packages/react-example/src/App.module.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/src/App.module.css -------------------------------------------------------------------------------- /packages/react-example/src/App.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/src/App.tsx -------------------------------------------------------------------------------- /packages/react-example/src/main.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/src/main.tsx -------------------------------------------------------------------------------- /packages/react-example/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/tsconfig.json -------------------------------------------------------------------------------- /packages/react-example/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react-example/vite.config.ts -------------------------------------------------------------------------------- /packages/react/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react/package.json -------------------------------------------------------------------------------- /packages/react/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react/src/index.ts -------------------------------------------------------------------------------- /packages/react/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react/tsconfig.json -------------------------------------------------------------------------------- /packages/react/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/react/vite.config.ts -------------------------------------------------------------------------------- /packages/vue-example/env.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/env.d.ts -------------------------------------------------------------------------------- /packages/vue-example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/index.html -------------------------------------------------------------------------------- /packages/vue-example/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/package.json -------------------------------------------------------------------------------- /packages/vue-example/src/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/src/App.vue -------------------------------------------------------------------------------- /packages/vue-example/src/main.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/src/main.ts -------------------------------------------------------------------------------- /packages/vue-example/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/tsconfig.json -------------------------------------------------------------------------------- /packages/vue-example/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue-example/vite.config.ts -------------------------------------------------------------------------------- /packages/vue/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue/package.json -------------------------------------------------------------------------------- /packages/vue/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue/src/index.ts -------------------------------------------------------------------------------- /packages/vue/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue/tsconfig.json -------------------------------------------------------------------------------- /packages/vue/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/packages/vue/vite.config.ts -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /pnpm-workspace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/atelier-anchor/dinkie-icons/HEAD/pnpm-workspace.yaml --------------------------------------------------------------------------------