Anki/ts/change-notetype/icons.ts
2021-11-19 00:38:34 +01:00

9 lines
498 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 arrowRightIcon } from "bootstrap-icons/icons/arrow-right.svg";
export { default as exclamationIcon } from "bootstrap-icons/icons/exclamation-circle.svg";
export { default as plusIcon } from "bootstrap-icons/icons/plus-lg.svg";
export { default as minusIcon } from "bootstrap-icons/icons/dash-lg.svg";