mirror of
https://github.com/ankitects/anki.git
synced 2025-11-26 14:37:14 -05:00
9 lines
498 B
TypeScript
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";
|