import type { ComponentPropsWithoutRef, FC } from 'react' type Props = ComponentPropsWithoutRef<'svg'> export const DiamondFillIcon: FC = (props) => { return ( ) }