import { IconProps } from "@iconify/vue"; import { IconValue } from "@soybeanjs/headless"; //#region src/components/icon/types.d.ts /** * Properties for the Icon component. */ interface IconProps$1 extends Omit { /** * Icon rendered by the component. */ icon: IconValue; } //#endregion export { IconProps$1 as IconProps, type IconValue };