import { IconSvgProps } from '../types'; export const PlusIcon = ({ size = 24, width, height, ...props }: IconSvgProps) => ( );