Skip to content

Vizel API / react/src / VizelIconProps

Interface: VizelIconProps

Defined in: packages/react/src/components/VizelIcon.tsx:7

Extends

  • Omit<ComponentProps<typeof IconifyIcon>, "icon">

Properties

customIcons?

ts
optional customIcons?: Partial<Record<VizelIconName, string>>;

Defined in: packages/react/src/components/VizelIcon.tsx:16

Custom icon mappings to override default Iconify icon IDs. If provided, will take precedence over context icons.


name

ts
name: VizelIconName;

Defined in: packages/react/src/components/VizelIcon.tsx:11

The semantic icon name from Vizel's icon system.

Overrides

ts
Omit.name

Released under the MIT License.