From 037fc6e31bba59fc416ca8e36fc7dc1547c7a485 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Mon, 19 Oct 2020 18:22:57 +0300 Subject: add svg glyphs from scans --- glyphs/a.svg | 386 ++++++++++++++++++++++++++++++++++++ glyphs/asterisk.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/backslash.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/be.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/che.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/colon.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/comma.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/de.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/dot.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/e.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/ef.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/el.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/em-dash.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/em.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/en.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/equals.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/er.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/es.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/exclam.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/ge.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/hyphen1.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/hyphen2.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/i.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/j.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/ja.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/je.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/jo.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/ju.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/ka.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/kha.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/lparen.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/lquot.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/mznak.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/o.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/pe.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/question.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/rparen.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/rquot.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/semicolon.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/sha.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/shcha.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/slash.svg | 542 +++++++++++++++++++++++++++++++++++++++++++++++++++ glyphs/te.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/tse.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/tznak.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/u.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/ve.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/y.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/ze.svg | 475 ++++++++++++++++++++++++++++++++++++++++++++ glyphs/zhe.svg | 476 ++++++++++++++++++++++++++++++++++++++++++++ 50 files changed, 24824 insertions(+) create mode 100755 glyphs/a.svg create mode 100755 glyphs/asterisk.svg create mode 100755 glyphs/backslash.svg create mode 100755 glyphs/be.svg create mode 100755 glyphs/che.svg create mode 100755 glyphs/colon.svg create mode 100755 glyphs/comma.svg create mode 100755 glyphs/de.svg create mode 100755 glyphs/dot.svg create mode 100755 glyphs/e.svg create mode 100755 glyphs/ef.svg create mode 100755 glyphs/el.svg create mode 100755 glyphs/em-dash.svg create mode 100755 glyphs/em.svg create mode 100755 glyphs/en.svg create mode 100755 glyphs/equals.svg create mode 100755 glyphs/er.svg create mode 100755 glyphs/es.svg create mode 100755 glyphs/exclam.svg create mode 100755 glyphs/ge.svg create mode 100755 glyphs/hyphen1.svg create mode 100755 glyphs/hyphen2.svg create mode 100755 glyphs/i.svg create mode 100755 glyphs/j.svg create mode 100755 glyphs/ja.svg create mode 100755 glyphs/je.svg create mode 100755 glyphs/jo.svg create mode 100755 glyphs/ju.svg create mode 100755 glyphs/ka.svg create mode 100755 glyphs/kha.svg create mode 100755 glyphs/lparen.svg create mode 100755 glyphs/lquot.svg create mode 100755 glyphs/mznak.svg create mode 100755 glyphs/o.svg create mode 100755 glyphs/pe.svg create mode 100755 glyphs/question.svg create mode 100755 glyphs/rparen.svg create mode 100755 glyphs/rquot.svg create mode 100755 glyphs/semicolon.svg create mode 100755 glyphs/sha.svg create mode 100755 glyphs/shcha.svg create mode 100755 glyphs/slash.svg create mode 100755 glyphs/te.svg create mode 100755 glyphs/tse.svg create mode 100755 glyphs/tznak.svg create mode 100755 glyphs/u.svg create mode 100755 glyphs/ve.svg create mode 100755 glyphs/y.svg create mode 100755 glyphs/ze.svg create mode 100755 glyphs/zhe.svg diff --git a/glyphs/a.svg b/glyphs/a.svg new file mode 100755 index 0000000..0617a0f --- /dev/null +++ b/glyphs/a.svg @@ -0,0 +1,386 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/asterisk.svg b/glyphs/asterisk.svg new file mode 100755 index 0000000..909575d --- /dev/null +++ b/glyphs/asterisk.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/backslash.svg b/glyphs/backslash.svg new file mode 100755 index 0000000..dfb149c --- /dev/null +++ b/glyphs/backslash.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/be.svg b/glyphs/be.svg new file mode 100755 index 0000000..03d44ad --- /dev/null +++ b/glyphs/be.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/che.svg b/glyphs/che.svg new file mode 100755 index 0000000..b35eb0a --- /dev/null +++ b/glyphs/che.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/colon.svg b/glyphs/colon.svg new file mode 100755 index 0000000..0a63043 --- /dev/null +++ b/glyphs/colon.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/comma.svg b/glyphs/comma.svg new file mode 100755 index 0000000..10b8471 --- /dev/null +++ b/glyphs/comma.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/de.svg b/glyphs/de.svg new file mode 100755 index 0000000..545baa3 --- /dev/null +++ b/glyphs/de.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/dot.svg b/glyphs/dot.svg new file mode 100755 index 0000000..51f5f90 --- /dev/null +++ b/glyphs/dot.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/e.svg b/glyphs/e.svg new file mode 100755 index 0000000..e0f230f --- /dev/null +++ b/glyphs/e.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ef.svg b/glyphs/ef.svg new file mode 100755 index 0000000..049d185 --- /dev/null +++ b/glyphs/ef.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/el.svg b/glyphs/el.svg new file mode 100755 index 0000000..856e64a --- /dev/null +++ b/glyphs/el.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/em-dash.svg b/glyphs/em-dash.svg new file mode 100755 index 0000000..c020b8c --- /dev/null +++ b/glyphs/em-dash.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/em.svg b/glyphs/em.svg new file mode 100755 index 0000000..7a7b85c --- /dev/null +++ b/glyphs/em.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/en.svg b/glyphs/en.svg new file mode 100755 index 0000000..afb1864 --- /dev/null +++ b/glyphs/en.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/equals.svg b/glyphs/equals.svg new file mode 100755 index 0000000..0a7ed52 --- /dev/null +++ b/glyphs/equals.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/er.svg b/glyphs/er.svg new file mode 100755 index 0000000..e029afd --- /dev/null +++ b/glyphs/er.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/es.svg b/glyphs/es.svg new file mode 100755 index 0000000..65b4327 --- /dev/null +++ b/glyphs/es.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/exclam.svg b/glyphs/exclam.svg new file mode 100755 index 0000000..aa43514 --- /dev/null +++ b/glyphs/exclam.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ge.svg b/glyphs/ge.svg new file mode 100755 index 0000000..30f4d10 --- /dev/null +++ b/glyphs/ge.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/hyphen1.svg b/glyphs/hyphen1.svg new file mode 100755 index 0000000..1b9b62c --- /dev/null +++ b/glyphs/hyphen1.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/hyphen2.svg b/glyphs/hyphen2.svg new file mode 100755 index 0000000..a14dd5c --- /dev/null +++ b/glyphs/hyphen2.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/i.svg b/glyphs/i.svg new file mode 100755 index 0000000..8ef737b --- /dev/null +++ b/glyphs/i.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/j.svg b/glyphs/j.svg new file mode 100755 index 0000000..f70f51d --- /dev/null +++ b/glyphs/j.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ja.svg b/glyphs/ja.svg new file mode 100755 index 0000000..08c4819 --- /dev/null +++ b/glyphs/ja.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/je.svg b/glyphs/je.svg new file mode 100755 index 0000000..df56f66 --- /dev/null +++ b/glyphs/je.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/jo.svg b/glyphs/jo.svg new file mode 100755 index 0000000..b2d7556 --- /dev/null +++ b/glyphs/jo.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ju.svg b/glyphs/ju.svg new file mode 100755 index 0000000..500fd1e --- /dev/null +++ b/glyphs/ju.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ka.svg b/glyphs/ka.svg new file mode 100755 index 0000000..0ceecdd --- /dev/null +++ b/glyphs/ka.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/kha.svg b/glyphs/kha.svg new file mode 100755 index 0000000..5e1635a --- /dev/null +++ b/glyphs/kha.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/lparen.svg b/glyphs/lparen.svg new file mode 100755 index 0000000..c90db33 --- /dev/null +++ b/glyphs/lparen.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/lquot.svg b/glyphs/lquot.svg new file mode 100755 index 0000000..1e8b778 --- /dev/null +++ b/glyphs/lquot.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/mznak.svg b/glyphs/mznak.svg new file mode 100755 index 0000000..17719cd --- /dev/null +++ b/glyphs/mznak.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/o.svg b/glyphs/o.svg new file mode 100755 index 0000000..879160f --- /dev/null +++ b/glyphs/o.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/pe.svg b/glyphs/pe.svg new file mode 100755 index 0000000..85056d0 --- /dev/null +++ b/glyphs/pe.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/question.svg b/glyphs/question.svg new file mode 100755 index 0000000..7c19c69 --- /dev/null +++ b/glyphs/question.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/rparen.svg b/glyphs/rparen.svg new file mode 100755 index 0000000..c7beb09 --- /dev/null +++ b/glyphs/rparen.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/rquot.svg b/glyphs/rquot.svg new file mode 100755 index 0000000..2980ba6 --- /dev/null +++ b/glyphs/rquot.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/semicolon.svg b/glyphs/semicolon.svg new file mode 100755 index 0000000..69e612c --- /dev/null +++ b/glyphs/semicolon.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/sha.svg b/glyphs/sha.svg new file mode 100755 index 0000000..7218fc3 --- /dev/null +++ b/glyphs/sha.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/shcha.svg b/glyphs/shcha.svg new file mode 100755 index 0000000..5072770 --- /dev/null +++ b/glyphs/shcha.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/slash.svg b/glyphs/slash.svg new file mode 100755 index 0000000..3f7b31a --- /dev/null +++ b/glyphs/slash.svg @@ -0,0 +1,542 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/te.svg b/glyphs/te.svg new file mode 100755 index 0000000..8a31d8b --- /dev/null +++ b/glyphs/te.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/tse.svg b/glyphs/tse.svg new file mode 100755 index 0000000..96630aa --- /dev/null +++ b/glyphs/tse.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/tznak.svg b/glyphs/tznak.svg new file mode 100755 index 0000000..059cf6c --- /dev/null +++ b/glyphs/tznak.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/u.svg b/glyphs/u.svg new file mode 100755 index 0000000..25abe38 --- /dev/null +++ b/glyphs/u.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ve.svg b/glyphs/ve.svg new file mode 100755 index 0000000..11f66ba --- /dev/null +++ b/glyphs/ve.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/y.svg b/glyphs/y.svg new file mode 100755 index 0000000..263612e --- /dev/null +++ b/glyphs/y.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/ze.svg b/glyphs/ze.svg new file mode 100755 index 0000000..4851827 --- /dev/null +++ b/glyphs/ze.svg @@ -0,0 +1,475 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/glyphs/zhe.svg b/glyphs/zhe.svg new file mode 100755 index 0000000..4e7aed9 --- /dev/null +++ b/glyphs/zhe.svg @@ -0,0 +1,476 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3