import { createCustomIcon } from "./create"; export const IconPowerOff = createCustomIcon({ svgContent: ` `, type: "outline", name: "power-off", });