2021-11-24 03:09:55 +01:00
|
|
|
// 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 arrowLeftIcon } from "bootstrap-icons/icons/arrow-left.svg";
|
2022-02-04 09:36:34 +01:00
|
|
|
export { default as arrowRightIcon } from "bootstrap-icons/icons/arrow-right.svg";
|
|
|
|
export { default as minusIcon } from "bootstrap-icons/icons/dash-lg.svg";
|
2021-11-24 03:09:55 +01:00
|
|
|
export { default as exclamationIcon } from "bootstrap-icons/icons/exclamation-circle.svg";
|
|
|
|
export { default as plusIcon } from "bootstrap-icons/icons/plus-lg.svg";
|