mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Use outline version for tag icon
This commit is contained in:
parent
a3165d7f07
commit
338c76e9f7
1 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@
|
||||||
/// <reference types="../../lib/image-import" />
|
/// <reference types="../../lib/image-import" />
|
||||||
|
|
||||||
export { default as dotsIcon } from "@mdi/svg/svg/dots-vertical.svg";
|
export { default as dotsIcon } from "@mdi/svg/svg/dots-vertical.svg";
|
||||||
export { default as tagIcon } from "@mdi/svg/svg/tag.svg";
|
export { default as tagIcon } from "@mdi/svg/svg/tag-outline.svg";
|
||||||
export { default as addTagIcon } from "@mdi/svg/svg/tag-plus.svg";
|
export { default as addTagIcon } from "@mdi/svg/svg/tag-plus-outline.svg";
|
||||||
|
|
Loading…
Reference in a new issue