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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user