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