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