8 lines
252 B
TypeScript
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,
|
|
};
|