Add new color icons

This commit is contained in:
Henrik Giesel 2021-05-30 20:09:09 +02:00
parent bb2026f3f8
commit 09af4d5ecd
2 changed files with 7 additions and 0 deletions

View file

@ -113,6 +113,10 @@ copy_mdi_icons(
"function-variant.svg",
"code-brackets.svg",
"xml.svg",
"format-color-text.svg",
"format-color-highlight.svg",
"color-helper.svg",
],
visibility = ["//visibility:public"],
)

View file

@ -21,6 +21,9 @@ export { default as indentIcon } from "./text-indent-left.svg";
export { default as outdentIcon } from "./text-indent-right.svg";
export { default as squareFillIcon } from "./square-fill.svg";
export { default as textColorIcon } from "./format-color-text.svg";
export { default as highlightColorIcon } from "./format-color-highlight.svg";
export { default as colorHelper } from "./color-helper.svg";
export { default as paperclipIcon } from "./paperclip.svg";
export { default as micIcon } from "./mic.svg";