anki/ts/deck-options/icons.ts
2022-10-26 11:32:18 +10:00

11 lines
564 B
TypeScript

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
/// <reference types="../lib/image-import" />
export { default as manualIcon } from "@mdi/svg/svg/book-open-variant.svg";
export { default as chevronDown } from "@mdi/svg/svg/chevron-down.svg";
export { default as revertIcon } from "bootstrap-icons/icons/arrow-counterclockwise.svg";
export { default as gearIcon } from "bootstrap-icons/icons/gear.svg";
export { default as infoCircle } from "bootstrap-icons/icons/info-circle.svg";