2021-04-12 06:18:30 +02:00
|
|
|
// Copyright: Ankitects Pty Ltd and contributors
|
|
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
|
|
|
|
// Import icons from bootstrap
|
|
|
|
|
2021-06-21 19:11:10 +02:00
|
|
|
export { default as revertIcon } from "./arrow-counterclockwise.svg";
|
|
|
|
export { default as infoCircle } from "./info-circle.svg";
|
|
|
|
export { default as gearIcon } from "./gear.svg";
|