From 6a18791c30684f8d6af56daccae1911e373811ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Fri, 5 Jul 2024 15:26:45 +0200 Subject: [PATCH] :sparkles: Add character icons --- .../resources/images/icons/character-a.svg | 3 +++ .../resources/images/icons/character-b.svg | 3 +++ .../resources/images/icons/character-c.svg | 3 +++ .../resources/images/icons/character-d.svg | 3 +++ .../resources/images/icons/character-e.svg | 3 +++ .../resources/images/icons/character-f.svg | 3 +++ .../resources/images/icons/character-g.svg | 3 +++ .../resources/images/icons/character-h.svg | 3 +++ .../resources/images/icons/character-i.svg | 3 +++ .../resources/images/icons/character-j.svg | 3 +++ .../resources/images/icons/character-k.svg | 3 +++ .../resources/images/icons/character-l.svg | 3 +++ .../resources/images/icons/character-m.svg | 3 +++ .../resources/images/icons/character-n.svg | 3 +++ .../images/icons/character-ntilde.svg | 3 +++ .../resources/images/icons/character-o.svg | 3 +++ .../resources/images/icons/character-p.svg | 3 +++ .../resources/images/icons/character-q.svg | 3 +++ .../resources/images/icons/character-r.svg | 3 +++ .../resources/images/icons/character-s.svg | 3 +++ .../resources/images/icons/character-t.svg | 3 +++ .../resources/images/icons/character-u.svg | 3 +++ .../resources/images/icons/character-v.svg | 3 +++ .../resources/images/icons/character-w.svg | 3 +++ .../resources/images/icons/character-x.svg | 3 +++ .../resources/images/icons/character-y.svg | 3 +++ .../resources/images/icons/character-z.svg | 3 +++ .../src/app/main/ui/ds/foundations/icon.cljs | 27 +++++++++++++++++++ 28 files changed, 108 insertions(+) create mode 100644 frontend/resources/images/icons/character-a.svg create mode 100644 frontend/resources/images/icons/character-b.svg create mode 100644 frontend/resources/images/icons/character-c.svg create mode 100644 frontend/resources/images/icons/character-d.svg create mode 100644 frontend/resources/images/icons/character-e.svg create mode 100644 frontend/resources/images/icons/character-f.svg create mode 100644 frontend/resources/images/icons/character-g.svg create mode 100644 frontend/resources/images/icons/character-h.svg create mode 100644 frontend/resources/images/icons/character-i.svg create mode 100644 frontend/resources/images/icons/character-j.svg create mode 100644 frontend/resources/images/icons/character-k.svg create mode 100644 frontend/resources/images/icons/character-l.svg create mode 100644 frontend/resources/images/icons/character-m.svg create mode 100644 frontend/resources/images/icons/character-n.svg create mode 100644 frontend/resources/images/icons/character-ntilde.svg create mode 100644 frontend/resources/images/icons/character-o.svg create mode 100644 frontend/resources/images/icons/character-p.svg create mode 100644 frontend/resources/images/icons/character-q.svg create mode 100644 frontend/resources/images/icons/character-r.svg create mode 100644 frontend/resources/images/icons/character-s.svg create mode 100644 frontend/resources/images/icons/character-t.svg create mode 100644 frontend/resources/images/icons/character-u.svg create mode 100644 frontend/resources/images/icons/character-v.svg create mode 100644 frontend/resources/images/icons/character-w.svg create mode 100644 frontend/resources/images/icons/character-x.svg create mode 100644 frontend/resources/images/icons/character-y.svg create mode 100644 frontend/resources/images/icons/character-z.svg diff --git a/frontend/resources/images/icons/character-a.svg b/frontend/resources/images/icons/character-a.svg new file mode 100644 index 000000000..3a740083a --- /dev/null +++ b/frontend/resources/images/icons/character-a.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-b.svg b/frontend/resources/images/icons/character-b.svg new file mode 100644 index 000000000..39fe59dd5 --- /dev/null +++ b/frontend/resources/images/icons/character-b.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-c.svg b/frontend/resources/images/icons/character-c.svg new file mode 100644 index 000000000..73347384d --- /dev/null +++ b/frontend/resources/images/icons/character-c.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-d.svg b/frontend/resources/images/icons/character-d.svg new file mode 100644 index 000000000..d585f275b --- /dev/null +++ b/frontend/resources/images/icons/character-d.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-e.svg b/frontend/resources/images/icons/character-e.svg new file mode 100644 index 000000000..eb7ac8837 --- /dev/null +++ b/frontend/resources/images/icons/character-e.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-f.svg b/frontend/resources/images/icons/character-f.svg new file mode 100644 index 000000000..c6ddd2c4d --- /dev/null +++ b/frontend/resources/images/icons/character-f.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-g.svg b/frontend/resources/images/icons/character-g.svg new file mode 100644 index 000000000..fd87e7fc0 --- /dev/null +++ b/frontend/resources/images/icons/character-g.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-h.svg b/frontend/resources/images/icons/character-h.svg new file mode 100644 index 000000000..082571f40 --- /dev/null +++ b/frontend/resources/images/icons/character-h.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-i.svg b/frontend/resources/images/icons/character-i.svg new file mode 100644 index 000000000..567b9f471 --- /dev/null +++ b/frontend/resources/images/icons/character-i.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-j.svg b/frontend/resources/images/icons/character-j.svg new file mode 100644 index 000000000..b90b0bca6 --- /dev/null +++ b/frontend/resources/images/icons/character-j.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-k.svg b/frontend/resources/images/icons/character-k.svg new file mode 100644 index 000000000..dacc93917 --- /dev/null +++ b/frontend/resources/images/icons/character-k.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-l.svg b/frontend/resources/images/icons/character-l.svg new file mode 100644 index 000000000..9b4f0b17d --- /dev/null +++ b/frontend/resources/images/icons/character-l.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-m.svg b/frontend/resources/images/icons/character-m.svg new file mode 100644 index 000000000..771d684a0 --- /dev/null +++ b/frontend/resources/images/icons/character-m.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-n.svg b/frontend/resources/images/icons/character-n.svg new file mode 100644 index 000000000..ec006c85a --- /dev/null +++ b/frontend/resources/images/icons/character-n.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-ntilde.svg b/frontend/resources/images/icons/character-ntilde.svg new file mode 100644 index 000000000..fded9d9ba --- /dev/null +++ b/frontend/resources/images/icons/character-ntilde.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-o.svg b/frontend/resources/images/icons/character-o.svg new file mode 100644 index 000000000..3d01ad2f7 --- /dev/null +++ b/frontend/resources/images/icons/character-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-p.svg b/frontend/resources/images/icons/character-p.svg new file mode 100644 index 000000000..1e272df2c --- /dev/null +++ b/frontend/resources/images/icons/character-p.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-q.svg b/frontend/resources/images/icons/character-q.svg new file mode 100644 index 000000000..6ead103be --- /dev/null +++ b/frontend/resources/images/icons/character-q.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-r.svg b/frontend/resources/images/icons/character-r.svg new file mode 100644 index 000000000..120e254e2 --- /dev/null +++ b/frontend/resources/images/icons/character-r.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-s.svg b/frontend/resources/images/icons/character-s.svg new file mode 100644 index 000000000..796a64e13 --- /dev/null +++ b/frontend/resources/images/icons/character-s.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-t.svg b/frontend/resources/images/icons/character-t.svg new file mode 100644 index 000000000..1c8b6ba10 --- /dev/null +++ b/frontend/resources/images/icons/character-t.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-u.svg b/frontend/resources/images/icons/character-u.svg new file mode 100644 index 000000000..d07aef54e --- /dev/null +++ b/frontend/resources/images/icons/character-u.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-v.svg b/frontend/resources/images/icons/character-v.svg new file mode 100644 index 000000000..d28b777f0 --- /dev/null +++ b/frontend/resources/images/icons/character-v.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-w.svg b/frontend/resources/images/icons/character-w.svg new file mode 100644 index 000000000..8ecae0bf5 --- /dev/null +++ b/frontend/resources/images/icons/character-w.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-x.svg b/frontend/resources/images/icons/character-x.svg new file mode 100644 index 000000000..2253d0d17 --- /dev/null +++ b/frontend/resources/images/icons/character-x.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-y.svg b/frontend/resources/images/icons/character-y.svg new file mode 100644 index 000000000..add5b34b8 --- /dev/null +++ b/frontend/resources/images/icons/character-y.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/character-z.svg b/frontend/resources/images/icons/character-z.svg new file mode 100644 index 000000000..4df568995 --- /dev/null +++ b/frontend/resources/images/icons/character-z.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/src/app/main/ui/ds/foundations/icon.cljs b/frontend/src/app/main/ui/ds/foundations/icon.cljs index 156c79744..b36406f1f 100644 --- a/frontend/src/app/main/ui/ds/foundations/icon.cljs +++ b/frontend/src/app/main/ui/ds/foundations/icon.cljs @@ -59,6 +59,33 @@ (def ^:icon-id boolean-intersection "boolean-intersection") (def ^:icon-id boolean-union "boolean-union") (def ^:icon-id bug "bug") +(def ^:icon-id character-a "character-a") +(def ^:icon-id character-b "character-b") +(def ^:icon-id character-c "character-c") +(def ^:icon-id character-d "character-d") +(def ^:icon-id character-e "character-e") +(def ^:icon-id character-f "character-f") +(def ^:icon-id character-g "character-g") +(def ^:icon-id character-h "character-h") +(def ^:icon-id character-i "character-i") +(def ^:icon-id character-j "character-j") +(def ^:icon-id character-k "character-k") +(def ^:icon-id character-l "character-l") +(def ^:icon-id character-m "character-m") +(def ^:icon-id character-n "character-n") +(def ^:icon-id character-ntilde "character-ntilde") +(def ^:icon-id character-o "character-o") +(def ^:icon-id character-p "character-p") +(def ^:icon-id character-q "character-q") +(def ^:icon-id character-r "character-r") +(def ^:icon-id character-s "character-s") +(def ^:icon-id character-t "character-t") +(def ^:icon-id character-u "character-u") +(def ^:icon-id character-v "character-v") +(def ^:icon-id character-w "character-w") +(def ^:icon-id character-x "character-x") +(def ^:icon-id character-y "character-y") +(def ^:icon-id character-z "character-z") (def ^:icon-id clip-content "clip-content") (def ^:icon-id clipboard "clipboard") (def ^:icon-id close-small "close-small")