// Copyright: Ankitects Pty Ltd and contributors // License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html /// 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";