feat(inputs): ✨ Add Condition step
This commit is contained in:
@ -237,3 +237,9 @@ export const CheckSquareIcon = (props: IconProps) => (
|
||||
<path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const FilterIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon>
|
||||
</Icon>
|
||||
)
|
||||
|
Reference in New Issue
Block a user