├── CHANGES ├── LICENSE ├── README.org ├── dist ├── Agave-Bold-slashed.ttf ├── Agave-Bold.ttf ├── Agave-Regular-slashed.ttf ├── Agave-Regular.ttf └── dev │ ├── Agave-BoldItalic.ttf │ ├── Agave-Italic.ttf │ ├── unhinted-Agave-Bold-slashed.ttf │ ├── unhinted-Agave-Bold.ttf │ ├── unhinted-Agave-BoldItalic.ttf │ ├── unhinted-Agave-Italic.ttf │ ├── unhinted-Agave-Regular-slashed.ttf │ └── unhinted-Agave-Regular.ttf ├── pub ├── ascii.png ├── cdda.png ├── code.png ├── code.txt ├── lit.png ├── metric-r.svg ├── metric.png ├── pub.tcl ├── social.png ├── social.svg ├── term.png ├── title.png └── uni.png └── src ├── agave-b.sfd ├── agave-i.sfd ├── agave-r.sfd ├── agave-z.sfd ├── b ├── 0020-007f_ascii │ ├── 0021_exclamation.svg │ ├── 0022_quotes.svg │ ├── 0023_hash.svg │ ├── 0024_dollar.svg │ ├── 0025_percent.svg │ ├── 0026_ampersand.svg │ ├── 0027_quote.svg │ ├── 0028_paren-w.svg │ ├── 0029_paren-e.svg │ ├── 002a_asterisk.svg │ ├── 002b_plus.svg │ ├── 002c_comma.svg │ ├── 002d_minus.svg │ ├── 002e_period.svg │ ├── 002f_slash.svg │ ├── 0030_0-slash.svg │ ├── 0030_0.svg │ ├── 0031_1.svg │ ├── 0032_2.svg │ ├── 0033_3.svg │ ├── 0034_4.svg │ ├── 0035_5.svg │ ├── 0036_6.svg │ ├── 0037_7.svg │ ├── 0038_8.svg │ ├── 0039_9.svg │ ├── 003a_colon.svg │ ├── 003b_semicolon.svg │ ├── 003c_less.svg │ ├── 003d_equal.svg │ ├── 003e_greater.svg │ ├── 003f_question.svg │ ├── 0040_at.svg │ ├── 0041_A.svg │ ├── 0042_B.svg │ ├── 0043_C.svg │ ├── 0044_D.svg │ ├── 0045_E.svg │ ├── 0046_F.svg │ ├── 0047_G.svg │ ├── 0048_H.svg │ ├── 0049_I.svg │ ├── 004a_J.svg │ ├── 004b_K.svg │ ├── 004c_L.svg │ ├── 004d_M.svg │ ├── 004e_N.svg │ ├── 004f_O.svg │ ├── 0050_P.svg │ ├── 0051_Q.svg │ ├── 0052_R.svg │ ├── 0053_S.svg │ ├── 0054_T.svg │ ├── 0055_U.svg │ ├── 0056_V.svg │ ├── 0057_W.svg │ ├── 0058_X.svg │ ├── 0059_Y.svg │ ├── 005a_Z.svg │ ├── 005b_bracket-w.svg │ ├── 005c_backslash.svg │ ├── 005d_bracket-e.svg │ ├── 005e_caret.svg │ ├── 005f_underscore.svg │ ├── 0060_grave.svg │ ├── 0061_a.svg │ ├── 0062_b.svg │ ├── 0063_c.svg │ ├── 0064_d.svg │ ├── 0065_e.svg │ ├── 0066_f.svg │ ├── 0067_g.svg │ ├── 0068_h.svg │ ├── 0069_i.svg │ ├── 006a_j.svg │ ├── 006b_k.svg │ ├── 006c_l.svg │ ├── 006d_m.svg │ ├── 006e_n.svg │ ├── 006f_o.svg │ ├── 0070_p.svg │ ├── 0071_q.svg │ ├── 0072_r.svg │ ├── 0073_s.svg │ ├── 0074_t.svg │ ├── 0075_u.svg │ ├── 0076_v.svg │ ├── 0077_w.svg │ ├── 0078_x.svg │ ├── 0079_y.svg │ ├── 007a_z.svg │ ├── 007b_brace-w.svg │ ├── 007c_pipe.svg │ ├── 007d_brace-e.svg │ └── 007e_tilde.svg ├── 00a0-024f_latin │ └── 0131_i-dotless.svg └── _extra │ ├── 01_A-duck.svg │ ├── 02_B-duck.svg │ ├── 03_C-duck.svg │ ├── 04_D-duck.svg │ ├── 05_E-duck.svg │ ├── 06_F-duck.svg │ ├── 07_G-duck.svg │ ├── 08_H-duck.svg │ ├── 09_I-duck.svg │ ├── 0a_J-duck.svg │ ├── 0b_K-duck.svg │ ├── 0c_L-duck.svg │ ├── 0d_l-duck.svg │ ├── 0e_M-duck.svg │ ├── 0f_N-duck.svg │ ├── 10_O-duck.svg │ ├── 11_P-duck.svg │ ├── 12_R-duck.svg │ ├── 13_S-duck.svg │ ├── 14_T-duck.svg │ ├── 15_U-duck.svg │ ├── 16_V-duck.svg │ ├── 17_W-duck.svg │ ├── 18_X-duck.svg │ ├── 19_Y-duck.svg │ └── 1a_Z-duck.svg ├── i └── 0020-007f_ascii │ ├── 002d_minus.svg │ ├── 002f_slash.svg │ ├── 0031_1.svg │ ├── 003d_equal.svg │ ├── 0045_E.svg │ ├── 0046_F.svg │ ├── 0048_H.svg │ ├── 0049_I.svg │ ├── 004c_L.svg │ ├── 005c_backslash.svg │ ├── 0069_i.svg │ ├── 006c_l.svg │ ├── 006f_o.svg │ └── 007c_pipe.svg ├── r ├── 0020-007f_ascii │ ├── 0021_exclamation.svg │ ├── 0022_quotes.svg │ ├── 0023_hash.svg │ ├── 0024_dollar.svg │ ├── 0025_percent.svg │ ├── 0026_ampersand.svg │ ├── 0027_quote.svg │ ├── 0028_paren-w.svg │ ├── 0029_paren-e.svg │ ├── 002a_asterisk.svg │ ├── 002b_plus.svg │ ├── 002c_comma.svg │ ├── 002d_minus.svg │ ├── 002e_period.svg │ ├── 002f_slash.svg │ ├── 0030_0-slash.svg │ ├── 0030_0.svg │ ├── 0031_1.svg │ ├── 0032_2.svg │ ├── 0033_3.svg │ ├── 0034_4.svg │ ├── 0035_5.svg │ ├── 0036_6.svg │ ├── 0037_7.svg │ ├── 0038_8.svg │ ├── 0039_9.svg │ ├── 003a_colon.svg │ ├── 003b_semicolon.svg │ ├── 003c_less.svg │ ├── 003d_equal.svg │ ├── 003e_greater.svg │ ├── 003f_question.svg │ ├── 0040_at.svg │ ├── 0041_A.svg │ ├── 0042_B.svg │ ├── 0043_C.svg │ ├── 0044_D.svg │ ├── 0045_E.svg │ ├── 0046_F.svg │ ├── 0047_G.svg │ ├── 0048_H.svg │ ├── 0049_I.svg │ ├── 004a_J.svg │ ├── 004b_K.svg │ ├── 004c_L.svg │ ├── 004d_M.svg │ ├── 004e_N.svg │ ├── 004f_O.svg │ ├── 0050_P.svg │ ├── 0051_Q.svg │ ├── 0052_R.svg │ ├── 0053_S.svg │ ├── 0054_T.svg │ ├── 0055_U.svg │ ├── 0056_V.svg │ ├── 0057_W.svg │ ├── 0058_X.svg │ ├── 0059_Y.svg │ ├── 005a_Z.svg │ ├── 005b_bracket-w.svg │ ├── 005c_backslash.svg │ ├── 005d_bracket-e.svg │ ├── 005e_caret.svg │ ├── 005f_underscore.svg │ ├── 0060_grave.svg │ ├── 0061_a.svg │ ├── 0062_b.svg │ ├── 0063_c.svg │ ├── 0064_d.svg │ ├── 0065_e.svg │ ├── 0066_f.svg │ ├── 0067_g.svg │ ├── 0068_h.svg │ ├── 0069_i.svg │ ├── 006a_j.svg │ ├── 006b_k.svg │ ├── 006c_l.svg │ ├── 006d_m.svg │ ├── 006e_n.svg │ ├── 006f_o.svg │ ├── 0070_p.svg │ ├── 0071_q.svg │ ├── 0072_r.svg │ ├── 0073_s.svg │ ├── 0074_t.svg │ ├── 0075_u.svg │ ├── 0076_v.svg │ ├── 0077_w.svg │ ├── 0078_x.svg │ ├── 0079_y.svg │ ├── 007a_z.svg │ ├── 007b_brace-w.svg │ ├── 007c_pipe.svg │ ├── 007d_brace-e.svg │ └── 007e_tilde.svg ├── 00a0-024f_1e00-1eff_latin │ ├── 00a2_cent.svg │ ├── 00a3_pound.svg │ ├── 00a4_currency.svg │ ├── 00a5_yen.svg │ ├── 00a6_brokenbar.svg │ ├── 00a7_section.svg │ ├── 00a9_copyright.svg │ ├── 00aa_orda.svg │ ├── 00ab_guillemet-w.svg │ ├── 00ac_logicalnot.svg │ ├── 00ae_registered.svg │ ├── 00b0_degree.svg │ ├── 00b1_plusminus.svg │ ├── 00b4_acute.svg │ ├── 00b6_pilcrow.svg │ ├── 00b7_period-center.svg │ ├── 00ba_ordo.svg │ ├── 00bb_guillemet-e.svg │ ├── 00bc_onequarter.svg │ ├── 00bd_onehalf.svg │ ├── 00be_threequarters.svg │ ├── 00c6_AE.svg │ ├── 00d0_Eth.svg │ ├── 00d7_multiply.svg │ ├── 00d8_O-slash.svg │ ├── 00de_Thorn.svg │ ├── 00df_eszett.svg │ ├── 00e6_ae.svg │ ├── 00f0_eth.svg │ ├── 00f7_divide.svg │ ├── 00f8_o-slash.svg │ ├── 00fe_thorn.svg │ ├── 010f_d-caron.svg │ ├── 0111_d-stroke.svg │ ├── 0126_H-stroke.svg │ ├── 0127_h-stroke.svg │ ├── 0131_i-dotless.svg │ ├── 0132_IJ.svg │ ├── 0133_ij.svg │ ├── 0141_L-slash.svg │ ├── 0142_l-slash.svg │ ├── 014a_Eng.svg │ ├── 014b_eng.svg │ ├── 0152_OE.svg │ ├── 0153_oe.svg │ ├── 0166_T-stroke.svg │ ├── 0167_t-stroke.svg │ ├── 017f_s-long.svg │ ├── 0180_b-stroke.svg │ ├── 0181_B-hook.svg │ ├── 0183_b-bar.svg │ ├── 0184_Tone-six.svg │ ├── 0185_tone-six.svg │ ├── 0187_C-hook.svg │ ├── 0188_c-hook.svg │ ├── 018a_D-hook.svg │ ├── 018b_D-bar.svg │ ├── 018c_d-bar.svg │ ├── 018e_E-reversed.svg │ ├── 018f_Schwa.svg │ ├── 0190_E-open.svg │ ├── 0191_F-hook.svg │ ├── 0192_florin.svg │ ├── 0193_G-hook.svg │ ├── 0194_Gamma.svg │ ├── 0195_hv.svg │ ├── 0196_Iota.svg │ ├── 0197_I-stroke.svg │ ├── 0198_K-hook.svg │ ├── 0199_k-hook.svg │ ├── 019a_l-stroke.svg │ ├── 019b_lambda-slash.svg │ ├── 019c_M-turned.svg │ ├── 019d_N-hook.svg │ ├── 019e_n-long.svg │ ├── 019f_O-stroke.svg │ ├── 01a0_O-horn.svg │ ├── 01a1_o-horn.svg │ ├── 01a2_OI.svg │ ├── 01a3_oi.svg │ ├── 01a4_P-hook.svg │ ├── 01a5_p-hook.svg │ ├── 01a6_yr.svg │ ├── 01a7_Tone-two.svg │ ├── 01a8_tone-two.svg │ ├── 01aa_esh-reversed-loop.svg │ ├── 01ab_t-palatal.svg │ ├── 01ac_T-hook.svg │ ├── 01ad_t-hook.svg │ ├── 01ae_T-tail.svg │ ├── 01af_U-horn.svg │ ├── 01b0_u-horn.svg │ ├── 01b2_V-hook.svg │ ├── 01b3_Y-hook.svg │ ├── 01b4_y-hook.svg │ ├── 01b5_Z-stroke.svg │ ├── 01b6_z-stroke.svg │ ├── 01b7_Ezh.svg │ ├── 01b8_Ezh-reversed.svg │ ├── 01b9_ezh-reversed.svg │ ├── 01ba_ezh-tail.svg │ ├── 01bb_2-stroke.svg │ ├── 01bc_Tone-five.svg │ ├── 01bd_tone-five.svg │ ├── 01be_glottal-turned-stroke.svg │ ├── 01bf_wynn.svg │ ├── 01c2_pipe-doublebarred.svg │ ├── 01c7_LJ.svg │ ├── 01c8_Lj.svg │ ├── 01c9_lj.svg │ ├── 01ca_NJ.svg │ ├── 01cb_Nj.svg │ ├── 01cc_nj.svg │ ├── 01e4_G-stroke.svg │ ├── 01e5_g-stroke.svg │ ├── 01f1_DZ.svg │ ├── 01f2_Dz.svg │ ├── 01f3_dz.svg │ ├── 01f6_Hwair.svg │ ├── 01f7_Wynn.svg │ ├── 021c_Yogh.svg │ ├── 021d_yogh.svg │ ├── 0220_N-long.svg │ ├── 0221_d-curl.svg │ ├── 0222_OU.svg │ ├── 0223_ou.svg │ ├── 0224_Z-hook.svg │ ├── 0225_z-hook.svg │ ├── 0234_l-curl.svg │ ├── 0235_n-curl.svg │ ├── 0236_t-curl.svg │ ├── 0237_j-dotless.svg │ ├── 0238_db.svg │ ├── 0239_qp.svg │ ├── 023a_A-slash.svg │ ├── 023b_C-slash.svg │ ├── 023c_c-slash.svg │ ├── 023d_L-stroke.svg │ ├── 023e_T-slash.svg │ ├── 023f_s-swash.svg │ ├── 0240_z-swash.svg │ ├── 0241_Glottal.svg │ ├── 0242_glottal.svg │ ├── 0243_B-stroke.svg │ ├── 0244_U-stroke.svg │ ├── 0246_E-slash.svg │ ├── 0247_e-slash.svg │ ├── 0248_J-stroke.svg │ ├── 0249_j-stroke.svg │ ├── 024a_Q-tail.svg │ ├── 024b_q-tail.svg │ ├── 024c_R-stroke.svg │ ├── 024d_r-stroke.svg │ ├── 024e_Y-stroke.svg │ ├── 024f_y-stroke.svg │ ├── 1e9e_Eszett.svg │ ├── 1efe_Y-loop.svg │ └── 1eff_y-loop.svg ├── 0250-02af_1d00-1dbf_phonetic │ ├── 0251_alpha.svg │ ├── 0253_b-hook.svg │ ├── 0255_c-curl.svg │ ├── 0256_d-tail.svg │ ├── 0257_d-hook.svg │ ├── 0258_e-reversed.svg │ ├── 025a_schwa-hook.svg │ ├── 025c_epsilon-reversed.svg │ ├── 025d_epsilon-reversed-hook.svg │ ├── 025e_epsilon-reversed-closed.svg │ ├── 025f_j-dotless-stroke.svg │ ├── 0260_g-hook.svg │ ├── 0262_G-small.svg │ ├── 0263_gamma.svg │ ├── 0264_gamma-baby.svg │ ├── 0266_h-hook.svg │ ├── 0267_heng-hook.svg │ ├── 0268_i-stroke.svg │ ├── 026a_I-small.svg │ ├── 026c_l-belt.svg │ ├── 026d_l-tail.svg │ ├── 026e_lezh.svg │ ├── 0270_m-turned-long.svg │ ├── 0271_m-hook.svg │ ├── 0272_n-hook.svg │ ├── 0273_n-tail.svg │ ├── 0274_N-small.svg │ ├── 0275_o-stroke.svg │ ├── 0276_OE-small.svg │ ├── 0277_omega-closed.svg │ ├── 027b_r-hook-turned.svg │ ├── 027c_r-long.svg │ ├── 027d_r-tail.svg │ ├── 027e_r-round.svg │ ├── 027f_r-reversed-fishhook.svg │ ├── 0280_R-small.svg │ ├── 0282_s-hook.svg │ ├── 0283_esh.svg │ ├── 0284_j-dotless-stroke-hook.svg │ ├── 0285_esh-small-reversed.svg │ ├── 0286_esh-curl.svg │ ├── 0288_t-tail.svg │ ├── 0289_u-stroke.svg │ ├── 028a_upsilon.svg │ ├── 028b_v-hook.svg │ ├── 028f_Y-small.svg │ ├── 0290_z-tail.svg │ ├── 0291_z-curl.svg │ ├── 0292_ezh.svg │ ├── 0293_ezh-curl.svg │ ├── 0295_Glottal-reversed.svg │ ├── 0297_c-stretched.svg │ ├── 0298_bullseye.svg │ ├── 029a_epsilon-closed.svg │ ├── 029b_G-small-hook.svg │ ├── 029d_j-curl.svg │ ├── 029f_L-small.svg │ ├── 02a0_q-hook.svg │ ├── 02a1_Glottal-stroke.svg │ ├── 02a2_Glottal-reversed-stroke.svg │ ├── 02a3_dz-digraph.svg │ ├── 02a4_dezh-digraph.svg │ ├── 02a5_dz-digraph-curl.svg │ ├── 02a6_ts-digraph.svg │ ├── 02a7_tesh-digraph.svg │ ├── 02a8_tc-digraph-curl.svg │ ├── 02a9_feng-digraph.svg │ ├── 02aa_ls-digraph.svg │ ├── 02ab_lz-digraph.svg │ ├── 02ac_bilabial.svg │ ├── 02ad_bidental.svg │ ├── 02ae_h-turned-hook.svg │ ├── 02af_h-turned-hook-tail.svg │ ├── 1d00_A-small.svg │ ├── 1d01_AE-small.svg │ ├── 1d03_B-small-stroke.svg │ ├── 1d04_C-small.svg │ ├── 1d05_D-small.svg │ ├── 1d06_Eth-small.svg │ ├── 1d07_E-small.svg │ ├── 1d0a_J-small.svg │ ├── 1d0c_L-small-slash.svg │ ├── 1d0f_O-small.svg │ ├── 1d18_P-small.svg │ └── 1d1c_U-small.svg ├── 02b0-036f_1dc0-1dff_comb │ ├── 02be_halfring.svg │ ├── 02c6_circumflex.svg │ ├── 02d8_breve.svg │ ├── 02d9_dot.svg │ ├── 02da_ring.svg │ ├── 02db_ogonek.svg │ ├── 02dc_tilde.svg │ ├── 02dd_acutes.svg │ ├── 02e5_tone-extrahigh.svg │ ├── 02e6_tone-high.svg │ ├── 02e7_tone-mid.svg │ ├── 02e8_tone-low.svg │ ├── 02e9_tone-extralow.svg │ ├── 0300_grave.svg │ ├── 0301_acute.svg │ ├── 0304_macron.svg │ ├── 0308_diaeresis.svg │ ├── 0309_hook.svg │ ├── 030f_graves.svg │ ├── 0313_comma.svg │ ├── 0314_comma-reversed.svg │ ├── 0315_comma-right.svg │ ├── 0327_cedilla.svg │ └── caron.svg ├── 0370-03ff_1f00-1fff_greek │ ├── 037a_ypogegrammeni.svg │ ├── 0384_tonos.svg │ ├── 0385_dialytika-tonos.svg │ ├── 0393_Gamma.svg │ ├── 0394_Delta.svg │ ├── 0398_Theta.svg │ ├── 039b_Lambda.svg │ ├── 039e_Xi.svg │ ├── 03a0_Pi.svg │ ├── 03a3_Sigma.svg │ ├── 03a6_Phi.svg │ ├── 03a8_Psi.svg │ ├── 03a9_Omega.svg │ ├── 03b1_alpha.svg │ ├── 03b2_beta.svg │ ├── 03b3_gamma.svg │ ├── 03b4_delta.svg │ ├── 03b5_epsilon.svg │ ├── 03b6_zeta.svg │ ├── 03b7_eta.svg │ ├── 03b8_theta.svg │ ├── 03b9_iota.svg │ ├── 03ba_kappa.svg │ ├── 03bb_lambda.svg │ ├── 03bc_mu.svg │ ├── 03bd_nu.svg │ ├── 03be_xi.svg │ ├── 03c0_pi.svg │ ├── 03c1_rho.svg │ ├── 03c2_sigma-final.svg │ ├── 03c3_sigma.svg │ ├── 03c4_tau.svg │ ├── 03c5_upsilon.svg │ ├── 03c6_phi.svg │ ├── 03c7_chi.svg │ ├── 03c8_psi.svg │ ├── 03c9_omega.svg │ ├── 03f1_rho-symbol.svg │ ├── 03fa_San.svg │ ├── 03fb_san.svg │ ├── 03fc_rho-stroke.svg │ ├── 1fbf_psili.svg │ ├── 1fed_dialytika-varia.svg │ ├── 1ffe_dasia.svg │ └── Eta-tonos.svg ├── 0400-052f_cyrillic │ ├── 0402_Dje.svg │ ├── 0404_Ie.svg │ ├── 0409_Lje.svg │ ├── 040a_Nje.svg │ ├── 040b_Tshe.svg │ ├── 040f_Dzhe.svg │ ├── 0411_Be.svg │ ├── 0414_De.svg │ ├── 0416_Zhe.svg │ ├── 0417_Ze.svg │ ├── 0418_I.svg │ ├── 041b_El.svg │ ├── 0423_U.svg │ ├── 0426_Tse.svg │ ├── 0427_Che.svg │ ├── 0428_Sha.svg │ ├── 0429_Shcha.svg │ ├── 042a_Hard.svg │ ├── 042b_Yeru.svg │ ├── 042c_Soft.svg │ ├── 042d_E.svg │ ├── 042e_Yu.svg │ ├── 042f_Ya.svg │ ├── 0431_be.svg │ ├── 0432_ve.svg │ ├── 0433_ghe.svg │ ├── 0434_de.svg │ ├── 0436_zhe.svg │ ├── 0437_ze.svg │ ├── 0438_i.svg │ ├── 043b_el.svg │ ├── 043c_em.svg │ ├── 043d_en.svg │ ├── 043f_pe.svg │ ├── 0442_te.svg │ ├── 0443_u.svg │ ├── 0446_tse.svg │ ├── 0447_che.svg │ ├── 0448_sha.svg │ ├── 0449_shcha.svg │ ├── 044a_hard.svg │ ├── 044b_yeru.svg │ ├── 044c_soft.svg │ ├── 044d_e.svg │ ├── 044e_yu.svg │ ├── 044f_ya.svg │ ├── 0452_dje.svg │ ├── 0454_ie.svg │ ├── 0459_lje.svg │ ├── 045a_nje.svg │ ├── 045f_dzhe.svg │ ├── 0460_Omega.svg │ ├── 0461_omega.svg │ ├── 0462_Yat.svg │ ├── 0463_yat.svg │ ├── 0464_E-iotified.svg │ ├── 0465_e-iotified.svg │ ├── 0466_Yus-little.svg │ ├── 0467_yus-little.svg │ ├── 0468_Yus-little-iotified.svg │ ├── 0469_yus-little-iotified.svg │ ├── 046a_Yus-big.svg │ ├── 046b_yus-big.svg │ ├── 046c_Yus-big-iotified.svg │ ├── 046d_yus-big-iotified.svg │ ├── 046e_Ksi.svg │ ├── 046f_ksi.svg │ ├── 0474_Izhitsa.svg │ ├── 0475_izhitsa.svg │ ├── 0478_Uk.svg │ ├── 0479_uk.svg │ ├── 047a_Omega-round.svg │ ├── 047b_omega-round.svg │ ├── 047c_Omega-titlo.svg │ ├── 047d_omega-titlo.svg │ ├── 047e_Ot.svg │ ├── 047f_ot.svg │ ├── 0480_Koppa.svg │ ├── 0481_koppa.svg │ ├── 0482_thousand.svg │ ├── 0483_titlo.svg │ ├── 0484_palatisation.svg │ ├── 0487_pokrytie.svg │ ├── 0488_hundredthousand.svg │ ├── 0489_million.svg │ ├── 048a_I-short-tail.svg │ ├── 048b_i-short-tail.svg │ ├── 048c_Semisoft.svg │ ├── 048d_semisoft.svg │ ├── 048e_Er-tick.svg │ ├── 048f_er-tick.svg │ ├── 0490_Ghe-upturn.svg │ ├── 0491_ghe-upturn.svg │ ├── 0492_Ghe-stroke.svg │ ├── 0493_ghe-stroke.svg │ ├── 0494_Ghe-midhook.svg │ ├── 0495_ghe-midhook.svg │ ├── 0496_Zhe-descender.svg │ ├── 0497_zhe-descender.svg │ ├── 049a_Ka-descender.svg │ ├── 049b_ka-descender.svg │ ├── 049c_Ka-vertstroke.svg │ ├── 049d_ka-vertstroke.svg │ ├── 049e_Ka-stroke.svg │ ├── 049f_ka-stroke.svg │ ├── 04a0_Ka-bashkir.svg │ ├── 04a1_ka-bashkir.svg │ ├── 04a2_En-descender.svg │ ├── 04a3_en-descender.svg │ ├── 04a4_EnGhe.svg │ ├── 04a5_enghe.svg │ ├── 04a6_Pe-midhook.svg │ ├── 04a7_pe-midhook.svg │ ├── 04a8_Ha-abkhasian.svg │ ├── 04a9_ha-abkhasian.svg │ ├── 04ac_Te-descender.svg │ ├── 04ad_te-descender.svg │ ├── 04af_u-straight.svg │ ├── 04b0_U-stroke.svg │ ├── 04b1_u-straight-stroke.svg │ ├── 04b2_Ha-descender.svg │ ├── 04b3_ha-descender.svg │ ├── 04b4_TeTse.svg │ ├── 04b5_tetse.svg │ ├── 04b6_Che-descender.svg │ ├── 04b7_che-descender.svg │ ├── 04b8_Che-vertstroke.svg │ ├── 04b9_che-vertstroke.svg │ ├── 04bc_Che-abkhasian.svg │ ├── 04bd_che-abkhasian.svg │ ├── 04be_Che-abkhasian-descender.svg │ ├── 04bf_che-abkhasian-descender.svg │ ├── 04c3_Ka-hook.svg │ ├── 04c4_ka-hook.svg │ ├── 04c5_El-tail.svg │ ├── 04c6_el-tail.svg │ ├── 04c7_En-hook.svg │ ├── 04c8_en-hook.svg │ ├── 04c9_En-tail.svg │ ├── 04ca_en-tail.svg │ ├── 04cb_Che-khakassian.svg │ ├── 04cc_che-khakassian.svg │ ├── 04cd_Em-tail.svg │ ├── 04ce_em-tail.svg │ ├── 04f6_Ghe-descender.svg │ ├── 04f7_ghe-descender.svg │ ├── 04fa_Ghe-stroke-hook.svg │ ├── 04fb_ghe-stroke-hook.svg │ ├── 04fc_Ha-hook.svg │ ├── 04fd_ha-hook.svg │ ├── 04fe_Ha-stroke.svg │ ├── 04ff_ha-stroke.svg │ ├── 0500_De-komi.svg │ ├── 0502_Dje-komi.svg │ ├── 0503_dje-komi.svg │ ├── 0504_Zje-komi.svg │ ├── 0505_zje-komi.svg │ ├── 0506_Dzje-komi.svg │ ├── 0507_dzje-komi.svg │ ├── 0508_Lje-komi.svg │ ├── 0509_lje-komi.svg │ ├── 050a_Nje-komi.svg │ ├── 050b_nje-komi.svg │ ├── 050c_Sje-komi.svg │ ├── 050e_Tje-komi.svg │ ├── 050f_tje-komi.svg │ ├── 0512_El-hook.svg │ └── 0513_el-hook.svg ├── 2010-218f_supp │ ├── 2013_ndash.svg │ ├── 2014_mdash.svg │ ├── 2016_pipes.svg │ ├── 2017_underscores.svg │ ├── 2019_quote.svg │ ├── 201b_quote-reversed.svg │ ├── 201d_quotes-e.svg │ ├── 201f_quotes-reversed.svg │ ├── 2020_dagger.svg │ ├── 2021_daggers.svg │ ├── 2022_bullet.svg │ ├── 2023_bullet-triangle.svg │ ├── 2026_ellipsis.svg │ ├── 2030_permille.svg │ ├── 2032_prime.svg │ ├── 2033_primes.svg │ ├── 2034_primess.svg │ ├── 2039_guillemet-w.svg │ ├── 203a_guillemet-e.svg │ ├── 203b_reference.svg │ ├── 203c_exclamations.svg │ ├── 203d_interrobang.svg │ ├── 2043_bullet-hyphen.svg │ ├── 2044_solidus.svg │ ├── 2045_bracket-quill-w.svg │ ├── 2046_bracket-quill-e.svg │ ├── 2047_questions.svg │ ├── 205d_tricolon.svg │ ├── 205e_quadcolon.svg │ ├── 2071_sup-i.svg │ ├── 207f_sup-n.svg │ ├── 2080_sub-0.svg │ ├── 2081_sub-1.svg │ ├── 2082_sub-2.svg │ ├── 2083_sub-3.svg │ ├── 2084_sub-4.svg │ ├── 2085_sub-5.svg │ ├── 2086_sub-6.svg │ ├── 2087_sub-7.svg │ ├── 2088_sub-8.svg │ ├── 2089_sub-9.svg │ ├── 208a_sub-plus.svg │ ├── 208b_sub-minus.svg │ ├── 208c_sub-equal.svg │ ├── 208d_sub-paren-w.svg │ ├── 208e_sub-paren-e.svg │ ├── 2090_sub-a.svg │ ├── 2091_sub-e.svg │ ├── 2092_sub-o.svg │ ├── 2093_sub-x.svg │ ├── 20a0_eurocurrency.svg │ ├── 20a1_colonmonetary.svg │ ├── 20a2_cruzeiro.svg │ ├── 20a3_franc.svg │ ├── 20a4_lira.svg │ ├── 20a5_mill.svg │ ├── 20a6_naira.svg │ ├── 20a7_peseta.svg │ ├── 20a8_rupee-legacy.svg │ ├── 20a9_won.svg │ ├── 20aa_shekel.svg │ ├── 20ab_dong.svg │ ├── 20ac_euro.svg │ ├── 20ad_kip.svg │ ├── 20ae_tugrik.svg │ ├── 20b1_peso.svg │ ├── 20b2_guarani.svg │ ├── 20b4_hryvnia.svg │ ├── 20b5_cedi.svg │ ├── 20b8_tenge.svg │ ├── 20b9_rupee.svg │ ├── 20ba_turkishlira.svg │ ├── 20bc_manat.svg │ ├── 20bd_ruble.svg │ ├── 20be_lari.svg │ ├── 20bf_bitcoin.svg │ ├── 2102_C-doublestruck.svg │ ├── 2115_N-doublestruck.svg │ ├── 2116_numero.svg │ ├── 2117_recording.svg │ ├── 211a_Q-doublestruck.svg │ ├── 211d_R-doublestruck.svg │ ├── 211e_prescription.svg │ ├── 2122_trademark.svg │ ├── 2124_Z-doublestruck.svg │ ├── 2139_information.svg │ ├── 2143_L-reversed.svg │ ├── 2153_onethird.svg │ ├── 2154_twothirds.svg │ ├── 2155_onefifth.svg │ ├── 2156_twofifths.svg │ ├── 2157_threefifths.svg │ ├── 2158_fourfifths.svg │ ├── 2159_onesixth.svg │ ├── 215a_fivesixths.svg │ ├── 215b_oneeighth.svg │ ├── 215c_threeeighths.svg │ ├── 215d_fiveeighths.svg │ ├── 215e_seveneighths.svg │ ├── 215f_numeratorone.svg │ ├── 2183_C-reversed.svg │ └── 2184_c-reversed.svg ├── 2190-21ff_arrow │ ├── 2190_arrow-w.svg │ ├── 2194_arrow-both.svg │ ├── 2196_arrow-nw.svg │ ├── 219e_arrow-double-w.svg │ ├── 21a2_arrow-tail-w.svg │ ├── 21a4_arrow-from-w.svg │ ├── 21a8_arrow-base.svg │ ├── 21a9_arrow-hook-w.svg │ ├── 21aa_arrow-hook-e.svg │ ├── 21af_arrow-zigzag.svg │ ├── 21b0_arrow-tip-nw.svg │ ├── 21b1_arrow-tip-ne.svg │ ├── 21b2_arrow-tip-sw.svg │ ├── 21b3_arrow-tip-se.svg │ ├── 21b4_arrow-tip-es.svg │ ├── 21b5_arrow-sw.svg │ ├── 21b6_arrow-semicircle-w.svg │ ├── 21b7_arrow-semicircle-e.svg │ ├── 21b9_arrow-tab.svg │ ├── 21ba_arrow-counterclockwise.svg │ ├── 21bb_arrow-clockwise.svg │ ├── 21bc_harpoon-w-up.svg │ ├── 21bd_harpoon-w-down.svg │ ├── 21be_harpoon-ne.svg │ ├── 21bf_harpoon-nw.svg │ ├── 21c0_harpoon-e-up.svg │ ├── 21c1_harpoon-e-down.svg │ ├── 21c2_harpoon-se.svg │ ├── 21c3_harpoon-sw.svg │ ├── 21c4_arrow-ew.svg │ ├── 21c6_arrow-we.svg │ ├── 21c7_arrow-pair-w.svg │ ├── 21cb_harpoon-we.svg │ ├── 21cc_harpoon-ew.svg │ ├── 21d0_arrow-fat-w.svg │ ├── 21d4_arrow-fat-both.svg │ ├── 21d6_arrow-fat-nw.svg │ ├── 21e0_arrow-dashed-w.svg │ ├── 21e4_arrow-to-w.svg │ ├── 21e6_arrow-outline-w.svg │ ├── 21f1_arrow-to-nw.svg │ ├── 21f3_arrow-outline-both.svg │ ├── 21f7_arrow-stroke-w.svg │ └── 21f9_arrow-stroke-both.svg ├── 2200-23ff_27c0-27ff_tech │ ├── 2200_forall.svg │ ├── 2201_complement.svg │ ├── 2202_partialdifferential.svg │ ├── 2203_exist.svg │ ├── 2204_notexist.svg │ ├── 2205_emptyset.svg │ ├── 2208_elementof.svg │ ├── 2209_notelementof.svg │ ├── 220b_contains.svg │ ├── 220c_notcontains.svg │ ├── 220f_product.svg │ ├── 2211_summation.svg │ ├── 2214_dotplus.svg │ ├── 2216_setminus.svg │ ├── 2217_asterisk-math.svg │ ├── 2218_ring.svg │ ├── 221a_root.svg │ ├── 221b_root-cube.svg │ ├── 221c_root-fourth.svg │ ├── 221d_proportional.svg │ ├── 221e_infinity.svg │ ├── 221f_orthogonal.svg │ ├── 2220_angle.svg │ ├── 2221_angle-measure.svg │ ├── 2222_angle-spherical.svg │ ├── 2224_notdivides.svg │ ├── 2226_notparallel.svg │ ├── 2227_and.svg │ ├── 2229_intersection.svg │ ├── 222b_integral.svg │ ├── 222c_integrals.svg │ ├── 222d_integralss.svg │ ├── 222e_integral-contour.svg │ ├── 222f_integral-surface.svg │ ├── 2230_integral-volume.svg │ ├── 2234_therefore.svg │ ├── 2236_ratio.svg │ ├── 2237_proportion.svg │ ├── 2238_dotminus.svg │ ├── 2239_excess.svg │ ├── 223a_geometricallyproportional.svg │ ├── 2242_minustilde.svg │ ├── 2243_asymptoticallyequal.svg │ ├── 2245_congruent.svg │ ├── 2248_almostequal.svg │ ├── 2249_notalmostequal.svg │ ├── 224a_almostorequal.svg │ ├── 224b_tildess.svg │ ├── 224c_allequal.svg │ ├── 2250_approacheslimit.svg │ ├── 2251_geometricallyequal.svg │ ├── 2252_nearlyequal.svg │ ├── 2254_colonequal.svg │ ├── 2255_equalcolon.svg │ ├── 2260_notequal.svg │ ├── 2261_equivalent.svg │ ├── 2262_notequivalent.svg │ ├── 2263_strictlyequivalent.svg │ ├── 2264_lessequal.svg │ ├── 2265_greaterequal.svg │ ├── 2266_lessoverequal.svg │ ├── 2267_greateroverequal.svg │ ├── 2268_lessnotequal.svg │ ├── 2269_greaternotequal.svg │ ├── 226a_muchless.svg │ ├── 226b_muchgreater.svg │ ├── 226e_notless.svg │ ├── 226f_notgreater.svg │ ├── 2270_notlessequal.svg │ ├── 2271_notgreaterequal.svg │ ├── 227a_precedes.svg │ ├── 227b_succeeds.svg │ ├── 227c_precedesequal.svg │ ├── 227d_succeedsequal.svg │ ├── 2280_notprecedes.svg │ ├── 2281_notsucceeds.svg │ ├── 2282_subsetof.svg │ ├── 2283_supersetof.svg │ ├── 2284_notsubsetof.svg │ ├── 2285_notsupersetof.svg │ ├── 2286_subsetofequal.svg │ ├── 2287_supersetofequal.svg │ ├── 2288_notsubsetofequal.svg │ ├── 2289_notsupersetofequal.svg │ ├── 228a_subsetofnotequal.svg │ ├── 228b_supersetofnotequal.svg │ ├── 228f_imageof.svg │ ├── 2290_originalof.svg │ ├── 2291_imageofequal.svg │ ├── 2292_originalofequal.svg │ ├── 2293_squarecap.svg │ ├── 2294_squarecup.svg │ ├── 22a2_tack-e.svg │ ├── 22a3_tack-w.svg │ ├── 22a4_tack-s.svg │ ├── 22a5_tack-n.svg │ ├── 22a6_asserts.svg │ ├── 22a7_models.svg │ ├── 22a8_true.svg │ ├── 22a9_forces.svg │ ├── 22aa_tack-e-tri.svg │ ├── 22ab_models-bi.svg │ ├── 22ac_nottack-e.svg │ ├── 22ad_nottrue.svg │ ├── 22ae_notforces.svg │ ├── 22af_notmodels-bi.svg │ ├── 22b2_normalsubgroupof.svg │ ├── 22b3_containsnormalsubgroup.svg │ ├── 22b4_normalsubgroupofequal.svg │ ├── 22b5_containsnormalsubgroupequal.svg │ ├── 22c6_star.svg │ ├── 22ee_ellipsis-vertical.svg │ ├── 22ef_ellipsis-horizontal.svg │ ├── 22f0_ellipsis-swne.svg │ ├── 22f1_ellipsis-nwse.svg │ ├── 2308_ceiling-w.svg │ ├── 2318_interest.svg │ ├── 231c_corner-nw.svg │ ├── 231d_corner-ne.svg │ ├── 231e_corner-sw.svg │ ├── 231f_corner-se.svg │ ├── 2320_integral-top.svg │ ├── 2329_angle-bracket-w.svg │ ├── 232a_angle-bracket-e.svg │ ├── 239b_paren-nw.svg │ ├── 239c_extension-w.svg │ ├── 23a1_bracket-nw.svg │ ├── 23a7_brace-nw.svg │ ├── 23a8_brace-w.svg │ ├── 23aa_extension-v.svg │ ├── 23af_extension-h.svg │ ├── 23b0_brace-section-nw.svg │ ├── 23b2_summation-n.svg │ ├── 23b3_summation-s.svg │ ├── 23b7_radical-s.svg │ ├── 27e6_whitebracket-w.svg │ ├── 27e7_whitebracket-e.svg │ ├── 27ea_angle-bracket-w-bi.svg │ └── 27eb_angle-bracket-e-bi.svg ├── 2500-259f_box │ ├── 2500_draw-h.svg │ ├── 2501_draw-hb.svg │ ├── 2502_draw-v.svg │ ├── 2503_draw-vb.svg │ ├── 2504_draw-h-tri.svg │ ├── 2505_draw-hb-tri.svg │ ├── 2506_draw-v-tri.svg │ ├── 2507_draw-vb-tri.svg │ ├── 2508_draw-h-quad.svg │ ├── 2509_draw-hb-quad.svg │ ├── 250a_draw-v-quad.svg │ ├── 250b_draw-vb-quad.svg │ ├── 250c_draw-se.svg │ ├── 250d_draw-seb.svg │ ├── 250e_draw-sbe.svg │ ├── 250f_draw-sbeb.svg │ ├── 2510_draw-sw.svg │ ├── 2511_draw-swb.svg │ ├── 2512_draw-sbw.svg │ ├── 2513_draw-sbwb.svg │ ├── 2514_draw-ne.svg │ ├── 2515_draw-neb.svg │ ├── 2516_draw-nbe.svg │ ├── 2517_draw-nbeb.svg │ ├── 2518_draw-nw.svg │ ├── 2519_draw-nwb.svg │ ├── 251a_draw-nbw.svg │ ├── 251b_draw-nbwb.svg │ ├── 251c_draw-ve.svg │ ├── 251d_draw-veb.svg │ ├── 251e_draw-vnbe.svg │ ├── 251f_draw-vsbe.svg │ ├── 2520_draw-vbe.svg │ ├── 2521_draw-vnbeb.svg │ ├── 2522_draw-vsbeb.svg │ ├── 2523_draw-vbeb.svg │ ├── 2524_draw-vw.svg │ ├── 2525_draw-vwb.svg │ ├── 2526_draw-vnbw.svg │ ├── 2527_draw-vsbw.svg │ ├── 2528_draw-vbw.svg │ ├── 2529_draw-vnbwb.svg │ ├── 252a_draw-vsbwb.svg │ ├── 252b_draw-vbwb.svg │ ├── 252c_draw-hs.svg │ ├── 252d_draw-hwbs.svg │ ├── 252e_draw-hebs.svg │ ├── 252f_draw-hbs.svg │ ├── 2530_draw-hsb.svg │ ├── 2531_draw-hwbsb.svg │ ├── 2532_draw-hebsb.svg │ ├── 2533_draw-hbsb.svg │ ├── 2534_draw-hn.svg │ ├── 2535_draw-hwbn.svg │ ├── 2536_draw-hebn.svg │ ├── 2537_draw-hbn.svg │ ├── 2538_draw-hnb.svg │ ├── 2539_draw-hwbnb.svg │ ├── 253a_draw-hebnb.svg │ ├── 253b_draw-hbnb.svg │ ├── 253c_draw-hv.svg │ ├── 253d_draw-hwbv.svg │ ├── 253e_draw-hebv.svg │ ├── 253f_draw-hbv.svg │ ├── 2540_draw-hvnb.svg │ ├── 2541_draw-hvsb.svg │ ├── 2542_draw-hvb.svg │ ├── 2543_draw-hwbvnb.svg │ ├── 2544_draw-hebvnb.svg │ ├── 2545_draw-hwbvsb.svg │ ├── 2546_draw-hebvsb.svg │ ├── 2547_draw-hbvnb.svg │ ├── 2548_draw-hbvsb.svg │ ├── 2549_draw-hwbvb.svg │ ├── 254a_draw-hebvb.svg │ ├── 254b_draw-hbvb.svg │ ├── 254c_draw-h-bi.svg │ ├── 254d_draw-hb-bi.svg │ ├── 254e_draw-v-bi.svg │ ├── 254f_draw-vb-bi.svg │ ├── 2550_draw-hh.svg │ ├── 2551_draw-vv.svg │ ├── 2552_draw-see.svg │ ├── 2553_draw-sse.svg │ ├── 2554_draw-ssee.svg │ ├── 2555_draw-sww.svg │ ├── 2556_draw-ssw.svg │ ├── 2557_draw-ssww.svg │ ├── 2558_draw-nee.svg │ ├── 2559_draw-nne.svg │ ├── 255a_draw-nnee.svg │ ├── 255b_draw-nww.svg │ ├── 255c_draw-nnw.svg │ ├── 255d_draw-nnww.svg │ ├── 255e_draw-vee.svg │ ├── 255f_draw-vve.svg │ ├── 2560_draw-vvee.svg │ ├── 2561_draw-vww.svg │ ├── 2562_draw-vvw.svg │ ├── 2563_draw-vvww.svg │ ├── 2564_draw-hhs.svg │ ├── 2565_draw-hss.svg │ ├── 2566_draw-hhss.svg │ ├── 2567_draw-hhn.svg │ ├── 2568_draw-hnn.svg │ ├── 2569_draw-hhnn.svg │ ├── 256a_draw-hhv.svg │ ├── 256b_draw-hvv.svg │ ├── 256c_draw-hhvv.svg │ ├── 256d_draw-round-se.svg │ ├── 256e_draw-round-sw.svg │ ├── 256f_draw-round-nw.svg │ ├── 2570_draw-round-ne.svg │ ├── 2571_draw-swne.svg │ ├── 2572_draw-nwse.svg │ ├── 2573_draw-cross.svg │ ├── 2574_draw-w.svg │ ├── 2575_draw-n.svg │ ├── 2576_draw-e.svg │ ├── 2577_draw-s.svg │ ├── 2578_draw-wb.svg │ ├── 2579_draw-nb.svg │ ├── 257a_draw-eb.svg │ ├── 257b_draw-sb.svg │ ├── 257c_draw-web.svg │ ├── 257d_draw-nsb.svg │ ├── 257e_draw-wbe.svg │ ├── 257f_draw-nbs.svg │ ├── 2580_box-n-onehalf.svg │ ├── 2581_box-s-oneeighth.svg │ ├── 2582_box-s-onequarter.svg │ ├── 2583_box-s-threeeighths.svg │ ├── 2584_box-s-onehalf.svg │ ├── 2585_box-s-fiveeighths.svg │ ├── 2586_box-s-threequarters.svg │ ├── 2587_box-s-seveneighths.svg │ ├── 2588_box-full.svg │ ├── 2589_box-w-seveneighths.svg │ ├── 258a_box-w-threequarters.svg │ ├── 258b_box-w-fiveeighths.svg │ ├── 258c_box-w-onehalf.svg │ ├── 258d_box-w-threeeighths.svg │ ├── 258e_box-w-onequarter.svg │ ├── 258f_box-w-oneeighth.svg │ ├── 2590_box-e-onehalf.svg │ ├── 2591_shade-light.svg │ ├── 2592_shade-medium.svg │ ├── 2593_shade-dark.svg │ ├── 2594_box-n-oneeighth.svg │ ├── 2595_box-e-oneeighth.svg │ ├── 2596_quad-sw.svg │ ├── 2597_quad-se.svg │ ├── 2598_quad-nw.svg │ ├── 2599_quad-nei.svg │ ├── 259a_quad-nwse.svg │ ├── 259b_quad-sei.svg │ ├── 259c_quad-swi.svg │ ├── 259d_quad-ne.svg │ ├── 259e_quad-swne.svg │ └── 259f_quad-nwi.svg ├── 25a0-27bf_misc │ ├── 25a0_square.svg │ ├── 25a1_square-outline.svg │ ├── 25aa_square-small.svg │ ├── 25ab_square-small-outline.svg │ ├── 25b2_triangle.svg │ ├── 25b3_triangle-outline.svg │ ├── 25b4_triangle-small.svg │ ├── 25b5_triangle-small-outline.svg │ ├── 25ba_triangle-e.svg │ ├── 25bb_triangle-e-outline.svg │ ├── 25c6_diamond.svg │ ├── 25c7_diamond-outline.svg │ ├── 25ca_lozenge.svg │ ├── 25cb_circle-outline.svg │ ├── 25cf_circle.svg │ ├── 25d0_pie-half.svg │ ├── 25d4_pie-quarter-ne.svg │ ├── 25d5_pie-quarter-nwi.svg │ ├── 25d6_circle-half.svg │ ├── 25e2_triangle-se.svg │ ├── 25e3_triangle-sw.svg │ ├── 25e4_triangle-nw.svg │ ├── 25e5_triangle-ne.svg │ ├── 25e7_square-w.svg │ ├── 25e8_square-e.svg │ ├── 25e9_square-nw.svg │ ├── 25ea_square-se.svg │ ├── 25eb_square-bi.svg │ ├── 25fb_square-medium-outline.svg │ ├── 25fc_square-medium.svg │ ├── 2600_sun-dark.svg │ ├── 2601_cloud.svg │ ├── 2605_star-dark.svg │ ├── 2610_ballot-empty.svg │ ├── 2611_ballot-check.svg │ ├── 2612_ballot-cross.svg │ ├── 2630_trigram-heaven.svg │ ├── 2631_trigram-lake.svg │ ├── 2632_trigram-fire.svg │ ├── 2633_trigram-thunder.svg │ ├── 2634_trigram-wind.svg │ ├── 2635_trigram-water.svg │ ├── 2636_trigram-mountain.svg │ ├── 2637_trigram-earth.svg │ ├── 2639_frown.svg │ ├── 263a_smile.svg │ ├── 2640_female.svg │ ├── 2642_male.svg │ ├── 2660_suit-spade.svg │ ├── 2663_suit-club.svg │ ├── 2665_suit-heart.svg │ ├── 2666_suit-diamond.svg │ ├── 2669_note-quarter.svg │ ├── 266a_note-eighth.svg │ ├── 266b_note-eighths.svg │ ├── 266c_note-sixteenths.svg │ ├── 2680_die1.svg │ ├── 2681_die2.svg │ ├── 2682_die3.svg │ ├── 2683_die4.svg │ ├── 2684_die5.svg │ ├── 2685_die6.svg │ ├── 268a_monogram-yang.svg │ ├── 268b_monogram-yin.svg │ ├── 268c_digram-greateryang.svg │ ├── 268d_digram-lesseryin.svg │ ├── 268e_digram-lesseryang.svg │ ├── 268f_digram-greateryin.svg │ ├── 26a1_lightning.svg │ ├── 2713_check.svg │ ├── 2715_cross.svg │ └── 2a3f_amalgamation.svg ├── 2800-28ff_braille │ ├── 2800_braille-blank.svg │ ├── 2801_braille-1.svg │ ├── 2802_braille-2.svg │ ├── 2803_braille-12.svg │ ├── 2804_braille-3.svg │ ├── 2805_braille-13.svg │ ├── 2806_braille-23.svg │ ├── 2807_braille-123.svg │ ├── 2808_braille-4.svg │ ├── 2809_braille-14.svg │ ├── 280a_braille-24.svg │ ├── 280b_braille-124.svg │ ├── 280c_braille-34.svg │ ├── 280d_braille-134.svg │ ├── 280e_braille-234.svg │ ├── 280f_braille-1234.svg │ ├── 2810_braille-5.svg │ ├── 2811_braille-15.svg │ ├── 2812_braille-25.svg │ ├── 2813_braille-125.svg │ ├── 2814_braille-35.svg │ ├── 2815_braille-135.svg │ ├── 2816_braille-235.svg │ ├── 2817_braille-1235.svg │ ├── 2818_braille-45.svg │ ├── 2819_braille-145.svg │ ├── 281a_braille-245.svg │ ├── 281b_braille-1245.svg │ ├── 281c_braille-345.svg │ ├── 281d_braille-1345.svg │ ├── 281e_braille-2345.svg │ ├── 281f_braille-12345.svg │ ├── 2820_braille-6.svg │ ├── 2821_braille-16.svg │ ├── 2822_braille-26.svg │ ├── 2823_braille-126.svg │ ├── 2824_braille-36.svg │ ├── 2825_braille-136.svg │ ├── 2826_braille-236.svg │ ├── 2827_braille-1236.svg │ ├── 2828_braille-46.svg │ ├── 2829_braille-146.svg │ ├── 282a_braille-246.svg │ ├── 282b_braille-1246.svg │ ├── 282c_braille-346.svg │ ├── 282d_braille-1346.svg │ ├── 282e_braille-2346.svg │ ├── 282f_braille-12346.svg │ ├── 2830_braille-56.svg │ ├── 2831_braille-156.svg │ ├── 2832_braille-256.svg │ ├── 2833_braille-1256.svg │ ├── 2834_braille-356.svg │ ├── 2835_braille-1356.svg │ ├── 2836_braille-2356.svg │ ├── 2837_braille-12356.svg │ ├── 2838_braille-456.svg │ ├── 2839_braille-1456.svg │ ├── 283a_braille-2456.svg │ ├── 283b_braille-12456.svg │ ├── 283c_braille-3456.svg │ ├── 283d_braille-13456.svg │ ├── 283e_braille-23456.svg │ ├── 283f_braille-123456.svg │ ├── 2840_braille-7.svg │ ├── 2841_braille-17.svg │ ├── 2842_braille-27.svg │ ├── 2843_braille-127.svg │ ├── 2844_braille-37.svg │ ├── 2845_braille-137.svg │ ├── 2846_braille-237.svg │ ├── 2847_braille-1237.svg │ ├── 2848_braille-47.svg │ ├── 2849_braille-147.svg │ ├── 284a_braille-247.svg │ ├── 284b_braille-1247.svg │ ├── 284c_braille-347.svg │ ├── 284d_braille-1347.svg │ ├── 284e_braille-2347.svg │ ├── 284f_braille-12347.svg │ ├── 2850_braille-57.svg │ ├── 2851_braille-157.svg │ ├── 2852_braille-257.svg │ ├── 2853_braille-1257.svg │ ├── 2854_braille-357.svg │ ├── 2855_braille-1357.svg │ ├── 2856_braille-2357.svg │ ├── 2857_braille-12357.svg │ ├── 2858_braille-457.svg │ ├── 2859_braille-1457.svg │ ├── 285a_braille-2457.svg │ ├── 285b_braille-12457.svg │ ├── 285c_braille-3457.svg │ ├── 285d_braille-13457.svg │ ├── 285e_braille-23457.svg │ ├── 285f_braille-123457.svg │ ├── 2860_braille-67.svg │ ├── 2861_braille-167.svg │ ├── 2862_braille-267.svg │ ├── 2863_braille-1267.svg │ ├── 2864_braille-367.svg │ ├── 2865_braille-1367.svg │ ├── 2866_braille-2367.svg │ ├── 2867_braille-12367.svg │ ├── 2868_braille-467.svg │ ├── 2869_braille-1467.svg │ ├── 286a_braille-2467.svg │ ├── 286b_braille-12467.svg │ ├── 286c_braille-3467.svg │ ├── 286d_braille-13467.svg │ ├── 286e_braille-23467.svg │ ├── 286f_braille-123467.svg │ ├── 2870_braille-567.svg │ ├── 2871_braille-1567.svg │ ├── 2872_braille-2567.svg │ ├── 2873_braille-12567.svg │ ├── 2874_braille-3567.svg │ ├── 2875_braille-13567.svg │ ├── 2876_braille-23567.svg │ ├── 2877_braille-123567.svg │ ├── 2878_braille-4567.svg │ ├── 2879_braille-14567.svg │ ├── 287a_braille-24567.svg │ ├── 287b_braille-124567.svg │ ├── 287c_braille-34567.svg │ ├── 287d_braille-134567.svg │ ├── 287e_braille-234567.svg │ ├── 287f_braille-1234567.svg │ ├── 2880_braille-8.svg │ ├── 2881_braille-18.svg │ ├── 2882_braille-28.svg │ ├── 2883_braille-128.svg │ ├── 2884_braille-38.svg │ ├── 2885_braille-138.svg │ ├── 2886_braille-238.svg │ ├── 2887_braille-1238.svg │ ├── 2888_braille-48.svg │ ├── 2889_braille-148.svg │ ├── 288a_braille-248.svg │ ├── 288b_braille-1248.svg │ ├── 288c_braille-348.svg │ ├── 288d_braille-1348.svg │ ├── 288e_braille-2348.svg │ ├── 288f_braille-12348.svg │ ├── 2890_braille-58.svg │ ├── 2891_braille-158.svg │ ├── 2892_braille-258.svg │ ├── 2893_braille-1258.svg │ ├── 2894_braille-358.svg │ ├── 2895_braille-1358.svg │ ├── 2896_braille-2358.svg │ ├── 2897_braille-12358.svg │ ├── 2898_braille-458.svg │ ├── 2899_braille-1458.svg │ ├── 289a_braille-2458.svg │ ├── 289b_braille-12458.svg │ ├── 289c_braille-3458.svg │ ├── 289d_braille-13458.svg │ ├── 289e_braille-23458.svg │ ├── 289f_braille-123458.svg │ ├── 28a0_braille-68.svg │ ├── 28a1_braille-168.svg │ ├── 28a2_braille-268.svg │ ├── 28a3_braille-1268.svg │ ├── 28a4_braille-368.svg │ ├── 28a5_braille-1368.svg │ ├── 28a6_braille-2368.svg │ ├── 28a7_braille-12368.svg │ ├── 28a8_braille-468.svg │ ├── 28a9_braille-1468.svg │ ├── 28aa_braille-2468.svg │ ├── 28ab_braille-12468.svg │ ├── 28ac_braille-3468.svg │ ├── 28ad_braille-13468.svg │ ├── 28ae_braille-23468.svg │ ├── 28af_braille-123468.svg │ ├── 28b0_braille-568.svg │ ├── 28b1_braille-1568.svg │ ├── 28b2_braille-2568.svg │ ├── 28b3_braille-12568.svg │ ├── 28b4_braille-3568.svg │ ├── 28b5_braille-13568.svg │ ├── 28b6_braille-23568.svg │ ├── 28b7_braille-123568.svg │ ├── 28b8_braille-4568.svg │ ├── 28b9_braille-14568.svg │ ├── 28ba_braille-24568.svg │ ├── 28bb_braille-124568.svg │ ├── 28bc_braille-34568.svg │ ├── 28bd_braille-134568.svg │ ├── 28be_braille-234568.svg │ ├── 28bf_braille-1234568.svg │ ├── 28c0_braille-78.svg │ ├── 28c1_braille-178.svg │ ├── 28c2_braille-278.svg │ ├── 28c3_braille-1278.svg │ ├── 28c4_braille-378.svg │ ├── 28c5_braille-1378.svg │ ├── 28c6_braille-2378.svg │ ├── 28c7_braille-12378.svg │ ├── 28c8_braille-478.svg │ ├── 28c9_braille-1478.svg │ ├── 28ca_braille-2478.svg │ ├── 28cb_braille-12478.svg │ ├── 28cc_braille-3478.svg │ ├── 28cd_braille-13478.svg │ ├── 28ce_braille-23478.svg │ ├── 28cf_braille-123478.svg │ ├── 28d0_braille-578.svg │ ├── 28d1_braille-1578.svg │ ├── 28d2_braille-2578.svg │ ├── 28d3_braille-12578.svg │ ├── 28d4_braille-3578.svg │ ├── 28d5_braille-13578.svg │ ├── 28d6_braille-23578.svg │ ├── 28d7_braille-123578.svg │ ├── 28d8_braille-4578.svg │ ├── 28d9_braille-14578.svg │ ├── 28da_braille-24578.svg │ ├── 28db_braille-124578.svg │ ├── 28dc_braille-34578.svg │ ├── 28dd_braille-134578.svg │ ├── 28de_braille-234578.svg │ ├── 28df_braille-1234578.svg │ ├── 28e0_braille-678.svg │ ├── 28e1_braille-1678.svg │ ├── 28e2_braille-2678.svg │ ├── 28e3_braille-12678.svg │ ├── 28e4_braille-3678.svg │ ├── 28e5_braille-13678.svg │ ├── 28e6_braille-23678.svg │ ├── 28e7_braille-123678.svg │ ├── 28e8_braille-4678.svg │ ├── 28e9_braille-14678.svg │ ├── 28ea_braille-24678.svg │ ├── 28eb_braille-124678.svg │ ├── 28ec_braille-34678.svg │ ├── 28ed_braille-134678.svg │ ├── 28ee_braille-234678.svg │ ├── 28ef_braille-1234678.svg │ ├── 28f0_braille-5678.svg │ ├── 28f1_braille-15678.svg │ ├── 28f2_braille-25678.svg │ ├── 28f3_braille-125678.svg │ ├── 28f4_braille-35678.svg │ ├── 28f5_braille-135678.svg │ ├── 28f6_braille-235678.svg │ ├── 28f7_braille-1235678.svg │ ├── 28f8_braille-45678.svg │ ├── 28f9_braille-145678.svg │ ├── 28fa_braille-245678.svg │ ├── 28fb_braille-1245678.svg │ ├── 28fc_braille-345678.svg │ ├── 28fd_braille-1345678.svg │ ├── 28fe_braille-2345678.svg │ └── 28ff_braille-12345678.svg ├── _extra │ ├── 00_notdef.svg │ ├── 01_A-duck.svg │ ├── 02_B-duck.svg │ ├── 03_C-duck.svg │ ├── 04_D-duck.svg │ ├── 05_E-duck.svg │ ├── 06_F-duck.svg │ ├── 07_G-duck.svg │ ├── 08_H-duck.svg │ ├── 09_I-duck.svg │ ├── 0a_J-duck.svg │ ├── 0b_K-duck.svg │ ├── 0c_L-duck.svg │ ├── 0d_l-duck.svg │ ├── 0e_M-duck.svg │ ├── 0f_N-duck.svg │ ├── 10_O-duck.svg │ ├── 11_P-duck.svg │ ├── 12_R-duck.svg │ ├── 13_S-duck.svg │ ├── 14_T-duck.svg │ ├── 15_U-duck.svg │ ├── 16_V-duck.svg │ ├── 17_W-duck.svg │ ├── 18_X-duck.svg │ ├── 19_Y-duck.svg │ ├── 1a_Z-duck.svg │ ├── 1b_AE-duck.svg │ ├── 1c_O-slash-duck.svg │ ├── 1d_Ezh-duck.svg │ ├── 1e_Gamma-duck.svg │ ├── 1f_U-cyrillic-duck.svg │ ├── 20_Izhitsa-duck.svg │ ├── 21_Schwa-duck.svg │ ├── 22_Ze-duck.svg │ ├── 23_O-stroke-duck.svg │ ├── 24_E-cyrillic-duck.svg │ ├── 25_Che-duck.svg │ ├── 26_Yeru-duck.svg │ ├── 27_O-horn-duck.svg │ ├── 28_U-horn-duck.svg │ ├── 29_Omega-duck.svg │ └── 2a_diaeresis-duck.svg └── e0a0-e0bf_powerline │ ├── e0a0_branch.svg │ ├── e0a1_linenumber.svg │ ├── e0a2_lock.svg │ ├── e0b0_sep-e.svg │ ├── e0b1_sep-e-alt.svg │ ├── e0b2_sep-w.svg │ └── e0b3_sep-w-alt.svg └── z └── 0020-007f_ascii └── 002d_minus.svg /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/CHANGES -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/LICENSE -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/README.org -------------------------------------------------------------------------------- /dist/Agave-Bold-slashed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/Agave-Bold-slashed.ttf -------------------------------------------------------------------------------- /dist/Agave-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/Agave-Bold.ttf -------------------------------------------------------------------------------- /dist/Agave-Regular-slashed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/Agave-Regular-slashed.ttf -------------------------------------------------------------------------------- /dist/Agave-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/Agave-Regular.ttf -------------------------------------------------------------------------------- /dist/dev/Agave-BoldItalic.ttf: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dist/dev/Agave-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/Agave-Italic.ttf -------------------------------------------------------------------------------- /dist/dev/unhinted-Agave-Bold-slashed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/unhinted-Agave-Bold-slashed.ttf -------------------------------------------------------------------------------- /dist/dev/unhinted-Agave-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/unhinted-Agave-Bold.ttf -------------------------------------------------------------------------------- /dist/dev/unhinted-Agave-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/unhinted-Agave-BoldItalic.ttf -------------------------------------------------------------------------------- /dist/dev/unhinted-Agave-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/unhinted-Agave-Italic.ttf -------------------------------------------------------------------------------- /dist/dev/unhinted-Agave-Regular-slashed.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/unhinted-Agave-Regular-slashed.ttf -------------------------------------------------------------------------------- /dist/dev/unhinted-Agave-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/dist/dev/unhinted-Agave-Regular.ttf -------------------------------------------------------------------------------- /pub/ascii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/ascii.png -------------------------------------------------------------------------------- /pub/cdda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/cdda.png -------------------------------------------------------------------------------- /pub/code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/code.png -------------------------------------------------------------------------------- /pub/code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/code.txt -------------------------------------------------------------------------------- /pub/lit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/lit.png -------------------------------------------------------------------------------- /pub/metric-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/metric-r.svg -------------------------------------------------------------------------------- /pub/metric.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/metric.png -------------------------------------------------------------------------------- /pub/pub.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/pub.tcl -------------------------------------------------------------------------------- /pub/social.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/social.png -------------------------------------------------------------------------------- /pub/social.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/social.svg -------------------------------------------------------------------------------- /pub/term.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/term.png -------------------------------------------------------------------------------- /pub/title.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/title.png -------------------------------------------------------------------------------- /pub/uni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/pub/uni.png -------------------------------------------------------------------------------- /src/agave-b.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/agave-b.sfd -------------------------------------------------------------------------------- /src/agave-i.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/agave-i.sfd -------------------------------------------------------------------------------- /src/agave-r.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/agave-r.sfd -------------------------------------------------------------------------------- /src/agave-z.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/agave-z.sfd -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0021_exclamation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0021_exclamation.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0022_quotes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0022_quotes.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0023_hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0023_hash.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0024_dollar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0024_dollar.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0025_percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0025_percent.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0026_ampersand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0026_ampersand.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0027_quote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0027_quote.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0028_paren-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0028_paren-w.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0029_paren-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0029_paren-e.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/002a_asterisk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/002a_asterisk.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/002b_plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/002b_plus.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/002c_comma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/002c_comma.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/002d_minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/002d_minus.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/002e_period.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/002e_period.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/002f_slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/002f_slash.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0030_0-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0030_0-slash.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0030_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0030_0.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0031_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0031_1.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0032_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0032_2.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0033_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0033_3.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0034_4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0034_4.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0035_5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0035_5.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0036_6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0036_6.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0037_7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0037_7.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0038_8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0038_8.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0039_9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0039_9.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/003a_colon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/003a_colon.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/003b_semicolon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/003b_semicolon.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/003c_less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/003c_less.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/003d_equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/003d_equal.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/003e_greater.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/003e_greater.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/003f_question.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/003f_question.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0040_at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0040_at.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0041_A.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0041_A.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0042_B.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0042_B.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0043_C.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0043_C.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0044_D.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0044_D.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0045_E.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0045_E.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0046_F.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0046_F.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0047_G.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0047_G.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0048_H.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0048_H.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0049_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0049_I.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/004a_J.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/004a_J.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/004b_K.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/004b_K.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/004c_L.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/004c_L.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/004d_M.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/004d_M.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/004e_N.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/004e_N.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/004f_O.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/004f_O.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0050_P.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0050_P.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0051_Q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0051_Q.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0052_R.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0052_R.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0053_S.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0053_S.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0054_T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0054_T.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0055_U.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0055_U.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0056_V.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0056_V.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0057_W.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0057_W.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0058_X.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0058_X.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0059_Y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0059_Y.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/005a_Z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/005a_Z.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/005b_bracket-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/005b_bracket-w.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/005c_backslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/005c_backslash.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/005d_bracket-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/005d_bracket-e.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/005e_caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/005e_caret.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/005f_underscore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/005f_underscore.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0060_grave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0060_grave.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0061_a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0061_a.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0062_b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0062_b.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0063_c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0063_c.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0064_d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0064_d.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0065_e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0065_e.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0066_f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0066_f.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0067_g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0067_g.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0068_h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0068_h.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0069_i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0069_i.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/006a_j.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/006a_j.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/006b_k.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/006b_k.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/006c_l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/006c_l.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/006d_m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/006d_m.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/006e_n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/006e_n.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/006f_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/006f_o.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0070_p.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0070_p.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0071_q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0071_q.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0072_r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0072_r.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0073_s.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0073_s.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0074_t.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0074_t.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0075_u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0075_u.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0076_v.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0076_v.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0077_w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0077_w.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0078_x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0078_x.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/0079_y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/0079_y.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/007a_z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/007a_z.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/007b_brace-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/007b_brace-w.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/007c_pipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/007c_pipe.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/007d_brace-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/007d_brace-e.svg -------------------------------------------------------------------------------- /src/b/0020-007f_ascii/007e_tilde.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/0020-007f_ascii/007e_tilde.svg -------------------------------------------------------------------------------- /src/b/00a0-024f_latin/0131_i-dotless.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/00a0-024f_latin/0131_i-dotless.svg -------------------------------------------------------------------------------- /src/b/_extra/01_A-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/01_A-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/02_B-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/02_B-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/03_C-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/03_C-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/04_D-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/04_D-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/05_E-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/05_E-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/06_F-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/06_F-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/07_G-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/07_G-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/08_H-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/08_H-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/09_I-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/09_I-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/0a_J-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/0a_J-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/0b_K-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/0b_K-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/0c_L-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/0c_L-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/0d_l-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/0d_l-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/0e_M-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/0e_M-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/0f_N-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/0f_N-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/10_O-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/10_O-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/11_P-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/11_P-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/12_R-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/12_R-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/13_S-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/13_S-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/14_T-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/14_T-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/15_U-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/15_U-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/16_V-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/16_V-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/17_W-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/17_W-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/18_X-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/18_X-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/19_Y-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/19_Y-duck.svg -------------------------------------------------------------------------------- /src/b/_extra/1a_Z-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/b/_extra/1a_Z-duck.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/002d_minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/002d_minus.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/002f_slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/002f_slash.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/0031_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/0031_1.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/003d_equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/003d_equal.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/0045_E.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/0045_E.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/0046_F.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/0046_F.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/0048_H.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/0048_H.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/0049_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/0049_I.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/004c_L.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/004c_L.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/005c_backslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/005c_backslash.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/0069_i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/0069_i.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/006c_l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/006c_l.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/006f_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/006f_o.svg -------------------------------------------------------------------------------- /src/i/0020-007f_ascii/007c_pipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/i/0020-007f_ascii/007c_pipe.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0021_exclamation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0021_exclamation.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0022_quotes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0022_quotes.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0023_hash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0023_hash.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0024_dollar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0024_dollar.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0025_percent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0025_percent.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0026_ampersand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0026_ampersand.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0027_quote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0027_quote.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0028_paren-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0028_paren-w.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0029_paren-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0029_paren-e.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/002a_asterisk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/002a_asterisk.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/002b_plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/002b_plus.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/002c_comma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/002c_comma.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/002d_minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/002d_minus.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/002e_period.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/002e_period.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/002f_slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/002f_slash.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0030_0-slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0030_0-slash.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0030_0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0030_0.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0031_1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0031_1.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0032_2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0032_2.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0033_3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0033_3.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0034_4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0034_4.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0035_5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0035_5.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0036_6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0036_6.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0037_7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0037_7.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0038_8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0038_8.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0039_9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0039_9.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/003a_colon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/003a_colon.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/003b_semicolon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/003b_semicolon.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/003c_less.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/003c_less.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/003d_equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/003d_equal.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/003e_greater.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/003e_greater.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/003f_question.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/003f_question.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0040_at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0040_at.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0041_A.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0041_A.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0042_B.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0042_B.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0043_C.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0043_C.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0044_D.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0044_D.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0045_E.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0045_E.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0046_F.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0046_F.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0047_G.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0047_G.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0048_H.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0048_H.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0049_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0049_I.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/004a_J.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/004a_J.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/004b_K.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/004b_K.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/004c_L.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/004c_L.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/004d_M.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/004d_M.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/004e_N.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/004e_N.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/004f_O.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/004f_O.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0050_P.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0050_P.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0051_Q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0051_Q.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0052_R.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0052_R.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0053_S.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0053_S.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0054_T.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0054_T.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0055_U.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0055_U.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0056_V.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0056_V.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0057_W.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0057_W.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0058_X.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0058_X.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0059_Y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0059_Y.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/005a_Z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/005a_Z.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/005b_bracket-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/005b_bracket-w.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/005c_backslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/005c_backslash.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/005d_bracket-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/005d_bracket-e.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/005e_caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/005e_caret.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/005f_underscore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/005f_underscore.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0060_grave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0060_grave.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0061_a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0061_a.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0062_b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0062_b.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0063_c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0063_c.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0064_d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0064_d.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0065_e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0065_e.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0066_f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0066_f.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0067_g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0067_g.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0068_h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0068_h.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0069_i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0069_i.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/006a_j.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/006a_j.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/006b_k.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/006b_k.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/006c_l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/006c_l.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/006d_m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/006d_m.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/006e_n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/006e_n.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/006f_o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/006f_o.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0070_p.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0070_p.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0071_q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0071_q.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0072_r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0072_r.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0073_s.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0073_s.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0074_t.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0074_t.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0075_u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0075_u.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0076_v.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0076_v.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0077_w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0077_w.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0078_x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0078_x.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/0079_y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/0079_y.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/007a_z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/007a_z.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/007b_brace-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/007b_brace-w.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/007c_pipe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/007c_pipe.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/007d_brace-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/007d_brace-e.svg -------------------------------------------------------------------------------- /src/r/0020-007f_ascii/007e_tilde.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0020-007f_ascii/007e_tilde.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/00a5_yen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/00a5_yen.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/00c6_AE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/00c6_AE.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/00d0_Eth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/00d0_Eth.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/00e6_ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/00e6_ae.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/00f0_eth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/00f0_eth.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0132_IJ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0132_IJ.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0133_ij.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0133_ij.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/014a_Eng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/014a_Eng.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/014b_eng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/014b_eng.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0152_OE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0152_OE.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0153_oe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0153_oe.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0195_hv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0195_hv.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01a2_OI.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01a2_OI.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01a3_oi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01a3_oi.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01a6_yr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01a6_yr.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01b7_Ezh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01b7_Ezh.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01c7_LJ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01c7_LJ.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01c8_Lj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01c8_Lj.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01c9_lj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01c9_lj.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01ca_NJ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01ca_NJ.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01cb_Nj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01cb_Nj.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01cc_nj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01cc_nj.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01f1_DZ.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01f1_DZ.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01f2_Dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01f2_Dz.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/01f3_dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/01f3_dz.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0222_OU.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0222_OU.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0223_ou.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0223_ou.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0238_db.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0238_db.svg -------------------------------------------------------------------------------- /src/r/00a0-024f_1e00-1eff_latin/0239_qp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/00a0-024f_1e00-1eff_latin/0239_qp.svg -------------------------------------------------------------------------------- /src/r/02b0-036f_1dc0-1dff_comb/02d9_dot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/02b0-036f_1dc0-1dff_comb/02d9_dot.svg -------------------------------------------------------------------------------- /src/r/02b0-036f_1dc0-1dff_comb/02da_ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/02b0-036f_1dc0-1dff_comb/02da_ring.svg -------------------------------------------------------------------------------- /src/r/02b0-036f_1dc0-1dff_comb/0309_hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/02b0-036f_1dc0-1dff_comb/0309_hook.svg -------------------------------------------------------------------------------- /src/r/02b0-036f_1dc0-1dff_comb/caron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/02b0-036f_1dc0-1dff_comb/caron.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/039e_Xi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/039e_Xi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03a0_Pi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03a0_Pi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03a6_Phi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03a6_Phi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03a8_Psi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03a8_Psi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03b7_eta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03b7_eta.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03bc_mu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03bc_mu.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03bd_nu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03bd_nu.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03be_xi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03be_xi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03c0_pi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03c0_pi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03c1_rho.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03c1_rho.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03c4_tau.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03c4_tau.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03c6_phi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03c6_phi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03c7_chi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03c7_chi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03c8_psi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03c8_psi.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03fa_San.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03fa_San.svg -------------------------------------------------------------------------------- /src/r/0370-03ff_1f00-1fff_greek/03fb_san.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0370-03ff_1f00-1fff_greek/03fb_san.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0402_Dje.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0402_Dje.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0404_Ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0404_Ie.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0409_Lje.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0409_Lje.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/040a_Nje.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/040a_Nje.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/040b_Tshe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/040b_Tshe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/040f_Dzhe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/040f_Dzhe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0411_Be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0411_Be.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0414_De.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0414_De.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0416_Zhe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0416_Zhe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0417_Ze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0417_Ze.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0418_I.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0418_I.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/041b_El.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/041b_El.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0423_U.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0423_U.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0426_Tse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0426_Tse.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0427_Che.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0427_Che.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0428_Sha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0428_Sha.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0429_Shcha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0429_Shcha.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/042a_Hard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/042a_Hard.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/042b_Yeru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/042b_Yeru.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/042c_Soft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/042c_Soft.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/042d_E.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/042d_E.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/042e_Yu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/042e_Yu.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/042f_Ya.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/042f_Ya.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0431_be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0431_be.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0432_ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0432_ve.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0433_ghe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0433_ghe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0434_de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0434_de.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0436_zhe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0436_zhe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0437_ze.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0437_ze.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0438_i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0438_i.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/043b_el.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/043b_el.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/043c_em.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/043c_em.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/043d_en.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/043d_en.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/043f_pe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/043f_pe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0442_te.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0442_te.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0443_u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0443_u.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0446_tse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0446_tse.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0447_che.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0447_che.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0448_sha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0448_sha.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0449_shcha.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0449_shcha.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/044a_hard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/044a_hard.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/044b_yeru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/044b_yeru.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/044c_soft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/044c_soft.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/044d_e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/044d_e.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/044e_yu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/044e_yu.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/044f_ya.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/044f_ya.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0452_dje.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0452_dje.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0454_ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0454_ie.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0459_lje.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0459_lje.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/045a_nje.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/045a_nje.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/045f_dzhe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/045f_dzhe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0460_Omega.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0460_Omega.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0461_omega.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0461_omega.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0462_Yat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0462_Yat.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0463_yat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0463_yat.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0464_E-iotified.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0464_E-iotified.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0465_e-iotified.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0465_e-iotified.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0466_Yus-little.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0466_Yus-little.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0467_yus-little.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0467_yus-little.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/046a_Yus-big.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/046a_Yus-big.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/046b_yus-big.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/046b_yus-big.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/046e_Ksi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/046e_Ksi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/046f_ksi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/046f_ksi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0474_Izhitsa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0474_Izhitsa.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0475_izhitsa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0475_izhitsa.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0478_Uk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0478_Uk.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0479_uk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0479_uk.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/047e_Ot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/047e_Ot.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/047f_ot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/047f_ot.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0480_Koppa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0480_Koppa.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0481_koppa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0481_koppa.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0482_thousand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0482_thousand.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0483_titlo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0483_titlo.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0487_pokrytie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0487_pokrytie.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0489_million.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0489_million.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/048c_Semisoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/048c_Semisoft.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/048d_semisoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/048d_semisoft.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/048e_Er-tick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/048e_Er-tick.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/048f_er-tick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/048f_er-tick.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0490_Ghe-upturn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0490_Ghe-upturn.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0491_ghe-upturn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0491_ghe-upturn.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0492_Ghe-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0492_Ghe-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0493_ghe-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0493_ghe-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/049e_Ka-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/049e_Ka-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/049f_ka-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/049f_ka-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04a0_Ka-bashkir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04a0_Ka-bashkir.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04a1_ka-bashkir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04a1_ka-bashkir.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04a4_EnGhe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04a4_EnGhe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04a5_enghe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04a5_enghe.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04a6_Pe-midhook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04a6_Pe-midhook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04a7_pe-midhook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04a7_pe-midhook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04af_u-straight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04af_u-straight.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04b0_U-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04b0_U-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04b4_TeTse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04b4_TeTse.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04b5_tetse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04b5_tetse.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c3_Ka-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c3_Ka-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c4_ka-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c4_ka-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c5_El-tail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c5_El-tail.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c6_el-tail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c6_el-tail.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c7_En-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c7_En-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c8_en-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c8_en-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04c9_En-tail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04c9_En-tail.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04ca_en-tail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04ca_en-tail.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04cd_Em-tail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04cd_Em-tail.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04ce_em-tail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04ce_em-tail.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04fc_Ha-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04fc_Ha-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04fd_ha-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04fd_ha-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04fe_Ha-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04fe_Ha-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/04ff_ha-stroke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/04ff_ha-stroke.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0500_De-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0500_De-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0502_Dje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0502_Dje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0503_dje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0503_dje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0504_Zje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0504_Zje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0505_zje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0505_zje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0506_Dzje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0506_Dzje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0507_dzje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0507_dzje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0508_Lje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0508_Lje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0509_lje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0509_lje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/050a_Nje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/050a_Nje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/050b_nje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/050b_nje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/050c_Sje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/050c_Sje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/050e_Tje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/050e_Tje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/050f_tje-komi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/050f_tje-komi.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0512_El-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0512_El-hook.svg -------------------------------------------------------------------------------- /src/r/0400-052f_cyrillic/0513_el-hook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/0400-052f_cyrillic/0513_el-hook.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2013_ndash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2013_ndash.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2014_mdash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2014_mdash.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2016_pipes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2016_pipes.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2017_underscores.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2017_underscores.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2019_quote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2019_quote.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/201b_quote-reversed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/201b_quote-reversed.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/201d_quotes-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/201d_quotes-e.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2020_dagger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2020_dagger.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2021_daggers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2021_daggers.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2022_bullet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2022_bullet.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2026_ellipsis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2026_ellipsis.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2030_permille.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2030_permille.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2032_prime.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2032_prime.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2033_primes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2033_primes.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2034_primess.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2034_primess.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2039_guillemet-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2039_guillemet-w.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/203a_guillemet-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/203a_guillemet-e.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/203b_reference.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/203b_reference.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/203c_exclamations.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/203c_exclamations.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/203d_interrobang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/203d_interrobang.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2043_bullet-hyphen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2043_bullet-hyphen.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2044_solidus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2044_solidus.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2047_questions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2047_questions.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/205d_tricolon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/205d_tricolon.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/205e_quadcolon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/205e_quadcolon.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2071_sup-i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2071_sup-i.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/207f_sup-n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/207f_sup-n.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2080_sub-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2080_sub-0.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2081_sub-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2081_sub-1.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2082_sub-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2082_sub-2.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2083_sub-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2083_sub-3.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2084_sub-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2084_sub-4.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2085_sub-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2085_sub-5.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2086_sub-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2086_sub-6.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2087_sub-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2087_sub-7.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2088_sub-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2088_sub-8.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2089_sub-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2089_sub-9.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/208a_sub-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/208a_sub-plus.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/208b_sub-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/208b_sub-minus.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/208c_sub-equal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/208c_sub-equal.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/208d_sub-paren-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/208d_sub-paren-w.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/208e_sub-paren-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/208e_sub-paren-e.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2090_sub-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2090_sub-a.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2091_sub-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2091_sub-e.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2092_sub-o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2092_sub-o.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2093_sub-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2093_sub-x.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a0_eurocurrency.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a0_eurocurrency.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a1_colonmonetary.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a1_colonmonetary.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a2_cruzeiro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a2_cruzeiro.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a3_franc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a3_franc.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a4_lira.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a4_lira.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a5_mill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a5_mill.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a6_naira.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a6_naira.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a7_peseta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a7_peseta.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a8_rupee-legacy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a8_rupee-legacy.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20a9_won.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20a9_won.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20aa_shekel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20aa_shekel.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20ab_dong.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20ab_dong.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20ac_euro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20ac_euro.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20ad_kip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20ad_kip.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20ae_tugrik.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20ae_tugrik.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20b1_peso.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20b1_peso.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20b2_guarani.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20b2_guarani.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20b4_hryvnia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20b4_hryvnia.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20b5_cedi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20b5_cedi.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20b8_tenge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20b8_tenge.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20b9_rupee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20b9_rupee.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20ba_turkishlira.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20ba_turkishlira.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20bc_manat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20bc_manat.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20bd_ruble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20bd_ruble.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20be_lari.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20be_lari.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/20bf_bitcoin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/20bf_bitcoin.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2102_C-doublestruck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2102_C-doublestruck.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2115_N-doublestruck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2115_N-doublestruck.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2116_numero.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2116_numero.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2117_recording.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2117_recording.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/211a_Q-doublestruck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/211a_Q-doublestruck.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/211d_R-doublestruck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/211d_R-doublestruck.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/211e_prescription.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/211e_prescription.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2122_trademark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2122_trademark.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2124_Z-doublestruck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2124_Z-doublestruck.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2139_information.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2139_information.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2143_L-reversed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2143_L-reversed.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2153_onethird.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2153_onethird.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2154_twothirds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2154_twothirds.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2155_onefifth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2155_onefifth.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2156_twofifths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2156_twofifths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2157_threefifths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2157_threefifths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2158_fourfifths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2158_fourfifths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2159_onesixth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2159_onesixth.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/215a_fivesixths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/215a_fivesixths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/215b_oneeighth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/215b_oneeighth.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/215c_threeeighths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/215c_threeeighths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/215d_fiveeighths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/215d_fiveeighths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/215e_seveneighths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/215e_seveneighths.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/215f_numeratorone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/215f_numeratorone.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2183_C-reversed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2183_C-reversed.svg -------------------------------------------------------------------------------- /src/r/2010-218f_supp/2184_c-reversed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2010-218f_supp/2184_c-reversed.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/2190_arrow-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/2190_arrow-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/2194_arrow-both.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/2194_arrow-both.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/2196_arrow-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/2196_arrow-nw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21a2_arrow-tail-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21a2_arrow-tail-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21a4_arrow-from-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21a4_arrow-from-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21a8_arrow-base.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21a8_arrow-base.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21a9_arrow-hook-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21a9_arrow-hook-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21aa_arrow-hook-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21aa_arrow-hook-e.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21af_arrow-zigzag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21af_arrow-zigzag.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b0_arrow-tip-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b0_arrow-tip-nw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b1_arrow-tip-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b1_arrow-tip-ne.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b2_arrow-tip-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b2_arrow-tip-sw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b3_arrow-tip-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b3_arrow-tip-se.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b4_arrow-tip-es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b4_arrow-tip-es.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b5_arrow-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b5_arrow-sw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21b9_arrow-tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21b9_arrow-tab.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21bc_harpoon-w-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21bc_harpoon-w-up.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21be_harpoon-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21be_harpoon-ne.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21bf_harpoon-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21bf_harpoon-nw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21c0_harpoon-e-up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21c0_harpoon-e-up.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21c2_harpoon-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21c2_harpoon-se.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21c3_harpoon-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21c3_harpoon-sw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21c4_arrow-ew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21c4_arrow-ew.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21c6_arrow-we.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21c6_arrow-we.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21c7_arrow-pair-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21c7_arrow-pair-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21cb_harpoon-we.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21cb_harpoon-we.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21cc_harpoon-ew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21cc_harpoon-ew.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21d0_arrow-fat-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21d0_arrow-fat-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21d6_arrow-fat-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21d6_arrow-fat-nw.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21e4_arrow-to-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21e4_arrow-to-w.svg -------------------------------------------------------------------------------- /src/r/2190-21ff_arrow/21f1_arrow-to-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2190-21ff_arrow/21f1_arrow-to-nw.svg -------------------------------------------------------------------------------- /src/r/2200-23ff_27c0-27ff_tech/2218_ring.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2200-23ff_27c0-27ff_tech/2218_ring.svg -------------------------------------------------------------------------------- /src/r/2200-23ff_27c0-27ff_tech/221a_root.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2200-23ff_27c0-27ff_tech/221a_root.svg -------------------------------------------------------------------------------- /src/r/2200-23ff_27c0-27ff_tech/2227_and.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2200-23ff_27c0-27ff_tech/2227_and.svg -------------------------------------------------------------------------------- /src/r/2200-23ff_27c0-27ff_tech/22a8_true.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2200-23ff_27c0-27ff_tech/22a8_true.svg -------------------------------------------------------------------------------- /src/r/2200-23ff_27c0-27ff_tech/22c6_star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2200-23ff_27c0-27ff_tech/22c6_star.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2500_draw-h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2500_draw-h.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2501_draw-hb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2501_draw-hb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2502_draw-v.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2502_draw-v.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2503_draw-vb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2503_draw-vb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2504_draw-h-tri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2504_draw-h-tri.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2505_draw-hb-tri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2505_draw-hb-tri.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2506_draw-v-tri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2506_draw-v-tri.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2507_draw-vb-tri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2507_draw-vb-tri.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2508_draw-h-quad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2508_draw-h-quad.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2509_draw-hb-quad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2509_draw-hb-quad.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/250a_draw-v-quad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/250a_draw-v-quad.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/250b_draw-vb-quad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/250b_draw-vb-quad.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/250c_draw-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/250c_draw-se.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/250d_draw-seb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/250d_draw-seb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/250e_draw-sbe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/250e_draw-sbe.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/250f_draw-sbeb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/250f_draw-sbeb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2510_draw-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2510_draw-sw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2511_draw-swb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2511_draw-swb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2512_draw-sbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2512_draw-sbw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2513_draw-sbwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2513_draw-sbwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2514_draw-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2514_draw-ne.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2515_draw-neb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2515_draw-neb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2516_draw-nbe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2516_draw-nbe.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2517_draw-nbeb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2517_draw-nbeb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2518_draw-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2518_draw-nw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2519_draw-nwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2519_draw-nwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/251a_draw-nbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/251a_draw-nbw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/251b_draw-nbwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/251b_draw-nbwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/251c_draw-ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/251c_draw-ve.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/251d_draw-veb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/251d_draw-veb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/251e_draw-vnbe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/251e_draw-vnbe.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/251f_draw-vsbe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/251f_draw-vsbe.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2520_draw-vbe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2520_draw-vbe.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2521_draw-vnbeb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2521_draw-vnbeb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2522_draw-vsbeb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2522_draw-vsbeb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2523_draw-vbeb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2523_draw-vbeb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2524_draw-vw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2524_draw-vw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2525_draw-vwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2525_draw-vwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2526_draw-vnbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2526_draw-vnbw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2527_draw-vsbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2527_draw-vsbw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2528_draw-vbw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2528_draw-vbw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2529_draw-vnbwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2529_draw-vnbwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/252a_draw-vsbwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/252a_draw-vsbwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/252b_draw-vbwb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/252b_draw-vbwb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/252c_draw-hs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/252c_draw-hs.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/252d_draw-hwbs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/252d_draw-hwbs.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/252e_draw-hebs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/252e_draw-hebs.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/252f_draw-hbs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/252f_draw-hbs.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2530_draw-hsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2530_draw-hsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2531_draw-hwbsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2531_draw-hwbsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2532_draw-hebsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2532_draw-hebsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2533_draw-hbsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2533_draw-hbsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2534_draw-hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2534_draw-hn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2535_draw-hwbn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2535_draw-hwbn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2536_draw-hebn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2536_draw-hebn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2537_draw-hbn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2537_draw-hbn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2538_draw-hnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2538_draw-hnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2539_draw-hwbnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2539_draw-hwbnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/253a_draw-hebnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/253a_draw-hebnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/253b_draw-hbnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/253b_draw-hbnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/253c_draw-hv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/253c_draw-hv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/253d_draw-hwbv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/253d_draw-hwbv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/253e_draw-hebv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/253e_draw-hebv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/253f_draw-hbv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/253f_draw-hbv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2540_draw-hvnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2540_draw-hvnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2541_draw-hvsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2541_draw-hvsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2542_draw-hvb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2542_draw-hvb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2543_draw-hwbvnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2543_draw-hwbvnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2544_draw-hebvnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2544_draw-hebvnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2545_draw-hwbvsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2545_draw-hwbvsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2546_draw-hebvsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2546_draw-hebvsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2547_draw-hbvnb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2547_draw-hbvnb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2548_draw-hbvsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2548_draw-hbvsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2549_draw-hwbvb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2549_draw-hwbvb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/254a_draw-hebvb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/254a_draw-hebvb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/254b_draw-hbvb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/254b_draw-hbvb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/254c_draw-h-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/254c_draw-h-bi.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/254d_draw-hb-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/254d_draw-hb-bi.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/254e_draw-v-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/254e_draw-v-bi.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/254f_draw-vb-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/254f_draw-vb-bi.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2550_draw-hh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2550_draw-hh.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2551_draw-vv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2551_draw-vv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2552_draw-see.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2552_draw-see.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2553_draw-sse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2553_draw-sse.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2554_draw-ssee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2554_draw-ssee.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2555_draw-sww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2555_draw-sww.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2556_draw-ssw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2556_draw-ssw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2557_draw-ssww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2557_draw-ssww.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2558_draw-nee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2558_draw-nee.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2559_draw-nne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2559_draw-nne.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/255a_draw-nnee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/255a_draw-nnee.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/255b_draw-nww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/255b_draw-nww.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/255c_draw-nnw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/255c_draw-nnw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/255d_draw-nnww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/255d_draw-nnww.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/255e_draw-vee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/255e_draw-vee.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/255f_draw-vve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/255f_draw-vve.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2560_draw-vvee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2560_draw-vvee.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2561_draw-vww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2561_draw-vww.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2562_draw-vvw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2562_draw-vvw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2563_draw-vvww.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2563_draw-vvww.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2564_draw-hhs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2564_draw-hhs.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2565_draw-hss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2565_draw-hss.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2566_draw-hhss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2566_draw-hhss.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2567_draw-hhn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2567_draw-hhn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2568_draw-hnn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2568_draw-hnn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2569_draw-hhnn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2569_draw-hhnn.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/256a_draw-hhv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/256a_draw-hhv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/256b_draw-hvv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/256b_draw-hvv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/256c_draw-hhvv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/256c_draw-hhvv.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/256d_draw-round-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/256d_draw-round-se.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/256e_draw-round-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/256e_draw-round-sw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/256f_draw-round-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/256f_draw-round-nw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2570_draw-round-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2570_draw-round-ne.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2571_draw-swne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2571_draw-swne.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2572_draw-nwse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2572_draw-nwse.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2573_draw-cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2573_draw-cross.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2574_draw-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2574_draw-w.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2575_draw-n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2575_draw-n.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2576_draw-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2576_draw-e.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2577_draw-s.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2577_draw-s.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2578_draw-wb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2578_draw-wb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2579_draw-nb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2579_draw-nb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/257a_draw-eb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/257a_draw-eb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/257b_draw-sb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/257b_draw-sb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/257c_draw-web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/257c_draw-web.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/257d_draw-nsb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/257d_draw-nsb.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/257e_draw-wbe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/257e_draw-wbe.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/257f_draw-nbs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/257f_draw-nbs.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2580_box-n-onehalf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2580_box-n-onehalf.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2581_box-s-oneeighth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2581_box-s-oneeighth.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2584_box-s-onehalf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2584_box-s-onehalf.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2588_box-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2588_box-full.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/258c_box-w-onehalf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/258c_box-w-onehalf.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/258f_box-w-oneeighth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/258f_box-w-oneeighth.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2590_box-e-onehalf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2590_box-e-onehalf.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2591_shade-light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2591_shade-light.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2592_shade-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2592_shade-medium.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2593_shade-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2593_shade-dark.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2594_box-n-oneeighth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2594_box-n-oneeighth.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2595_box-e-oneeighth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2595_box-e-oneeighth.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2596_quad-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2596_quad-sw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2597_quad-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2597_quad-se.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2598_quad-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2598_quad-nw.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/2599_quad-nei.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/2599_quad-nei.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/259a_quad-nwse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/259a_quad-nwse.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/259b_quad-sei.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/259b_quad-sei.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/259c_quad-swi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/259c_quad-swi.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/259d_quad-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/259d_quad-ne.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/259e_quad-swne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/259e_quad-swne.svg -------------------------------------------------------------------------------- /src/r/2500-259f_box/259f_quad-nwi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2500-259f_box/259f_quad-nwi.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25a0_square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25a0_square.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25a1_square-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25a1_square-outline.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25aa_square-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25aa_square-small.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25b2_triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25b2_triangle.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25b4_triangle-small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25b4_triangle-small.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25ba_triangle-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25ba_triangle-e.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25c6_diamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25c6_diamond.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25ca_lozenge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25ca_lozenge.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25cb_circle-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25cb_circle-outline.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25cf_circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25cf_circle.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25d0_pie-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25d0_pie-half.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25d4_pie-quarter-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25d4_pie-quarter-ne.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25d6_circle-half.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25d6_circle-half.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e2_triangle-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e2_triangle-se.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e3_triangle-sw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e3_triangle-sw.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e4_triangle-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e4_triangle-nw.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e5_triangle-ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e5_triangle-ne.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e7_square-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e7_square-w.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e8_square-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e8_square-e.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25e9_square-nw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25e9_square-nw.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25ea_square-se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25ea_square-se.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25eb_square-bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25eb_square-bi.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/25fc_square-medium.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/25fc_square-medium.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2600_sun-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2600_sun-dark.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2601_cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2601_cloud.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2605_star-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2605_star-dark.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2610_ballot-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2610_ballot-empty.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2611_ballot-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2611_ballot-check.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2612_ballot-cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2612_ballot-cross.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2630_trigram-heaven.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2630_trigram-heaven.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2631_trigram-lake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2631_trigram-lake.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2632_trigram-fire.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2632_trigram-fire.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2634_trigram-wind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2634_trigram-wind.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2635_trigram-water.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2635_trigram-water.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2637_trigram-earth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2637_trigram-earth.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2639_frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2639_frown.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/263a_smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/263a_smile.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2640_female.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2640_female.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2642_male.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2642_male.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2660_suit-spade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2660_suit-spade.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2663_suit-club.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2663_suit-club.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2665_suit-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2665_suit-heart.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2666_suit-diamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2666_suit-diamond.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2669_note-quarter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2669_note-quarter.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/266a_note-eighth.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/266a_note-eighth.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/266b_note-eighths.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/266b_note-eighths.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2680_die1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2680_die1.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2681_die2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2681_die2.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2682_die3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2682_die3.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2683_die4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2683_die4.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2684_die5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2684_die5.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2685_die6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2685_die6.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/268a_monogram-yang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/268a_monogram-yang.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/268b_monogram-yin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/268b_monogram-yin.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/26a1_lightning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/26a1_lightning.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2713_check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2713_check.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2715_cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2715_cross.svg -------------------------------------------------------------------------------- /src/r/25a0-27bf_misc/2a3f_amalgamation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/25a0-27bf_misc/2a3f_amalgamation.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2801_braille-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2801_braille-1.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2802_braille-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2802_braille-2.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2803_braille-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2803_braille-12.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2804_braille-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2804_braille-3.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2805_braille-13.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2805_braille-13.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2806_braille-23.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2806_braille-23.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2807_braille-123.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2807_braille-123.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2808_braille-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2808_braille-4.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2809_braille-14.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2809_braille-14.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/280a_braille-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/280a_braille-24.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/280b_braille-124.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/280b_braille-124.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/280c_braille-34.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/280c_braille-34.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/280d_braille-134.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/280d_braille-134.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/280e_braille-234.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/280e_braille-234.svg -------------------------------------------------------------------------------- /src/r/2800-28ff_braille/2810_braille-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/2800-28ff_braille/2810_braille-5.svg -------------------------------------------------------------------------------- /src/r/_extra/00_notdef.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/00_notdef.svg -------------------------------------------------------------------------------- /src/r/_extra/01_A-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/01_A-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/02_B-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/02_B-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/03_C-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/03_C-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/04_D-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/04_D-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/05_E-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/05_E-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/06_F-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/06_F-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/07_G-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/07_G-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/08_H-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/08_H-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/09_I-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/09_I-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/0a_J-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/0a_J-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/0b_K-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/0b_K-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/0c_L-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/0c_L-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/0d_l-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/0d_l-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/0e_M-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/0e_M-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/0f_N-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/0f_N-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/10_O-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/10_O-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/11_P-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/11_P-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/12_R-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/12_R-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/13_S-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/13_S-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/14_T-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/14_T-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/15_U-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/15_U-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/16_V-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/16_V-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/17_W-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/17_W-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/18_X-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/18_X-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/19_Y-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/19_Y-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/1a_Z-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/1a_Z-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/1b_AE-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/1b_AE-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/1c_O-slash-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/1c_O-slash-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/1d_Ezh-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/1d_Ezh-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/1e_Gamma-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/1e_Gamma-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/1f_U-cyrillic-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/1f_U-cyrillic-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/20_Izhitsa-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/20_Izhitsa-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/21_Schwa-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/21_Schwa-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/22_Ze-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/22_Ze-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/23_O-stroke-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/23_O-stroke-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/24_E-cyrillic-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/24_E-cyrillic-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/25_Che-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/25_Che-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/26_Yeru-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/26_Yeru-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/27_O-horn-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/27_O-horn-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/28_U-horn-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/28_U-horn-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/29_Omega-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/29_Omega-duck.svg -------------------------------------------------------------------------------- /src/r/_extra/2a_diaeresis-duck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/_extra/2a_diaeresis-duck.svg -------------------------------------------------------------------------------- /src/r/e0a0-e0bf_powerline/e0a0_branch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/e0a0-e0bf_powerline/e0a0_branch.svg -------------------------------------------------------------------------------- /src/r/e0a0-e0bf_powerline/e0a2_lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/e0a0-e0bf_powerline/e0a2_lock.svg -------------------------------------------------------------------------------- /src/r/e0a0-e0bf_powerline/e0b0_sep-e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/e0a0-e0bf_powerline/e0b0_sep-e.svg -------------------------------------------------------------------------------- /src/r/e0a0-e0bf_powerline/e0b2_sep-w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/r/e0a0-e0bf_powerline/e0b2_sep-w.svg -------------------------------------------------------------------------------- /src/z/0020-007f_ascii/002d_minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blobject/agave/HEAD/src/z/0020-007f_ascii/002d_minus.svg --------------------------------------------------------------------------------