Skip to content

[feature request]: skipCustomize prop #333

@RBV1

Description

@RBV1

Hi there, I think it would be useful to have a prop to skip the global customization function. For example, I want to remove all styles (stroke, gradients, etc.) from all icons globally, but in one specific case, I want to use the original icon. Currently, I need to create a duplicate of the icon, add a new prefix, and then filter this icon in the global customization function.

Example:

// Apply the global customization function
<Icon
    name="i-base-beautiful-icon"
/>
// Render the original icon (skip the global customization function)
<Icon
    name="i-base-beautiful-icon"
    skip-customize
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions