nuxt-compose-icons / runtime/composables/use-compose-icon / UseComposeIcon
Interface: UseComposeIcon
Defined in: runtime/composables/use-compose-icon.ts:11
Properties
buildSvgAttributes
ts
buildSvgAttributes: (svgAttributes?) => SVGAttributes & object;Defined in: runtime/composables/use-compose-icon.ts:14
Parameters
svgAttributes?
SVGAttributes
Returns
SVGAttributes & object
iconClasses
ts
iconClasses: ClassValue[];Defined in: runtime/composables/use-compose-icon.ts:13
iconStyles
ts
iconStyles: StyleValue;Defined in: runtime/composables/use-compose-icon.ts:12