├── .github └── workflows │ └── build.yaml ├── .gitignore ├── AUTHORS.txt ├── CONTRIBUTORS.txt ├── Makefile ├── OFL.txt ├── README.md ├── documentation ├── ARTICLE.en_us.html ├── image1.py ├── image2.py └── images-license.txt ├── renovate.json ├── requirements-test.in ├── requirements-test.txt ├── requirements.in ├── requirements.txt ├── scripts ├── customize.py ├── index.html ├── read-config.py └── update-custom-filter.py └── sources ├── ArcticonsSans.glyphspackage ├── fontinfo.plist ├── glyphs │ ├── A_-cy.glyph │ ├── A_.glyph │ ├── A_E_.glyph │ ├── A_E_macron.glyph │ ├── A_acute.glyph │ ├── A_alandI_slandsF_lag.glyph │ ├── A_breve-cy.glyph │ ├── A_breve.glyph │ ├── A_breveacute.glyph │ ├── A_brevedotbelow.glyph │ ├── A_brevegrave.glyph │ ├── A_brevehookabove.glyph │ ├── A_brevetilde.glyph │ ├── A_caron.glyph │ ├── A_circumflex.glyph │ ├── A_circumflexacute.glyph │ ├── A_circumflexdotbelow.glyph │ ├── A_circumflexgrave.glyph │ ├── A_circumflexhookabove.glyph │ ├── A_circumflextilde.glyph │ ├── A_dieresis-cy.glyph │ ├── A_dieresis.glyph │ ├── A_dotbelow.glyph │ ├── A_fghanistanF_lag.glyph │ ├── A_grave.glyph │ ├── A_hookabove.glyph │ ├── A_ie-cy.glyph │ ├── A_lpha.glyph │ ├── A_lphatonos.glyph │ ├── A_macron.glyph │ ├── A_ndorraF_lag.glyph │ ├── A_ogonek.glyph │ ├── A_rgentinaF_lag.glyph │ ├── A_ring.glyph │ ├── A_rmeniaF_lag.glyph │ ├── A_tilde.glyph │ ├── A_ustriaF_lag.glyph │ ├── A_zerbaijanF_lag.glyph │ ├── B_.glyph │ ├── B_ahamasF_lag.glyph │ ├── B_angladeshF_lag.glyph │ ├── B_arbadosF_lag.glyph │ ├── B_e-cy.glyph │ ├── B_elgiumF_lag.glyph │ ├── B_eninF_lag.glyph │ ├── B_eta.glyph │ ├── B_oliviaF_lag.glyph │ ├── B_otswanaF_lag.glyph │ ├── B_ouvetI_slandF_lag.glyph │ ├── B_ulgariaF_lag.glyph │ ├── C_.glyph │ ├── C_acute.glyph │ ├── C_ameroonF_lag.glyph │ ├── C_anaryI_slandsF_lag.glyph │ ├── C_caron.glyph │ ├── C_cedilla.glyph │ ├── C_circumflex.glyph │ ├── C_dotaccent.glyph │ ├── C_hadF_lag.glyph │ ├── C_he-cy.glyph │ ├── C_heabkhasian-cy.glyph │ ├── C_hedescender-cy.glyph │ ├── C_hedescenderabkhasian-cy.glyph │ ├── C_hedieresis-cy.glyph │ ├── C_hekhakassian-cy.glyph │ ├── C_heverticalstroke-cy.glyph │ ├── C_hi.glyph │ ├── C_hileF_lag.glyph │ ├── C_lippertonI_slandF_lag.glyph │ ├── C_olombiaF_lag.glyph │ ├── C_ongoB_razzavilleF_lag.glyph │ ├── C_otedI_voireF_lag.glyph │ ├── C_roatiaF_lag.glyph │ ├── C_zechiaF_lag.glyph │ ├── D_.glyph │ ├── D_caron.glyph │ ├── D_croat.glyph │ ├── D_dotbelow.glyph │ ├── D_e-cy.glyph │ ├── D_e-cy.loclB_G_R_.glyph │ ├── D_elta.glyph │ ├── D_enmarkF_lag.glyph │ ├── D_je-cy.glyph │ ├── D_jiboutiF_lag.glyph │ ├── D_macronbelow.glyph │ ├── D_ominicanR_epublicF_lag.glyph │ ├── D_ze-cy.glyph │ ├── D_zeabkhasian-cy.glyph │ ├── D_zhe-cy.glyph │ ├── E_-cy.glyph │ ├── E_.glyph │ ├── E_acute.glyph │ ├── E_caron.glyph │ ├── E_circumflex.glyph │ ├── E_circumflexacute.glyph │ ├── E_circumflexdotbelow.glyph │ ├── E_circumflexgrave.glyph │ ├── E_circumflexhookabove.glyph │ ├── E_circumflextilde.glyph │ ├── E_dieresis-cy.glyph │ ├── E_dieresis.glyph │ ├── E_dotaccent.glyph │ ├── E_dotbelow.glyph │ ├── E_f-cy.glyph │ ├── E_f-cy.loclB_G_R_.glyph │ ├── E_grave.glyph │ ├── E_gyptF_lag.glyph │ ├── E_hookabove.glyph │ ├── E_l-cy.glyph │ ├── E_l-cy.loclB_G_R_.glyph │ ├── E_lS_alvadorF_lag.glyph │ ├── E_lhook-cy.glyph │ ├── E_ltail-cy.glyph │ ├── E_m-cy.glyph │ ├── E_macron.glyph │ ├── E_mtail-cy.glyph │ ├── E_n-cy.glyph │ ├── E_nG_e-cy.glyph │ ├── E_ndescender-cy.glyph │ ├── E_ng.glyph │ ├── E_nglandF_lag.glyph │ ├── E_nhook-cy.glyph │ ├── E_ntail-cy.glyph │ ├── E_ogonek.glyph │ ├── E_psilon.glyph │ ├── E_psilontonos.glyph │ ├── E_quatorialG_uineaF_lag.glyph │ ├── E_r-cy.glyph │ ├── E_reversed-cy.glyph │ ├── E_s-cy.glyph │ ├── E_sdescender-cy.glyph │ ├── E_stoniaF_lag.glyph │ ├── E_ta.glyph │ ├── E_tatonos.glyph │ ├── E_th.glyph │ ├── E_thiopiaF_lag.glyph │ ├── E_tilde.glyph │ ├── E_zh.glyph │ ├── E_zhcaron.glyph │ ├── F_.glyph │ ├── F_aroeI_slandsF_lag.glyph │ ├── F_inlandF_lag.glyph │ ├── F_ita-cy.glyph │ ├── F_ranceF_lag.glyph │ ├── F_renchP_olynesiaF_lag.glyph │ ├── G_.glyph │ ├── G_abonF_lag.glyph │ ├── G_ambiaF_lag.glyph │ ├── G_amma.glyph │ ├── G_breve.glyph │ ├── G_caron.glyph │ ├── G_circumflex.glyph │ ├── G_commaaccent.glyph │ ├── G_dotaccent.glyph │ ├── G_e-cy.glyph │ ├── G_edescender-cy.glyph │ ├── G_emiddlehook-cy.glyph │ ├── G_ermandbls.glyph │ ├── G_ermanyF_lag.glyph │ ├── G_estroke-cy.glyph │ ├── G_eupturn-cy.glyph │ ├── G_hanaF_lag.glyph │ ├── G_je-cy.glyph │ ├── G_macron.glyph │ ├── G_reenlandF_lag.glyph │ ├── G_stroke.glyph │ ├── G_uineaB_issauF_lag.glyph │ ├── G_uineaF_lag.glyph │ ├── H_.glyph │ ├── H_a-cy.glyph │ ├── H_aabkhasian-cy.glyph │ ├── H_adescender-cy.glyph │ ├── H_ahook-cy.glyph │ ├── H_aitiF_lag.glyph │ ├── H_ardsign-cy.glyph │ ├── H_bar.glyph │ ├── H_brevebelow.glyph │ ├── H_circumflex.glyph │ ├── H_dotbelow.glyph │ ├── H_ondurasF_lag.glyph │ ├── H_ungaryF_lag.glyph │ ├── I_-cy.glyph │ ├── I_.glyph │ ├── I_J_.glyph │ ├── I_acute.glyph │ ├── I_caron.glyph │ ├── I_celandF_lag.glyph │ ├── I_circumflex.glyph │ ├── I_dieresis-cy.glyph │ ├── I_dieresis.glyph │ ├── I_dotaccent.glyph │ ├── I_dotbelow.glyph │ ├── I_e-cy.glyph │ ├── I_ebreve-cy.glyph │ ├── I_egrave-cy.glyph │ ├── I_grave.glyph │ ├── I_hookabove.glyph │ ├── I_i-cy.glyph │ ├── I_igrave-cy.glyph │ ├── I_ishort-cy.glyph │ ├── I_macron-cy.glyph │ ├── I_macron.glyph │ ├── I_ndonesiaF_lag.glyph │ ├── I_o-cy.glyph │ ├── I_ogonek.glyph │ ├── I_ota.glyph │ ├── I_otadieresis.glyph │ ├── I_otatonos.glyph │ ├── I_ranF_lag.glyph │ ├── I_raqF_lag.glyph │ ├── I_relandF_lag.glyph │ ├── I_talyF_lag.glyph │ ├── I_tilde.glyph │ ├── I_zhitsa-cy.glyph │ ├── J_.glyph │ ├── J_acute.glyph │ ├── J_amaicaF_lag.glyph │ ├── J_apanF_lag.glyph │ ├── J_circumflex.glyph │ ├── J_e-cy.glyph │ ├── J_ordanF_lag.glyph │ ├── K_.glyph │ ├── K_a-cy.glyph │ ├── K_abashkir-cy.glyph │ ├── K_adescender-cy.glyph │ ├── K_ahook-cy.glyph │ ├── K_aiS_ymbol.glyph │ ├── K_appa.glyph │ ├── K_astroke-cy.glyph │ ├── K_averticalstroke-cy.glyph │ ├── K_caron.glyph │ ├── K_commaaccent.glyph │ ├── K_je-cy.glyph │ ├── K_macronbelow.glyph │ ├── K_uwaitF_lag.glyph │ ├── L_.glyph │ ├── L_acute.glyph │ ├── L_ambda.glyph │ ├── L_atviaF_lag.glyph │ ├── L_caron.glyph │ ├── L_commaaccent.glyph │ ├── L_commaaccent.loclM_A_H_.glyph │ ├── L_dot.glyph │ ├── L_dot_comma.glyph │ ├── L_dotbelow.glyph │ ├── L_dotbelowmacron.glyph │ ├── L_esothoF_lag.glyph │ ├── L_ibyaF_lag.glyph │ ├── L_iechtensteinF_lag.glyph │ ├── L_ithuaniaF_lag.glyph │ ├── L_je-cy.glyph │ ├── L_macronbelow.glyph │ ├── L_slash.001.glyph │ ├── L_slash.glyph │ ├── L_uxembourgF_lag.glyph │ ├── M_.glyph │ ├── M_adagascarF_lag.glyph │ ├── M_alawiF_lag.glyph │ ├── M_aliF_lag.glyph │ ├── M_altaF_lag.glyph │ ├── M_auritiusF_lag.glyph │ ├── M_dotaccent.glyph │ ├── M_dotbelow.glyph │ ├── M_exicoF_lag.glyph │ ├── M_oldovaF_lag.glyph │ ├── M_onacoF_lag.glyph │ ├── M_u.glyph │ ├── N_.glyph │ ├── N_acute.glyph │ ├── N_caron.glyph │ ├── N_commaaccent.glyph │ ├── N_commaaccent.loclM_A_H_.glyph │ ├── N_dotaccent.glyph │ ├── N_dotbelow.glyph │ ├── N_etherlandsF_lag.glyph │ ├── N_icaraguaF_lag.glyph │ ├── N_igeriaF_lag.glyph │ ├── N_je-cy.glyph │ ├── N_macronbelow.glyph │ ├── N_orfolkI_slandF_lag.glyph │ ├── N_orwayF_lag.glyph │ ├── N_tilde.glyph │ ├── N_u.glyph │ ├── O_-cy.glyph │ ├── O_.glyph │ ├── O_E_.glyph │ ├── O_acute.glyph │ ├── O_barred-cy.glyph │ ├── O_barreddieresis-cy.glyph │ ├── O_caron.glyph │ ├── O_circumflex.glyph │ ├── O_circumflexacute.glyph │ ├── O_circumflexdotbelow.glyph │ ├── O_circumflexgrave.glyph │ ├── O_circumflexhookabove.glyph │ ├── O_circumflextilde.glyph │ ├── O_dieresis-cy.glyph │ ├── O_dieresis.glyph │ ├── O_dotbelow.glyph │ ├── O_grave.glyph │ ├── O_hookabove.glyph │ ├── O_horn.glyph │ ├── O_hornacute.glyph │ ├── O_horndotbelow.glyph │ ├── O_horngrave.glyph │ ├── O_hornhookabove.glyph │ ├── O_horntilde.glyph │ ├── O_hungarumlaut.glyph │ ├── O_macron.glyph │ ├── O_mega.glyph │ ├── O_megatonos.glyph │ ├── O_micron.glyph │ ├── O_microntonos.glyph │ ├── O_slash.glyph │ ├── O_tilde.glyph │ ├── P_.glyph │ ├── P_alauF_lag.glyph │ ├── P_alestinianT_erritoriesF_lag.glyph │ ├── P_alochka-cy.glyph │ ├── P_araguayF_lag.glyph │ ├── P_e-cy.glyph │ ├── P_edescender-cy.glyph │ ├── P_emiddlehook-cy.glyph │ ├── P_eruF_lag.glyph │ ├── P_hi.glyph │ ├── P_hilippinesF_lag.glyph │ ├── P_i.glyph │ ├── P_olandF_lag.glyph │ ├── P_si.glyph │ ├── Q_.glyph │ ├── R_.glyph │ ├── R_acute.glyph │ ├── R_caron.glyph │ ├── R_commaaccent.glyph │ ├── R_dotbelowmacron.glyph │ ├── R_eversedze-cy.glyph │ ├── R_ho.glyph │ ├── R_macronbelow.glyph │ ├── R_omaniaF_lag.glyph │ ├── R_ussiaF_lag.glyph │ ├── S_.glyph │ ├── S_.ss01.glyph │ ├── S_acute.glyph │ ├── S_altillo.glyph │ ├── S_anM_arinoF_lag.glyph │ ├── S_caron.glyph │ ├── S_cedilla.glyph │ ├── S_chwa-cy.glyph │ ├── S_chwa.glyph │ ├── S_chwadieresis-cy.glyph │ ├── S_circumflex.glyph │ ├── S_commaaccent.glyph │ ├── S_cotlandF_lag.glyph │ ├── S_dotbelow.glyph │ ├── S_enegalF_lag.glyph │ ├── S_erbiaF_lag.glyph │ ├── S_ha-cy.glyph │ ├── S_hcha-cy.glyph │ ├── S_hha-cy.glyph │ ├── S_hhadescender-cy.glyph │ ├── S_ierraL_eoneF_lag.glyph │ ├── S_igma.glyph │ ├── S_ingaporeF_lag.glyph │ ├── S_intM_aartenF_lag.glyph │ ├── S_lovakiaF_lag.glyph │ ├── S_oftsign-cy.glyph │ ├── S_outhA_fricaF_lag.glyph │ ├── S_tM_artinF_lag.glyph │ ├── S_tV_incentG_renadinesF_lag.glyph │ ├── S_udanF_lag.glyph │ ├── S_valbardJ_anM_ayenF_lag.glyph │ ├── S_wedenF_lag.glyph │ ├── S_witzerlandF_lag.glyph │ ├── T_.glyph │ ├── T_ajikistanF_lag.glyph │ ├── T_anzaniaF_lag.glyph │ ├── T_au.glyph │ ├── T_bar.glyph │ ├── T_caron.glyph │ ├── T_cedilla.glyph │ ├── T_commaaccent.glyph │ ├── T_dotbelow.glyph │ ├── T_e-cy.glyph │ ├── T_edescender-cy.glyph │ ├── T_etse-cy.glyph │ ├── T_hailandF_lag.glyph │ ├── T_heta.glyph │ ├── T_horn.glyph │ ├── T_macronbelow.glyph │ ├── T_rinidadT_obagoF_lag.glyph │ ├── T_se-cy.glyph │ ├── T_she-cy.glyph │ ├── U_-cy.glyph │ ├── U_.glyph │ ├── U_acute.glyph │ ├── U_breve.glyph │ ├── U_caron.glyph │ ├── U_circumflex.glyph │ ├── U_dieresis-cy.glyph │ ├── U_dieresis.glyph │ ├── U_dieresisacute.glyph │ ├── U_dieresiscaron.glyph │ ├── U_dieresisgrave.glyph │ ├── U_dieresismacron.glyph │ ├── U_dotbelow.glyph │ ├── U_grave.glyph │ ├── U_hookabove.glyph │ ├── U_horn.glyph │ ├── U_hornacute.glyph │ ├── U_horndotbelow.glyph │ ├── U_horngrave.glyph │ ├── U_hornhookabove.glyph │ ├── U_horntilde.glyph │ ├── U_hungarumlaut-cy.glyph │ ├── U_hungarumlaut.glyph │ ├── U_kraineF_lag.glyph │ ├── U_macron-cy.glyph │ ├── U_macron.glyph │ ├── U_nitedA_rabE_miratesF_lag.glyph │ ├── U_nitedK_ingdomF_lag.glyph │ ├── U_ogonek.glyph │ ├── U_psilon.glyph │ ├── U_psilondieresis.glyph │ ├── U_psilontonos.glyph │ ├── U_ring.glyph │ ├── U_short-cy.glyph │ ├── U_straight-cy.glyph │ ├── U_straightstroke-cy.glyph │ ├── U_tilde.glyph │ ├── U_zbekistanF_lag.glyph │ ├── V_.glyph │ ├── V_e-cy.glyph │ ├── V_ietnamF_lag.glyph │ ├── W_.glyph │ ├── W_acute.glyph │ ├── W_circumflex.glyph │ ├── W_dieresis.glyph │ ├── W_e-cy.glyph │ ├── W_esternS_aharaF_lag.glyph │ ├── W_grave.glyph │ ├── X_.glyph │ ├── X_i.glyph │ ├── Y_.glyph │ ├── Y_a-cy.glyph │ ├── Y_acute.glyph │ ├── Y_at-cy.glyph │ ├── Y_circumflex.glyph │ ├── Y_dieresis.glyph │ ├── Y_dotaccent.glyph │ ├── Y_dotbelow.glyph │ ├── Y_emenF_lag.glyph │ ├── Y_eru-cy.glyph │ ├── Y_erudieresis-cy.glyph │ ├── Y_grave.glyph │ ├── Y_hookabove.glyph │ ├── Y_i-cy.glyph │ ├── Y_macron.glyph │ ├── Y_tilde.glyph │ ├── Y_u-cy.glyph │ ├── Z_.glyph │ ├── Z_acute.glyph │ ├── Z_caron.glyph │ ├── Z_dotaccent.glyph │ ├── Z_dotbelow.glyph │ ├── Z_e-cy.glyph │ ├── Z_edescender-cy.glyph │ ├── Z_edieresis-cy.glyph │ ├── Z_eta.glyph │ ├── Z_he-cy.glyph │ ├── Z_hebreve-cy.glyph │ ├── Z_hedescender-cy.glyph │ ├── Z_hedieresis-cy.glyph │ ├── Z_macronbelow.glyph │ ├── _notdef.glyph │ ├── a-cy.glyph │ ├── a.glyph │ ├── a.ss01.glyph │ ├── aacute.glyph │ ├── aacute.ss01.glyph │ ├── abreve-cy.glyph │ ├── abreve.glyph │ ├── abreve.ss01.glyph │ ├── abreveacute.glyph │ ├── abreveacute.ss01.glyph │ ├── abrevedotbelow.glyph │ ├── abrevedotbelow.ss01.glyph │ ├── abrevegrave.glyph │ ├── abrevegrave.ss01.glyph │ ├── abrevehookabove.glyph │ ├── abrevehookabove.ss01.glyph │ ├── abrevetilde.glyph │ ├── abrevetilde.ss01.glyph │ ├── acaron.glyph │ ├── acaron.ss01.glyph │ ├── acircumflex.glyph │ ├── acircumflex.ss01.glyph │ ├── acircumflexacute.glyph │ ├── acircumflexacute.ss01.glyph │ ├── acircumflexdotbelow.glyph │ ├── acircumflexdotbelow.ss01.glyph │ ├── acircumflexgrave.glyph │ ├── acircumflexgrave.ss01.glyph │ ├── acircumflexhookabove.glyph │ ├── acircumflexhookabove.ss01.glyph │ ├── acircumflextilde.glyph │ ├── acircumflextilde.ss01.glyph │ ├── acute.glyph │ ├── acutecomb.glyph │ ├── adieresis-cy.glyph │ ├── adieresis.glyph │ ├── adieresis.ss01.glyph │ ├── adotbelow.glyph │ ├── adotbelow.ss01.glyph │ ├── ae.glyph │ ├── aemacron.glyph │ ├── agrave.glyph │ ├── agrave.ss01.glyph │ ├── ahookabove.glyph │ ├── ahookabove.ss01.glyph │ ├── aie-cy.glyph │ ├── alef-hb.glyph │ ├── alpha.glyph │ ├── alphatonos.glyph │ ├── amacron.glyph │ ├── amacron.ss01.glyph │ ├── ampersand.glyph │ ├── angkhankhu-thai.glyph │ ├── anglebracketleft.case.glyph │ ├── anglebracketleft.glyph │ ├── anglebracketright.case.glyph │ ├── anglebracketright.glyph │ ├── anoteleia.glyph │ ├── aogonek.glyph │ ├── aogonek.ss01.glyph │ ├── apostrophemod.glyph │ ├── approxequal.case.glyph │ ├── approxequal.glyph │ ├── aring.glyph │ ├── aring.ss01.glyph │ ├── asciicircum.glyph │ ├── asciitilde.case.glyph │ ├── asciitilde.glyph │ ├── asterisk.case.glyph │ ├── asterisk.glyph │ ├── asterism.glyph │ ├── at.case.glyph │ ├── at.glyph │ ├── atilde.glyph │ ├── atilde.ss01.glyph │ ├── ayin-hb.glyph │ ├── b.glyph │ ├── backslash.glyph │ ├── baht.glyph │ ├── bar.full.glyph │ ├── bar.glyph │ ├── be-cy.glyph │ ├── be-cy.loclS_R_B_.glyph │ ├── be-cy.loclS_R_B_M_K_D_.glyph │ ├── bet-hb.glyph │ ├── beta.glyph │ ├── bitcoin.glyph │ ├── blackC_rossS_quare.glyph │ ├── blackH_eart.glyph │ ├── blackL_argeS_quare.glyph │ ├── blackQ_uestionO_rnament.glyph │ ├── blueD_iamond.glyph │ ├── blueH_eart.glyph │ ├── boB_aimai-thai.glyph │ ├── braceleft.case.glyph │ ├── braceleft.glyph │ ├── braceright.case.glyph │ ├── braceright.glyph │ ├── bracketleft.case.glyph │ ├── bracketleft.glyph │ ├── bracketright.case.glyph │ ├── bracketright.glyph │ ├── breve.glyph │ ├── brevebelowcomb.glyph │ ├── brevecomb-cy.glyph │ ├── brevecomb.glyph │ ├── brevecomb_acutecomb.glyph │ ├── brevecomb_gravecomb.glyph │ ├── brevecomb_hookabovecomb.glyph │ ├── brevecomb_tildecomb.glyph │ ├── brokenH_eart.glyph │ ├── brokenbar.glyph │ ├── brownH_eart.glyph │ ├── bullet.case.glyph │ ├── bullet.glyph │ ├── c.glyph │ ├── cacute.glyph │ ├── camera.glyph │ ├── candraB_inducomb.glyph │ ├── caron.glyph │ ├── caroncomb.alt.glyph │ ├── caroncomb.glyph │ ├── ccaron.glyph │ ├── ccedilla.glyph │ ├── ccircumflex.glyph │ ├── cdotaccent.glyph │ ├── cedilla.glyph │ ├── cedillacomb.glyph │ ├── cent.glyph │ ├── che-cy.glyph │ ├── cheabkhasian-cy.glyph │ ├── chedescender-cy.glyph │ ├── chedescenderabkhasian-cy.glyph │ ├── chedieresis-cy.glyph │ ├── chekhakassian-cy.glyph │ ├── cheverticalstroke-cy.glyph │ ├── chi.glyph │ ├── choC_han-thai.glyph │ ├── choC_hang-thai.glyph │ ├── choC_hing-thai.glyph │ ├── choC_hoe-thai.glyph │ ├── circumflex.glyph │ ├── circumflexcomb.glyph │ ├── circumflexcomb_acutecomb.glyph │ ├── circumflexcomb_gravecomb.glyph │ ├── circumflexcomb_hookabovecomb.glyph │ ├── circumflexcomb_tildecomb.glyph │ ├── closedB_ook.glyph │ ├── colon.case.glyph │ ├── colon.glyph │ ├── comma.glyph │ ├── commaaccentcomb.glyph │ ├── commaaccentcomb.loclM_A_H_.glyph │ ├── commareversedmod.glyph │ ├── commaturnedabovecomb.glyph │ ├── commaturnedmod.glyph │ ├── copyleft.glyph │ ├── copyright.glyph │ ├── cornerbracketleft.glyph │ ├── cornerbracketright.glyph │ ├── creditC_ard.glyph │ ├── crescentM_oon.glyph │ ├── crossM_ark.glyph │ ├── currency.glyph │ ├── d.glyph │ ├── dagger.glyph │ ├── daggerdbl.glyph │ ├── dalet-hb.glyph │ ├── dblanglebracketleft.case.glyph │ ├── dblanglebracketleft.glyph │ ├── dblanglebracketright.case.glyph │ ├── dblanglebracketright.glyph │ ├── dcaron.glyph │ ├── dcroat.glyph │ ├── ddotbelow.glyph │ ├── de-cy.glyph │ ├── de-cy.loclB_G_R_.glyph │ ├── de-cy.loclS_R_B_.glyph │ ├── de-cy.loclS_R_B_M_K_D_.glyph │ ├── degree.glyph │ ├── delta.glyph │ ├── dieresis.glyph │ ├── dieresisbelowcomb.glyph │ ├── dieresiscomb.glyph │ ├── dieresistonos.glyph │ ├── disappointedF_ace.glyph │ ├── divide.case.glyph │ ├── divide.glyph │ ├── dizzyF_ace.glyph │ ├── dje-cy.glyph │ ├── dmacronbelow.glyph │ ├── doC_hada-thai.glyph │ ├── doC_hada-thai.short.glyph │ ├── doD_ek-thai.glyph │ ├── dollar.glyph │ ├── dong.glyph │ ├── dotabove-ar.glyph │ ├── dotaccent.glyph │ ├── dotaccentcomb.glyph │ ├── dotbelow-ar.glyph │ ├── dotbelowcomb.glyph │ ├── dotcenter-ar.glyph │ ├── dottedC_ircle.glyph │ ├── doublemacronbelowcomb.glyph │ ├── doublestroke-ar.glyph │ ├── downA_rrow.glyph │ ├── droplet.glyph │ ├── dvd.glyph │ ├── dze-cy.glyph │ ├── dzeabkhasian-cy.glyph │ ├── dzhe-cy.glyph │ ├── e-cy.glyph │ ├── e.glyph │ ├── e.ss02.glyph │ ├── eacute.glyph │ ├── eacute.ss02.glyph │ ├── ecaron.glyph │ ├── ecaron.ss02.glyph │ ├── ecircumflex.glyph │ ├── ecircumflex.ss02.glyph │ ├── ecircumflexacute.glyph │ ├── ecircumflexacute.ss02.glyph │ ├── ecircumflexdotbelow.glyph │ ├── ecircumflexdotbelow.ss02.glyph │ ├── ecircumflexgrave.glyph │ ├── ecircumflexgrave.ss02.glyph │ ├── ecircumflexhookabove.glyph │ ├── ecircumflexhookabove.ss02.glyph │ ├── ecircumflextilde.glyph │ ├── ecircumflextilde.ss02.glyph │ ├── edieresis-cy.glyph │ ├── edieresis.glyph │ ├── edieresis.ss02.glyph │ ├── edotaccent.glyph │ ├── edotaccent.ss02.glyph │ ├── edotbelow.glyph │ ├── edotbelow.ss02.glyph │ ├── ef-cy.glyph │ ├── egrave.glyph │ ├── egrave.ss02.glyph │ ├── ehookabove.glyph │ ├── ehookabove.ss02.glyph │ ├── eight-thai.glyph │ ├── eight.dnom.glyph │ ├── eight.glyph │ ├── eight.numr.glyph │ ├── eightC_lock.glyph │ ├── eightT_hirtyC_lock.glyph │ ├── eightinferior.glyph │ ├── eightsuperior.glyph │ ├── el-cy.glyph │ ├── el-cy.loclB_G_R_.glyph │ ├── elevenC_lock.glyph │ ├── elevenT_hirtyC_lock.glyph │ ├── elhook-cy.glyph │ ├── ellipsis.glyph │ ├── eltail-cy.glyph │ ├── em-cy.glyph │ ├── emacron.glyph │ ├── emacron.ss02.glyph │ ├── emdash.case.glyph │ ├── emdash.glyph │ ├── emtail-cy.glyph │ ├── en-cy.glyph │ ├── endash.case.glyph │ ├── endash.glyph │ ├── endescender-cy.glyph │ ├── eng.glyph │ ├── enge-cy.glyph │ ├── enhook-cy.glyph │ ├── entail-cy.glyph │ ├── envelope.glyph │ ├── eogonek.glyph │ ├── eogonek.ss02.glyph │ ├── epsilon.glyph │ ├── epsilontonos.glyph │ ├── equal.case.glyph │ ├── equal.glyph │ ├── equal_equal_greater.glyph │ ├── equal_greater.glyph │ ├── er-cy.glyph │ ├── ereversed-cy.glyph │ ├── es-cy.glyph │ ├── esdescender-cy.glyph │ ├── eta.glyph │ ├── etatonos.glyph │ ├── eth.glyph │ ├── etilde.glyph │ ├── etilde.ss02.glyph │ ├── euro.glyph │ ├── exclam.glyph │ ├── exclamationquestion.glyph │ ├── exclamdouble.glyph │ ├── exclamdown.glyph │ ├── expressionlessF_ace.glyph │ ├── eye.glyph │ ├── eyes.glyph │ ├── ezh.glyph │ ├── ezhcaron.glyph │ ├── f.glyph │ ├── f_f.glyph │ ├── f_f_i.glyph │ ├── f_f_l.glyph │ ├── f_f_t.glyph │ ├── f_t.glyph │ ├── faceW_ithO_penM_outh.glyph │ ├── faceW_ithR_ollingE_yes.glyph │ ├── faceW_ithS_tuckO_utT_ongue.glyph │ ├── faceW_ithS_tuckO_utT_ongueA_ndT_ightlyC_losedE_yes.glyph │ ├── faceW_ithT_earsO_fJ_oy.glyph │ ├── faceW_ithoutM_outh.glyph │ ├── fi.glyph │ ├── figuredash.case.glyph │ ├── fileF_older.glyph │ ├── firstQ_uarterM_oonS_ymbol.glyph │ ├── fita-cy.glyph │ ├── five-thai.glyph │ ├── five.dnom.glyph │ ├── five.glyph │ ├── five.numr.glyph │ ├── fiveC_lock.glyph │ ├── fiveT_hirtyC_lock.glyph │ ├── fiveeighths.glyph │ ├── fiveinferior.glyph │ ├── fivesuperior.glyph │ ├── fl.glyph │ ├── florin.glyph │ ├── foF_a-thai.glyph │ ├── foF_an-thai.glyph │ ├── fongman-thai.glyph │ ├── four-thai.glyph │ ├── four.dnom.glyph │ ├── four.glyph │ ├── four.numr.glyph │ ├── fourC_lock.glyph │ ├── fourT_hirtyC_lock.glyph │ ├── fourinferior.glyph │ ├── foursuperior.glyph │ ├── fraction.glyph │ ├── g.glyph │ ├── gafsarkashabove-ar.glyph │ ├── gafsarkashcenter-ar.glyph │ ├── gamma.glyph │ ├── gbreve.glyph │ ├── gcaron.glyph │ ├── gcircumflex.glyph │ ├── gcommaaccent.glyph │ ├── gdotaccent.glyph │ ├── ge-cy.glyph │ ├── ge-cy.loclB_G_R_.glyph │ ├── ge-cy.loclS_R_B_.glyph │ ├── ge-cy.loclS_R_B_M_K_D_.glyph │ ├── gedescender-cy.glyph │ ├── gemS_tone.glyph │ ├── gemiddlehook-cy.glyph │ ├── geresh-hb.glyph │ ├── germandbls.glyph │ ├── gershayim-hb.glyph │ ├── gestroke-cy.glyph │ ├── geupturn-cy.glyph │ ├── gimel-hb.glyph │ ├── gje-cy.glyph │ ├── gje-cy.loclM_K_D_.glyph │ ├── globeM_eridians.glyph │ ├── gmacron.glyph │ ├── grave.glyph │ ├── gravecomb.glyph │ ├── greater.case.glyph │ ├── greater.glyph │ ├── greaterequal.case.glyph │ ├── greaterequal.glyph │ ├── greenH_eart.glyph │ ├── grinningF_ace.glyph │ ├── grinningF_aceW_ithS_milingE_yes.glyph │ ├── gstroke.glyph │ ├── guillemetleft.glyph │ ├── guillemetright.glyph │ ├── guilsinglleft.glyph │ ├── guilsinglright.glyph │ ├── h.glyph │ ├── ha-cy.glyph │ ├── haabkhasian-cy.glyph │ ├── hadescender-cy.glyph │ ├── hahook-cy.glyph │ ├── hardsign-cy.glyph │ ├── hardsign-cy.loclB_G_R_.glyph │ ├── hbar.glyph │ ├── hbrevebelow.glyph │ ├── hcircumflex.glyph │ ├── hdotbelow.glyph │ ├── he-hb.glyph │ ├── heavyB_lackH_eart.glyph │ ├── heavyB_lackH_eart_V_S_16.glyph │ ├── heavyE_xclamationS_ymbol.glyph │ ├── heavyM_ultiplicationX_.glyph │ ├── het-hb.glyph │ ├── hmacronbelow.glyph │ ├── hoH_ip-thai.glyph │ ├── hoN_okhuk-thai.glyph │ ├── hookabovecomb.glyph │ ├── horncomb.glyph │ ├── hryvnia.glyph │ ├── hungarumlaut.glyph │ ├── hungarumlautcomb.glyph │ ├── hyphen.case.glyph │ ├── hyphen.glyph │ ├── hyphen_greater.glyph │ ├── hyphen_hyphen.glyph │ ├── hyphen_hyphen_greater.glyph │ ├── hyphen_hyphen_hyphen.glyph │ ├── hyphen_hyphen_hyphen_greater.glyph │ ├── i-cy.glyph │ ├── i.glyph │ ├── iacute.glyph │ ├── icaron.glyph │ ├── icircumflex.glyph │ ├── idieresis-cy.glyph │ ├── idieresis.glyph │ ├── idotaccent.glyph │ ├── idotbelow.glyph │ ├── idotless.glyph │ ├── ie-cy.glyph │ ├── iebreve-cy.glyph │ ├── iegrave-cy.glyph │ ├── igrave.glyph │ ├── ihookabove.glyph │ ├── ii-cy.glyph │ ├── ii-cy.loclB_G_R_.glyph │ ├── iigrave-cy.glyph │ ├── iishort-cy.glyph │ ├── iishort-cy.loclB_G_R_.glyph │ ├── ij.glyph │ ├── imacron-cy.glyph │ ├── imacron.glyph │ ├── increment.glyph │ ├── infinity.glyph │ ├── integral.glyph │ ├── io-cy.glyph │ ├── iogonek.glyph │ ├── iota.glyph │ ├── iotadieresis.glyph │ ├── iotadieresistonos.glyph │ ├── iotatonos.glyph │ ├── itilde.glyph │ ├── izhitsa-cy.glyph │ ├── j.glyph │ ├── jacute.glyph │ ├── jcircumflex.glyph │ ├── jdotless.glyph │ ├── je-cy.glyph │ ├── k.glyph │ ├── ka-cy.glyph │ ├── ka-cy.loclB_G_R_.glyph │ ├── kabashkir-cy.glyph │ ├── kadescender-cy.glyph │ ├── kaf-hb.glyph │ ├── kafF_inal-hb.glyph │ ├── kahook-cy.glyph │ ├── kaiS_ymbol.glyph │ ├── kappa.glyph │ ├── kastroke-cy.glyph │ ├── kaverticalstroke-cy.glyph │ ├── kcaron.glyph │ ├── kcommaaccent.glyph │ ├── keycapA_sterisk.glyph │ ├── keycapD_igitE_ight.glyph │ ├── keycapD_igitF_ive.glyph │ ├── keycapD_igitF_our.glyph │ ├── keycapD_igitN_ine.glyph │ ├── keycapD_igitO_ne.glyph │ ├── keycapD_igitS_even.glyph │ ├── keycapD_igitS_ix.glyph │ ├── keycapD_igitT_hree.glyph │ ├── keycapD_igitT_wo.glyph │ ├── keycapD_igitZ_ero.glyph │ ├── keycapN_umberS_ign.glyph │ ├── khoK_hai-thai.glyph │ ├── khoK_hon-thai.glyph │ ├── khoK_huat-thai.glyph │ ├── khoK_hwai-thai.glyph │ ├── khoR_akhang-thai.glyph │ ├── khomut-thai.glyph │ ├── kje-cy.glyph │ ├── kmacronbelow.glyph │ ├── koK_ai-thai.glyph │ ├── l.glyph │ ├── lacute.glyph │ ├── lakkhangyao-thai.glyph │ ├── lambda.glyph │ ├── lamed-hb.glyph │ ├── largeB_lueC_ircle.glyph │ ├── largeB_lueD_iamond.glyph │ ├── largeB_lueS_quare.glyph │ ├── largeB_rownC_ircle.glyph │ ├── largeB_rownS_quare.glyph │ ├── largeC_ircle.glyph │ ├── largeG_reenC_ircle.glyph │ ├── largeG_reenS_quare.glyph │ ├── largeO_rangeC_ircle.glyph │ ├── largeO_rangeD_iamond.glyph │ ├── largeO_rangeS_quare.glyph │ ├── largeP_urpleC_ircle.glyph │ ├── largeP_urpleS_quare.glyph │ ├── largeR_edC_ircle.glyph │ ├── largeR_edS_quare.glyph │ ├── largeY_ellowC_ircle.glyph │ ├── largeY_ellowS_quare.glyph │ ├── lcaron.glyph │ ├── lcommaaccent.glyph │ ├── lcommaaccent.loclM_A_H_.glyph │ ├── ldot.glyph │ ├── ldotbelow.glyph │ ├── ldotbelowmacron.glyph │ ├── leftA_rrow.case.glyph │ ├── leftA_rrow.glyph │ ├── leftD_oubleA_rrow.case.glyph │ ├── leftD_oubleA_rrow.glyph │ ├── leftL_ongA_rrow.case.glyph │ ├── leftL_ongA_rrow.glyph │ ├── leftL_ongA_rrow2.case.glyph │ ├── leftL_ongA_rrow2.glyph │ ├── leftL_ongD_oubleA_rrow.case.glyph │ ├── leftL_ongD_oubleA_rrow.glyph │ ├── leftM_agnifyingG_lass.glyph │ ├── leftR_ightA_rrow.case.glyph │ ├── leftR_ightA_rrow.glyph │ ├── leftR_ightD_oubleA_rrow.case.glyph │ ├── leftR_ightD_oubleA_rrow.glyph │ ├── leftR_ightL_ongA_rrow.case.glyph │ ├── leftR_ightL_ongA_rrow.glyph │ ├── leftR_ightL_ongD_oubleA_rrow.case.glyph │ ├── leftR_ightL_ongD_oubleA_rrow.glyph │ ├── less.case.glyph │ ├── less.glyph │ ├── less_equal.glyph │ ├── less_equal_equal.glyph │ ├── less_equal_equal_greater.glyph │ ├── less_equal_greater.glyph │ ├── less_hyphen.glyph │ ├── less_hyphen_greater.glyph │ ├── less_hyphen_hyphen.glyph │ ├── less_hyphen_hyphen_hyphen.glyph │ ├── lessequal.case.glyph │ ├── lessequal.glyph │ ├── lje-cy.glyph │ ├── lmacronbelow.glyph │ ├── loC_hula-thai.glyph │ ├── loC_hula-thai.short.glyph │ ├── loL_ing-thai.glyph │ ├── lock.glyph │ ├── logicalnot.glyph │ ├── longs.glyph │ ├── lowernumeral-greek.glyph │ ├── lozenge.glyph │ ├── lslash.glyph │ ├── lu-thai.glyph │ ├── lu_lakkhangyao-thai.glyph │ ├── m.glyph │ ├── macron.glyph │ ├── macronbelowcomb.glyph │ ├── macroncomb.glyph │ ├── maiC_hattawa-thai.glyph │ ├── maiC_hattawa-thai.small.glyph │ ├── maiE_k-thai.glyph │ ├── maiE_k-thai.small.glyph │ ├── maiH_anaK_at-thai.glyph │ ├── maiH_anaK_at-thai.narrow.glyph │ ├── maiT_ho-thai.glyph │ ├── maiT_ho-thai.narrow.glyph │ ├── maiT_ho-thai.small.glyph │ ├── maiT_ri-thai.glyph │ ├── maiT_ri-thai.narrow.glyph │ ├── maiT_ri-thai.small.glyph │ ├── maitaikhu-thai.glyph │ ├── maitaikhu-thai.narrow.glyph │ ├── maitaikhu-thai.small.glyph │ ├── maiyamok-thai.glyph │ ├── maqaf-hb.glyph │ ├── mdotaccent.glyph │ ├── mdotbelow.glyph │ ├── mediumB_lackC_ircle.glyph │ ├── mediumW_hiteC_ircle.glyph │ ├── mem-hb.glyph │ ├── memF_inal-hb.glyph │ ├── micro.glyph │ ├── miniK_eheh-ar.glyph │ ├── minus.case.glyph │ ├── minus.glyph │ ├── moM_a-thai.glyph │ ├── mobileP_hone.glyph │ ├── mu.glyph │ ├── multiply.case.glyph │ ├── multiply.glyph │ ├── n.glyph │ ├── nacute.glyph │ ├── nbspace.glyph │ ├── ncaron.glyph │ ├── ncommaaccent.glyph │ ├── ncommaaccent.loclM_A_H_.glyph │ ├── ndotaccent.glyph │ ├── ndotbelow.glyph │ ├── neutralF_ace.glyph │ ├── ngoN_gu-thai.glyph │ ├── nikhahit-thai.glyph │ ├── nine-thai.glyph │ ├── nine.dnom.glyph │ ├── nine.glyph │ ├── nine.numr.glyph │ ├── nineC_lock.glyph │ ├── nineT_hirtyC_lock.glyph │ ├── nineinferior.glyph │ ├── ninesuperior.glyph │ ├── nje-cy.glyph │ ├── nmacronbelow.glyph │ ├── noE_ntry.glyph │ ├── noE_ntryS_ign.glyph │ ├── noN_en-thai.glyph │ ├── noN_u-thai.glyph │ ├── northE_astA_rrow.case.glyph │ ├── northE_astA_rrow.glyph │ ├── northW_estA_rrow.case.glyph │ ├── northW_estA_rrow.glyph │ ├── notequal.case.glyph │ ├── notequal.glyph │ ├── ntilde.glyph │ ├── nu.glyph │ ├── numbersign.glyph │ ├── numeral-greek.glyph │ ├── nun-hb.glyph │ ├── nunF_inal-hb.glyph │ ├── o-cy.glyph │ ├── o.glyph │ ├── oA_ng-thai.glyph │ ├── oacute.glyph │ ├── obarred-cy.glyph │ ├── obarreddieresis-cy.glyph │ ├── ocaron.glyph │ ├── ocircumflex.glyph │ ├── ocircumflexacute.glyph │ ├── ocircumflexdotbelow.glyph │ ├── ocircumflexgrave.glyph │ ├── ocircumflexhookabove.glyph │ ├── ocircumflextilde.glyph │ ├── octagonalS_ign.glyph │ ├── odieresis-cy.glyph │ ├── odieresis.glyph │ ├── odotbelow.glyph │ ├── oe.glyph │ ├── ogonek.glyph │ ├── ogonekcomb.glyph │ ├── ograve.glyph │ ├── ohookabove.glyph │ ├── ohorn.glyph │ ├── ohornacute.glyph │ ├── ohorndotbelow.glyph │ ├── ohorngrave.glyph │ ├── ohornhookabove.glyph │ ├── ohorntilde.glyph │ ├── ohungarumlaut.glyph │ ├── omacron.glyph │ ├── omega.glyph │ ├── omegatonos.glyph │ ├── omicron.glyph │ ├── omicrontonos.glyph │ ├── one-thai.glyph │ ├── one.dnom.glyph │ ├── one.glyph │ ├── one.numr.glyph │ ├── oneC_lock.glyph │ ├── oneT_hirtyC_lock.glyph │ ├── oneeighth.glyph │ ├── onehalf.glyph │ ├── oneinferior.glyph │ ├── onequarter.glyph │ ├── onesuperior.glyph │ ├── openF_ileF_older.glyph │ ├── openL_ock.glyph │ ├── opticalD_isc.glyph │ ├── orangeD_iamond.glyph │ ├── orangeH_eart.glyph │ ├── ordfeminine.glyph │ ├── ordmasculine.glyph │ ├── oslash.glyph │ ├── otilde.glyph │ ├── p.glyph │ ├── pageF_acingU_p.glyph │ ├── paiyannoi-thai.glyph │ ├── palochka-cy.glyph │ ├── paragraph.glyph │ ├── parenleft.case.glyph │ ├── parenleft.glyph │ ├── parenright.case.glyph │ ├── parenright.glyph │ ├── partialdiff.glyph │ ├── pe-cy.glyph │ ├── pe-cy.loclB_G_R_.glyph │ ├── pe-cy.loclS_R_B_.glyph │ ├── pe-cy.loclS_R_B_M_K_D_.glyph │ ├── pe-hb.glyph │ ├── peF_inal-hb.glyph │ ├── pedescender-cy.glyph │ ├── pemiddlehook-cy.glyph │ ├── pensiveF_ace.glyph │ ├── percent.glyph │ ├── period.glyph │ ├── periodcentered.glyph │ ├── periodcentered.loclC_A_T_.case.glyph │ ├── periodcentered.loclC_A_T_.glyph │ ├── perthousand.glyph │ ├── phi.glyph │ ├── phinthu-thai.glyph │ ├── phinthu-thai.small.glyph │ ├── phoP_han-thai.glyph │ ├── phoP_hung-thai.glyph │ ├── phoS_amphao-thai.glyph │ ├── pi.glyph │ ├── plus.case.glyph │ ├── plus.glyph │ ├── plusminus.case.glyph │ ├── plusminus.glyph │ ├── poP_la-thai.glyph │ ├── primemod.glyph │ ├── product.glyph │ ├── psi.glyph │ ├── purpleH_eart.glyph │ ├── q.glyph │ ├── qof-hb.glyph │ ├── question.glyph │ ├── questiondown.glyph │ ├── questiongreek.glyph │ ├── quotedbl.glyph │ ├── quotedblbase.glyph │ ├── quotedblleft.glyph │ ├── quotedblright.glyph │ ├── quoteleft.glyph │ ├── quoteright.glyph │ ├── quotesinglbase.glyph │ ├── quotesingle.glyph │ ├── r.glyph │ ├── racute.glyph │ ├── radical.glyph │ ├── radioB_utton.glyph │ ├── rainbow.glyph │ ├── rcaron.glyph │ ├── rcommaaccent.glyph │ ├── rdotbelowmacron.glyph │ ├── registered.glyph │ ├── relievedF_ace.glyph │ ├── resh-hb.glyph │ ├── reversedze-cy.glyph │ ├── rho.glyph │ ├── rightA_rrow.case.glyph │ ├── rightA_rrow.glyph │ ├── rightD_oubleA_rrow.case.glyph │ ├── rightD_oubleA_rrow.glyph │ ├── rightL_ongA_rrow.case.glyph │ ├── rightL_ongA_rrow.glyph │ ├── rightL_ongA_rrow2.case.glyph │ ├── rightL_ongA_rrow2.glyph │ ├── rightL_ongD_oubleA_rrow.case.glyph │ ├── rightL_ongD_oubleA_rrow.glyph │ ├── rightM_agnifyingG_lass.glyph │ ├── ring.glyph │ ├── ringbelowcomb.glyph │ ├── ringcomb.glyph │ ├── ringhalfleft.glyph │ ├── ringhalfright.glyph │ ├── rmacronbelow.glyph │ ├── roR_ua-thai.glyph │ ├── ru-thai.glyph │ ├── ru_lakkhangyao-thai.glyph │ ├── ruble.glyph │ ├── rupeeI_ndian.glyph │ ├── s.glyph │ ├── sacute.glyph │ ├── saltillo.glyph │ ├── samekh-hb.glyph │ ├── saraA_-thai.glyph │ ├── saraA_a-thai.glyph │ ├── saraA_e-thai.glyph │ ├── saraA_iM_aimalai-thai.glyph │ ├── saraA_iM_aimuan-thai.glyph │ ├── saraA_m-thai.glyph │ ├── saraE_-thai.glyph │ ├── saraI_-thai.glyph │ ├── saraI_-thai.narrow.glyph │ ├── saraI_i-thai.glyph │ ├── saraI_i-thai.narrow.glyph │ ├── saraO_-thai.glyph │ ├── saraU_-thai.glyph │ ├── saraU_-thai.small.glyph │ ├── saraU_e-thai.glyph │ ├── saraU_e-thai.narrow.glyph │ ├── saraU_ee-thai.glyph │ ├── saraU_ee-thai.narrow.glyph │ ├── saraU_u-thai.glyph │ ├── saraU_u-thai.small.glyph │ ├── scaron.glyph │ ├── scedilla.glyph │ ├── schwa-cy.glyph │ ├── schwa.glyph │ ├── schwadieresis-cy.glyph │ ├── scircumflex.glyph │ ├── scommaaccent.glyph │ ├── sdotbelow.glyph │ ├── section.glyph │ ├── semicolon.glyph │ ├── seven-thai.glyph │ ├── seven.dnom.glyph │ ├── seven.glyph │ ├── seven.numr.glyph │ ├── sevenC_lock.glyph │ ├── sevenT_hirtyC_lock.glyph │ ├── seveneighths.glyph │ ├── seveninferior.glyph │ ├── sevensuperior.glyph │ ├── sha-cy.glyph │ ├── sha-cy.loclB_G_R_.glyph │ ├── sha-cy.loclS_R_B_.glyph │ ├── shcha-cy.glyph │ ├── shcha-cy.loclB_G_R_.glyph │ ├── sheqel.glyph │ ├── shha-cy.glyph │ ├── shhadescender-cy.glyph │ ├── shin-hb.glyph │ ├── sigma.glyph │ ├── sigmafinal.glyph │ ├── six-thai.glyph │ ├── six.dnom.glyph │ ├── six.glyph │ ├── six.numr.glyph │ ├── sixC_lock.glyph │ ├── sixT_hirtyC_lock.glyph │ ├── sixinferior.glyph │ ├── sixsuperior.glyph │ ├── slash.glyph │ ├── slightlyS_milingF_ace.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 │ ├── smilingF_aceW_ithO_penM_outhA_ndT_ightlyC_losedE_yes.glyph │ ├── smilingF_aceW_ithS_milingE_yes.glyph │ ├── snowflake.glyph │ ├── soR_usi-thai.glyph │ ├── soS_ala-thai.glyph │ ├── soS_o-thai.glyph │ ├── soS_ua-thai.glyph │ ├── softhyphen.glyph │ ├── softsign-cy.glyph │ ├── softsign-cy.loclB_G_R_.glyph │ ├── southE_astA_rrow.case.glyph │ ├── southE_astA_rrow.glyph │ ├── southW_estA_rrow.case.glyph │ ├── southW_estA_rrow.glyph │ ├── space.glyph │ ├── speechB_alloon.glyph │ ├── sterling.glyph │ ├── strokeshortcomb.glyph │ ├── summation.glyph │ ├── t.glyph │ ├── t_t.glyph │ ├── tau.glyph │ ├── tav-hb.glyph │ ├── tbar.glyph │ ├── tcaron.glyph │ ├── tcedilla.glyph │ ├── tcommaaccent.glyph │ ├── tdieresis.glyph │ ├── tdotbelow.glyph │ ├── te-cy.glyph │ ├── te-cy.loclB_G_R_.glyph │ ├── te-cy.loclS_R_B_.glyph │ ├── te-cy.loclS_R_B_M_K_D_.glyph │ ├── tedescender-cy.glyph │ ├── telephoneR_eceiver.glyph │ ├── tenC_lock.glyph │ ├── tenT_hirtyC_lock.glyph │ ├── tet-hb.glyph │ ├── tetse-cy.glyph │ ├── thanthakhat-thai.glyph │ ├── thanthakhat-thai.narrow.glyph │ ├── thanthakhat-thai.small.glyph │ ├── theta.glyph │ ├── thoN_angmontho-thai.glyph │ ├── thoP_huthao-thai.glyph │ ├── thoT_hahan-thai.glyph │ ├── thoT_han-thai.glyph │ ├── thoT_han-thai.less.glyph │ ├── thoT_hong-thai.glyph │ ├── thoT_hung-thai.glyph │ ├── thorn.glyph │ ├── three-thai.glyph │ ├── three.dnom.glyph │ ├── three.glyph │ ├── three.numr.glyph │ ├── three.ss01.glyph │ ├── threeC_lock.glyph │ ├── threeT_hirtyC_lock.glyph │ ├── threedotsdownabove-ar.glyph │ ├── threedotsdownbelow-ar.glyph │ ├── threedotsdowncenter-ar.glyph │ ├── threedotsupabove-ar.glyph │ ├── threedotsupbelow-ar.glyph │ ├── threeeighths.glyph │ ├── threeinferior.glyph │ ├── threequarters.glyph │ ├── threesuperior.glyph │ ├── tilde.glyph │ ├── tildecomb.glyph │ ├── tmacronbelow.glyph │ ├── toP_atak-thai.glyph │ ├── toP_atak-thai.short.glyph │ ├── toT_ao-thai.glyph │ ├── tonos.glyph │ ├── tortoiseshellbracketleft.case.glyph │ ├── tortoiseshellbracketleft.glyph │ ├── tortoiseshellbracketright.case.glyph │ ├── tortoiseshellbracketright.glyph │ ├── trademark.glyph │ ├── tsadi-hb.glyph │ ├── tsadiF_inal-hb.glyph │ ├── tse-cy.glyph │ ├── tse-cy.loclB_G_R_.glyph │ ├── tshe-cy.glyph │ ├── twelveC_lock.glyph │ ├── twelveT_hirtyC_lock.glyph │ ├── two-thai.glyph │ ├── two.dnom.glyph │ ├── two.glyph │ ├── two.numr.glyph │ ├── twoC_lock.glyph │ ├── twoT_hirtyC_lock.glyph │ ├── twodotshorizontalabove-ar.glyph │ ├── twodotshorizontalbelow-ar.glyph │ ├── twodotsverticalabove-ar.glyph │ ├── twodotsverticalbelow-ar.glyph │ ├── twoinferior.glyph │ ├── twosuperior.glyph │ ├── u-cy.glyph │ ├── u.glyph │ ├── uacute.glyph │ ├── ubreve.glyph │ ├── ucaron.glyph │ ├── ucircumflex.glyph │ ├── udieresis-cy.glyph │ ├── udieresis.glyph │ ├── udieresisacute.glyph │ ├── udieresiscaron.glyph │ ├── udieresisgrave.glyph │ ├── udieresismacron.glyph │ ├── udotbelow.glyph │ ├── ugrave.glyph │ ├── uhookabove.glyph │ ├── uhorn.glyph │ ├── uhornacute.glyph │ ├── uhorndotbelow.glyph │ ├── uhorngrave.glyph │ ├── uhornhookabove.glyph │ ├── uhorntilde.glyph │ ├── uhungarumlaut-cy.glyph │ ├── uhungarumlaut.glyph │ ├── umacron-cy.glyph │ ├── umacron.glyph │ ├── underscore.glyph │ ├── uogonek.glyph │ ├── upA_rrow.glyph │ ├── upD_ownA_rrow.glyph │ ├── upsideD_ownF_ace.glyph │ ├── upsilon.glyph │ ├── upsilondieresis.glyph │ ├── upsilondieresistonos.glyph │ ├── upsilontonos.glyph │ ├── uring.glyph │ ├── ushort-cy.glyph │ ├── ustraight-cy.glyph │ ├── ustraightstroke-cy.glyph │ ├── utilde.glyph │ ├── v.glyph │ ├── vav-hb.glyph │ ├── ve-cy.glyph │ ├── ve-cy.loclB_G_R_.glyph │ ├── verticallinemod.glyph │ ├── w.glyph │ ├── wacute.glyph │ ├── wavedash.glyph │ ├── wavydash.glyph │ ├── waxingC_rescentM_oonS_ymbol.glyph │ ├── waxingG_ibbousM_oonS_ymbol.glyph │ ├── wcircumflex.glyph │ ├── wdieresis.glyph │ ├── we-cy.glyph │ ├── wgrave.glyph │ ├── wheelO_fD_harma.glyph │ ├── whiteE_xclamationO_rnament.glyph │ ├── whiteH_eart.glyph │ ├── whiteH_eavyC_heckM_ark.glyph │ ├── whiteM_ediumS_tar.glyph │ ├── whiteQ_uestionO_rnament.glyph │ ├── whiteS_milingF_ace.glyph │ ├── whitecornerbracketleft.glyph │ ├── whitecornerbracketright.glyph │ ├── whitelenticularbracketleft.glyph │ ├── whitelenticularbracketright.glyph │ ├── woW_aen-thai.glyph │ ├── won.glyph │ ├── x.glyph │ ├── xi.glyph │ ├── y.glyph │ ├── y.ss03.glyph │ ├── ya-cy.glyph │ ├── yacute.glyph │ ├── yacute.ss03.glyph │ ├── yamakkan-thai.glyph │ ├── yat-cy.glyph │ ├── ycircumflex.glyph │ ├── ycircumflex.ss03.glyph │ ├── ydieresis.glyph │ ├── ydieresis.ss03.glyph │ ├── ydotaccent.glyph │ ├── ydotaccent.ss03.glyph │ ├── ydotbelow.glyph │ ├── ydotbelow.ss03.glyph │ ├── yellowH_eart.glyph │ ├── yen.glyph │ ├── yeru-cy.glyph │ ├── yerudieresis-cy.glyph │ ├── ygrave.glyph │ ├── ygrave.ss03.glyph │ ├── yhookabove.glyph │ ├── yhookabove.ss03.glyph │ ├── yi-cy.glyph │ ├── ymacron.glyph │ ├── ymacron.ss03.glyph │ ├── yoY_ak-thai.glyph │ ├── yoY_ing-thai.glyph │ ├── yoY_ing-thai.less.glyph │ ├── yod-hb.glyph │ ├── ytilde.glyph │ ├── ytilde.ss03.glyph │ ├── yu-cy.glyph │ ├── yu-cy.loclB_G_R_.glyph │ ├── z.glyph │ ├── zacute.glyph │ ├── zayin-hb.glyph │ ├── zcaron.glyph │ ├── zdotaccent.glyph │ ├── zdotbelow.glyph │ ├── ze-cy.glyph │ ├── ze-cy.loclB_G_R_.glyph │ ├── zedescender-cy.glyph │ ├── zedieresis-cy.glyph │ ├── zero-thai.glyph │ ├── zero.dnom.glyph │ ├── zero.glyph │ ├── zero.numr.glyph │ ├── zeroinferior.glyph │ ├── zerosuperior.glyph │ ├── zeta.glyph │ ├── zhe-cy.glyph │ ├── zhe-cy.loclB_G_R_.glyph │ ├── zhebreve-cy.glyph │ ├── zhedescender-cy.glyph │ ├── zhedieresis-cy.glyph │ └── zmacronbelow.glyph └── order.plist └── config.yaml /.github/workflows/build.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/.github/workflows/build.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.txt: -------------------------------------------------------------------------------- 1 | Onno van den Dungen -------------------------------------------------------------------------------- /CONTRIBUTORS.txt: -------------------------------------------------------------------------------- 1 | Onno van den Dungen -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/Makefile -------------------------------------------------------------------------------- /OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/OFL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/README.md -------------------------------------------------------------------------------- /documentation/ARTICLE.en_us.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/documentation/ARTICLE.en_us.html -------------------------------------------------------------------------------- /documentation/image1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/documentation/image1.py -------------------------------------------------------------------------------- /documentation/image2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/documentation/image2.py -------------------------------------------------------------------------------- /documentation/images-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/documentation/images-license.txt -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/renovate.json -------------------------------------------------------------------------------- /requirements-test.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/requirements-test.in -------------------------------------------------------------------------------- /requirements-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/requirements-test.txt -------------------------------------------------------------------------------- /requirements.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/requirements.in -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/requirements.txt -------------------------------------------------------------------------------- /scripts/customize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/scripts/customize.py -------------------------------------------------------------------------------- /scripts/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/scripts/index.html -------------------------------------------------------------------------------- /scripts/read-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/scripts/read-config.py -------------------------------------------------------------------------------- /scripts/update-custom-filter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/scripts/update-custom-filter.py -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/fontinfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/fontinfo.plist -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_E_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_E_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_E_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_breve-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_breve-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_breve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_breveacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_breveacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_brevegrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_brevegrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_ie-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_ie-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_lpha.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_lpha.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_ogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_ring.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/A_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/A_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/B_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/B_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/B_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/B_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/B_eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/B_eta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_cedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_hadF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_hadF_lag.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_he-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_he-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/C_hi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/C_hi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_croat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_croat.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_elta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_elta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_je-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_ze-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_ze-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/D_zhe-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/D_zhe-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_f-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_f-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_l-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_l-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_lhook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_lhook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_ltail-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_ltail-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_m-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_m-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_mtail-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_mtail-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_n-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_n-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_nG_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_nG_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_ng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_ng.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_nhook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_nhook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_ntail-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_ntail-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_ogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_psilon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_psilon.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_r-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_r-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_s-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_s-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_ta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_ta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_tatonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_tatonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_th.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_th.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_zh.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_zh.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/E_zhcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/E_zhcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/F_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/F_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/F_ita-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/F_ita-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_amma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_amma.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_breve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_je-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/G_stroke.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/G_stroke.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/H_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/H_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/H_a-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/H_a-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/H_ahook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/H_ahook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/H_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/H_bar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/H_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/H_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_J_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_i-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_i-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_o-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_o-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_ogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_ota.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_ota.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_otatonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_otatonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_ranF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_ranF_lag.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_raqF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_raqF_lag.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/I_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/I_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/J_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/J_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/J_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/J_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/J_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/J_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/K_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/K_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/K_a-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/K_a-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/K_ahook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/K_ahook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/K_appa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/K_appa.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/K_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/K_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/K_je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/K_je-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_ambda.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_ambda.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_dot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_dot.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_je-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/L_slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/L_slash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/M_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/M_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/M_aliF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/M_aliF_lag.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/M_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/M_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/M_u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/M_u.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_je-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/N_u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/N_u.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_E_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_E_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_horn.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_mega.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_mega.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_micron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_micron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_slash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/O_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/O_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/P_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/P_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/P_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/P_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/P_eruF_lag.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/P_eruF_lag.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/P_hi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/P_hi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/P_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/P_i.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/P_si.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/P_si.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Q_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Q_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/R_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/R_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/R_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/R_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/R_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/R_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/R_ho.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/R_ho.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_.ss01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_.ss01.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_altillo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_altillo.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_cedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_chwa-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_chwa-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_chwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_chwa.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_ha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_ha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_hcha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_hcha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_hha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_hha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/S_igma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/S_igma.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_au.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_au.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_bar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_cedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_etse-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_etse-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_heta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_heta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_horn.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_se-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_se-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/T_she-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/T_she-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_breve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_horn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_horn.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_ogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_psilon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_psilon.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_ring.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_short-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_short-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/U_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/U_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/V_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/V_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/V_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/V_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/W_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/W_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/W_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/W_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/W_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/W_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/W_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/W_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/W_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/W_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/X_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/X_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/X_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/X_i.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_a-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_a-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_at-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_at-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_eru-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_eru-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_i-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_i-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Y_u-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Y_u-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_dotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_dotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_eta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/Z_he-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/Z_he-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/_notdef.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/_notdef.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/a-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/a-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/a.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/a.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/a.ss01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/a.ss01.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/aacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/aacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/abreve-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/abreve-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/abreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/abreve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/acaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/acaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/acute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/acute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/acutecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/acutecomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/adieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/adieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/adotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/adotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ae.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ae.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/aemacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/aemacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/agrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/agrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ahookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ahookabove.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/aie-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/aie-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/alef-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/alef-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/alpha.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/alpha.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/alphatonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/alphatonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/amacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/amacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ampersand.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ampersand.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/anoteleia.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/anoteleia.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/aogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/aogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/aring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/aring.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/aring.ss01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/aring.ss01.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/asciitilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/asciitilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/asterisk.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/asterisk.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/asterism.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/asterism.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/at.case.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/at.case.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/at.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/at.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/atilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/atilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ayin-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ayin-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/b.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/b.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/backslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/backslash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/baht.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/baht.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/bar.full.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/bar.full.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/bar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/bar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/be-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/be-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/bet-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/bet-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/beta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/beta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/bitcoin.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/bitcoin.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/blueH_eart.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/blueH_eart.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/braceleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/braceleft.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/braceright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/braceright.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/breve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/breve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/brevecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/brevecomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/brokenbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/brokenbar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/bullet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/bullet.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/c.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/c.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/cacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/cacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/camera.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/camera.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/caron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/caron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/caroncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/caroncomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ccaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ccaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ccedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ccedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/cdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/cdotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/cedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/cedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/cent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/cent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/che-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/che-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/chi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/chi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/circumflex.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/circumflex.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/colon.case.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/colon.case.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/colon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/colon.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/comma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/comma.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/copyleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/copyleft.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/copyright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/copyright.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/crossM_ark.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/crossM_ark.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/currency.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/currency.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/d.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/d.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dagger.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dagger.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/daggerdbl.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/daggerdbl.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dalet-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dalet-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dcroat.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dcroat.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ddotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ddotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/de-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/de-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/degree.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/degree.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/delta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/delta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/divide.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/divide.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dizzyF_ace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dizzyF_ace.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dje-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dje-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dollar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dollar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dong.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dong.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/downA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/downA_rrow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/droplet.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/droplet.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dvd.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dvd.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dze-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dze-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/dzhe-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/dzhe-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/e-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/e-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/e.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/e.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/e.ss02.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/e.ss02.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ecaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ecaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/edieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/edieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/edotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/edotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/edotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/edotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ef-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ef-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/egrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/egrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ehookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ehookabove.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eight-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eight-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eight.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eight.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eight.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eight.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eight.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eight.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/el-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/el-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/elhook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/elhook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ellipsis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ellipsis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eltail-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eltail-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/em-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/em-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/emacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/emacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/emdash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/emdash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/emtail-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/emtail-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/en-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/en-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/endash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/endash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eng.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eng.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/enge-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/enge-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/enhook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/enhook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/entail-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/entail-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/envelope.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/envelope.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/epsilon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/epsilon.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/equal.case.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/equal.case.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/equal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/equal.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/er-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/er-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/es-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/es-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/etatonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/etatonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eth.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/etilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/etilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/euro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/euro.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/exclam.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/exclam.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/exclamdown.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/exclamdown.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eye.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eye.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/eyes.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/eyes.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ezh.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ezh.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ezhcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ezhcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/f.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/f.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/f_f.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/f_f.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/f_f_i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/f_f_i.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/f_f_l.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/f_f_l.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/f_f_t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/f_f_t.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/f_t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/f_t.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/fi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/fi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/fita-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/fita-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/five-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/five-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/five.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/five.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/five.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/five.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/five.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/five.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/fiveC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/fiveC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/fl.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/fl.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/florin.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/florin.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/foF_a-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/foF_a-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/four-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/four-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/four.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/four.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/four.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/four.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/four.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/four.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/fourC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/fourC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/fraction.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/fraction.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/g.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/g.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gamma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gamma.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gbreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gbreve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gdotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ge-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ge-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gemS_tone.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gemS_tone.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/geresh-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/geresh-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/germandbls.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/germandbls.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gimel-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gimel-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gje-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gje-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gmacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gmacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/grave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/grave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gravecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gravecomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/greater.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/greater.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/gstroke.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/gstroke.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/h.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/h.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/hahook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/hahook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/hbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/hbar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/hdotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/hdotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/he-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/he-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/het-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/het-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/horncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/horncomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/hryvnia.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/hryvnia.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/hyphen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/hyphen.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/i-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/i-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/i.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/i.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/icaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/icaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/idieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/idieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/idotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/idotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/idotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/idotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/idotless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/idotless.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ie-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ie-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iebreve-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iebreve-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iegrave-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iegrave-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/igrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/igrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ihookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ihookabove.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ii-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ii-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iigrave-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iigrave-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iishort-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iishort-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ij.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ij.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/imacron-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/imacron-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/imacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/imacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/increment.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/increment.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/infinity.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/infinity.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/integral.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/integral.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/io-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/io-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iota.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iota.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/iotatonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/iotatonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/itilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/itilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/izhitsa-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/izhitsa-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/j.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/j.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/jacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/jacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/jdotless.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/jdotless.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/je-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/je-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/k.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/k.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ka-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ka-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/kaf-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/kaf-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/kahook-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/kahook-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/kaiS_ymbol.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/kaiS_ymbol.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/kappa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/kappa.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/kcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/kcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/kje-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/kje-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/l.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/l.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lambda.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lambda.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lamed-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lamed-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ldot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ldot.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ldotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ldotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/leftA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/leftA_rrow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/less.case.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/less.case.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/less.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/less.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/less_equal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/less_equal.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lessequal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lessequal.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lje-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lje-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/logicalnot.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/logicalnot.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/longs.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/longs.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lozenge.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lozenge.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lslash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/lu-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/lu-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/m.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/m.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/macron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/macron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/macroncomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/macroncomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/maqaf-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/maqaf-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/mdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/mdotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/mdotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/mdotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/mem-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/mem-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/micro.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/micro.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/minus.case.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/minus.case.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/minus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/minus.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/moM_a-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/moM_a-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/mu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/mu.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/multiply.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/multiply.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/n.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/n.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nbspace.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nbspace.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ncaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ncaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ndotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ndotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ndotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ndotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nine-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nine-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nine.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nine.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nine.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nine.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nine.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nine.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nineC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nineC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nje-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nje-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/noE_ntry.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/noE_ntry.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/noN_u-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/noN_u-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/notequal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/notequal.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ntilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nu.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nu.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/numbersign.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/numbersign.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/nun-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/nun-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/o-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/o-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/o.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/o.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/oA_ng-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/oA_ng-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/oacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/oacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/obarred-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/obarred-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ocaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ocaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/odieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/odieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/odotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/odotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/oe.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/oe.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ogonekcomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ogonekcomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ograve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ograve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ohookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ohookabove.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ohorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ohorn.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ohornacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ohornacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ohorngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ohorngrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ohorntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ohorntilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/omacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/omacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/omega.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/omega.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/omegatonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/omegatonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/omicron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/omicron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/one-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/one-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/one.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/one.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/one.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/one.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/one.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/one.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/oneC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/oneC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/oneeighth.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/oneeighth.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/onehalf.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/onehalf.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/onequarter.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/onequarter.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/openL_ock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/openL_ock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/oslash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/oslash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/otilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/otilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/p.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/p.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/paragraph.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/paragraph.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/parenleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/parenleft.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/parenright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/parenright.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/pe-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/pe-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/pe-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/pe-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/percent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/percent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/period.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/period.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/phi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/phi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/pi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/pi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/plus.case.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/plus.case.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/plus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/plus.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/plusminus.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/plusminus.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/primemod.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/primemod.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/product.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/product.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/psi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/psi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/q.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/q.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/qof-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/qof-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/question.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/question.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/quotedbl.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/quotedbl.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/quoteleft.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/quoteleft.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/quoteright.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/quoteright.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/r.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/r.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/racute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/racute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/radical.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/radical.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/rainbow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/rainbow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/rcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/rcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/registered.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/registered.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/resh-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/resh-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/rho.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/rho.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ring.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ringcomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ringcomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ru-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ru-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ruble.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ruble.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/s.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/s.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/saltillo.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/saltillo.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/samekh-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/samekh-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/scaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/scaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/scedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/scedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/schwa-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/schwa-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/schwa.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/schwa.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sdotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sdotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/section.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/section.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/semicolon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/semicolon.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/seven-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/seven-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/seven.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/seven.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/seven.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/seven.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/seven.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/seven.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/shcha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/shcha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sheqel.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sheqel.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/shha-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/shha-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/shin-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/shin-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sigma.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sigma.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sigmafinal.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sigmafinal.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/six-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/six-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/six.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/six.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/six.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/six.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/six.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/six.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sixC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sixC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/slash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/slash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/snowflake.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/snowflake.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/soS_o-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/soS_o-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/softhyphen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/softhyphen.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/space.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/space.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/sterling.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/sterling.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/summation.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/summation.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/t.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/t_t.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/t_t.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tau.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tau.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tav-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tav-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tbar.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tbar.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tcedilla.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tcedilla.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tdieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tdieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tdotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tdotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/te-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/te-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tenC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tenC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tet-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tet-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tetse-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tetse-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/theta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/theta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/thorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/thorn.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/three-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/three-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/three.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/three.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/three.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/three.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/three.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/three.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/three.ss01.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/three.ss01.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tildecomb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tildecomb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tonos.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tonos.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/trademark.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/trademark.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tsadi-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tsadi-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tse-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tse-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/tshe-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/tshe-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/two-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/two-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/two.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/two.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/two.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/two.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/two.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/two.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/twoC_lock.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/twoC_lock.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/u-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/u-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/u.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/u.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ubreve.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ubreve.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ucaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ucaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/udieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/udieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/udotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/udotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ugrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ugrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uhookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uhookabove.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uhorn.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uhorn.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uhornacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uhornacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uhorngrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uhorngrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uhorntilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uhorntilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/umacron-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/umacron-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/umacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/umacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/underscore.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/underscore.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uogonek.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uogonek.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/upA_rrow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/upA_rrow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/upsilon.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/upsilon.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/uring.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/uring.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ushort-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ushort-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/utilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/utilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/v.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/v.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/vav-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/vav-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ve-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ve-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/w.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/w.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/wacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/wacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/wavedash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/wavedash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/wavydash.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/wavydash.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/wdieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/wdieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/we-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/we-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/wgrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/wgrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/won.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/won.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/x.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/x.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/xi.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/xi.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/y.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/y.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/y.ss03.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/y.ss03.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ya-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ya-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yat-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yat-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ydieresis.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ydieresis.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ydotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ydotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ydotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ydotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yen.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yen.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yeru-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yeru-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ygrave.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ygrave.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yhookabove.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yhookabove.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yi-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yi-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ymacron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ymacron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yod-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yod-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ytilde.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ytilde.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/yu-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/yu-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/z.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/z.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zacute.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zacute.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zayin-hb.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zayin-hb.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zcaron.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zcaron.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zdotaccent.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zdotaccent.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zdotbelow.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zdotbelow.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/ze-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/ze-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zero-thai.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zero-thai.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zero.dnom.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zero.dnom.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zero.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zero.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zero.numr.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zero.numr.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zeta.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zeta.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/glyphs/zhe-cy.glyph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/glyphs/zhe-cy.glyph -------------------------------------------------------------------------------- /sources/ArcticonsSans.glyphspackage/order.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/ArcticonsSans.glyphspackage/order.plist -------------------------------------------------------------------------------- /sources/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Arcticons-Team/Arcticons-Font/HEAD/sources/config.yaml --------------------------------------------------------------------------------