2022-09-27 04:16:45 +02: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" />
|
|
|
|
|
2022-09-28 06:02:32 +02:00
|
|
|
export { default as hsplitIcon } from "@mdi/svg/svg/arrow-split-horizontal.svg";
|
|
|
|
export { default as vsplitIcon } from "@mdi/svg/svg/arrow-split-vertical.svg";
|
2022-09-27 04:16:45 +02:00
|
|
|
export { default as chevronDown } from "@mdi/svg/svg/chevron-down.svg";
|
|
|
|
export { default as chevronLeft } from "@mdi/svg/svg/chevron-left.svg";
|
|
|
|
export { default as chevronRight } from "@mdi/svg/svg/chevron-right.svg";
|
2022-12-04 04:18:49 +01:00
|
|
|
export { default as chevronUp } from "@mdi/svg/svg/chevron-up.svg";
|
2022-09-28 06:02:32 +02:00
|
|
|
export { default as horizontalHandle } from "@mdi/svg/svg/drag-horizontal.svg";
|
|
|
|
export { default as verticalHandle } from "@mdi/svg/svg/drag-vertical.svg";
|
2023-12-08 04:01:16 +01:00
|
|
|
export { default as infoCircle } from "@mdi/svg/svg/help-circle.svg";
|
2023-09-09 01:00:55 +02:00
|
|
|
export { default as revertIcon } from "bootstrap-icons/icons/arrow-counterclockwise.svg";
|