mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Add new color icons
This commit is contained in:
parent
bb2026f3f8
commit
09af4d5ecd
2 changed files with 7 additions and 0 deletions
|
@ -113,6 +113,10 @@ copy_mdi_icons(
|
||||||
"function-variant.svg",
|
"function-variant.svg",
|
||||||
"code-brackets.svg",
|
"code-brackets.svg",
|
||||||
"xml.svg",
|
"xml.svg",
|
||||||
|
|
||||||
|
"format-color-text.svg",
|
||||||
|
"format-color-highlight.svg",
|
||||||
|
"color-helper.svg",
|
||||||
],
|
],
|
||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
|
@ -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 outdentIcon } from "./text-indent-right.svg";
|
||||||
|
|
||||||
export { default as squareFillIcon } from "./square-fill.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 paperclipIcon } from "./paperclip.svg";
|
||||||
export { default as micIcon } from "./mic.svg";
|
export { default as micIcon } from "./mic.svg";
|
||||||
|
|
Loading…
Reference in a new issue