Tabler
Tabler outline icons
// import common components
import SvgIcon from '@/components/SvgIcon';
<SvgIcon
name="tabler-check" // Make sure this name available in tabler outline icon
type={IconType.STROKE} // It is the default set so no need to add this for this icon
size={16} // Change icon size
color="text.secondary" // Change icon color
stroke={2} // Change icon stroke width
/>