import { NumberIcon } from '@/components/icons' import { IconProps } from '@chakra-ui/react' import React from 'react' export const NumberInputIcon = (props: IconProps) => ( )