Components
Icon
Angular Material Icon renders registered vector-based icons and supports icon fonts or SVGs only.
Example
Below is an example of how BuilderKit restyles the Angular Material Icon and gives it a more modern appearance.
Overview
With Tailwind CSS utility classes
<mat-icon svgIcon="circle-check" />
<mat-icon class="size-8 text-red" svgIcon="search" />