data
type
SvgDatafill?
Overrides data.fill.
type
string | nulloptional
size?
Sets both the width and height of the svg. Overridden by the width and height props.
type
stringoptional
width?
Sets the width of the svg. Overrides size.
type
stringoptional
height?
Sets the height of the svg. Overrides size.
type
stringoptional
label?
type
stringoptional
inline?
Renders the SVG as an inline block with spacing appropriate for text. Defaults to false.
type
booleanoptional
shrink?
type
booleanoptional
attrs?
type
SvelteHTMLElements['svg']optional