8 lines
195 B
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
import { commonDark } from "../../_styles/common/index.mjs";
import { self } from "./light.mjs";
const iconDark = {
name: 'IconWrapper',
common: commonDark,
self
};
export default iconDark;