feat(SW-1712): Added a FilterIcon component where the identifier is matched to a specific icon

Approved-by: Matilda Landström
This commit is contained in:
Erik Tiekstra
2025-03-28 06:46:57 +00:00
parent 726862dab4
commit 2f0224cfd5
6 changed files with 113 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
import { colorVariants } from '../colorVariants'
import type { NucleoIconProps } from '../../icon'
import { colorVariants } from '../colorVariants'
function Discount22(props: NucleoIconProps) {
const fill = props.color ? colorVariants[props.color] : 'currentColor'