// Copyright: Ankitects Pty Ltd and contributors // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html /// export { default as arrowLeftIcon } from "bootstrap-icons/icons/arrow-left.svg"; export { default as arrowRightIcon } from "bootstrap-icons/icons/arrow-right.svg"; export { default as minusIcon } from "bootstrap-icons/icons/dash-lg.svg"; export { default as exclamationIcon } from "bootstrap-icons/icons/exclamation-circle.svg"; export { default as plusIcon } from "bootstrap-icons/icons/plus-lg.svg";