ChangelogDecember 20, 2025componentscustomizationCustom SVG icons in card and icon components The Card and Icon components support relative paths to SVG files. Use a relative path like ./images/icon.svg to display custom SVG icons from your project. Markdown1<Card 2 title="Fern species" 3 icon="./images/fern-leaf.svg"4>5 Card with a custom SVG icon.6</Card>78<Icon icon="./images/fern-leaf.svg" /> Custom SVG icon Read the docs
December 20, 2025componentscustomizationCustom SVG icons in card and icon components The Card and Icon components support relative paths to SVG files. Use a relative path like ./images/icon.svg to display custom SVG icons from your project. Markdown1<Card 2 title="Fern species" 3 icon="./images/fern-leaf.svg"4>5 Card with a custom SVG icon.6</Card>78<Icon icon="./images/fern-leaf.svg" /> Custom SVG icon Read the docs