Skip to content

nuxt-compose-icons / runtime/composables/use-compose-icon / useComposeIcon

Function: useComposeIcon()

ts
function useComposeIcon(props): UseComposeIcon;

Defined in: runtime/composables/use-compose-icon.ts:26

Composes the icon styles, classes, and attributes based on the provided props.

Parameters

props

ComposeIconProps

Returns

UseComposeIcon

The composed icon styles, classes, and attributes.