koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
1 lines • 798 B
Source Map (JSON)
{"version":3,"file":"IconClear.cjs","sources":["../../../../src/internal/Icons/IconClear.tsx"],"sourcesContent":["import type {FC, SVGProps} from 'react';\nimport classNames from 'classnames';\nimport Icon from '@phosphor-icons/core/assets/fill/broom-fill.svg?react';\n\nimport classes from './Icon.module.css';\n// import Icon from './svg/broom-fill.svg?react';\n\ntype Props = SVGProps<SVGSVGElement> & {\n className?: string;\n};\n\nexport const IconClear: FC<Props> = ({className, ...restProps}) => {\n return <Icon className={classNames(classes.icon, className)} {...restProps} />;\n};\n"],"names":["IconClear","className","restProps","jsx","Icon","classNames","classes"],"mappings":"yOAWaA,EAAuB,CAAC,CAAC,UAAAC,EAAW,GAAGC,KACzCC,MAACC,GAAK,UAAWC,EAAWC,UAAQ,KAAML,CAAS,EAAI,GAAGC,EAAW"}