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