diff --git a/frontend/resources/images/icons/text-font-family.svg b/frontend/resources/images/icons/text-font-family.svg new file mode 100644 index 0000000000..bc7f333ec2 --- /dev/null +++ b/frontend/resources/images/icons/text-font-family.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/text-font-weight.svg b/frontend/resources/images/icons/text-font-weight.svg new file mode 100644 index 0000000000..6f096afc7b --- /dev/null +++ b/frontend/resources/images/icons/text-font-weight.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/resources/images/icons/text-typography.svg b/frontend/resources/images/icons/text-typography.svg new file mode 100644 index 0000000000..522e63915f --- /dev/null +++ b/frontend/resources/images/icons/text-typography.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs b/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs index e71bb8f4c7..8fdd267c2f 100644 --- a/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs +++ b/frontend/src/app/main/ui/ds/foundations/assets/icon.cljs @@ -260,7 +260,9 @@ (def ^:icon-id text-auto-width "text-auto-width") (def ^:icon-id text-bottom "text-bottom") (def ^:icon-id text-fixed "text-fixed") +(def ^:icon-id text-font-family "text-font-family") (def ^:icon-id text-font-size "text-font-size") +(def ^:icon-id text-font-weight "text-font-weight") (def ^:icon-id text-justify "text-justify") (def ^:icon-id text-letterspacing "text-letterspacing") (def ^:icon-id text-lineheight "text-lineheight") @@ -273,6 +275,7 @@ (def ^:icon-id text-rtl "text-rtl") (def ^:icon-id text-stroked "text-stroked") (def ^:icon-id text-top "text-top") +(def ^:icon-id text-typography "text-typography") (def ^:icon-id text-underlined "text-underlined") (def ^:icon-id text-uppercase "text-uppercase") (def ^:icon-id thumbnail "thumbnail") diff --git a/frontend/src/app/main/ui/icons.cljs b/frontend/src/app/main/ui/icons.cljs index b344a4aebe..665f5b6eb1 100644 --- a/frontend/src/app/main/ui/icons.cljs +++ b/frontend/src/app/main/ui/icons.cljs @@ -240,7 +240,9 @@ (def ^:icon text-auto-width (icon-xref :text-auto-width)) (def ^:icon text-bottom (icon-xref :text-bottom)) (def ^:icon text-fixed (icon-xref :text-fixed)) +(def ^:icon text-font-family (icon-xref :text-font-family)) (def ^:icon text-font-size (icon-xref :text-font-size)) +(def ^:icon text-font-weight (icon-xref :text-font-weight)) (def ^:icon text-justify (icon-xref :text-justify)) (def ^:icon text-letterspacing (icon-xref :text-letterspacing)) (def ^:icon text-lineheight (icon-xref :text-lineheight)) @@ -253,6 +255,7 @@ (def ^:icon text-rtl (icon-xref :text-rtl)) (def ^:icon text-stroked (icon-xref :text-stroked)) (def ^:icon text-top (icon-xref :text-top)) +(def ^:icon text-typography (icon-xref :text-typography)) (def ^:icon text-underlined (icon-xref :text-underlined)) (def ^:icon text-uppercase (icon-xref :text-uppercase)) (def ^:icon thumbnail (icon-xref :thumbnail))