Using the <Image> component and setting the source to something from my cdn. This will work but problem arises should the merchant need to change its color. If the icon were present natively it would inherit the colors from the brand object as the merchant specifies it, in the theme editor.
Please list the related package(s)
If this related to specific APIs or components, please list them here
Related to the
<Icon>
component apart of the new customer accounts UI component library.Is your feature request related to a problem? Please describe.
The problem is that the icons I want are not present.
Describe the changes you are looking for
I need the native component to include the heart icon, both filled and unfilled states.
I read here that it is not part of the list. https://shopify.dev/docs/api/checkout-ui-extensions/2024-10/components/media/icon#icons
Describe alternatives you’ve considered
Using the
<Image>
component and setting the source to something from my cdn. This will work but problem arises should the merchant need to change its color. If the icon were present natively it would inherit the colors from the brand object as the merchant specifies it, in the theme editor.