You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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<Iconname="i-base-beautiful-icon"/>// Render the original icon (skip the global customization function)<Iconname="i-base-beautiful-icon"skip-customize/>
The text was updated successfully, but these errors were encountered:
RBV1
linked a pull request
Jan 6, 2025
that will
close
this issue
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:
The text was updated successfully, but these errors were encountered: