Files
element-web/src/utils/exportUtils/exportIcons.ts
2021-07-27 19:30:08 +05:30

8 lines
252 B
TypeScript

import trashSVG from "!!raw-loader!../../../res/img/element-icons/trashcan.svg";
import attachSVG from "!!raw-loader!../../../res/img/element-icons/room/composer/attach.svg";
export default {
"trash.svg": trashSVG,
"attach.svg": attachSVG,
};