Component SVG Icon
A component can include an SVG resource to use as a custom icon in Lightning App Builder and Experience Builder.
To include an SVG resource as a custom icon for your component, add it to your component’s folder. It must be named component
.svg
. If the component is called myComponent
, the svg is myComponent.svg
. You can have only one SVG per folder.
See Also