/// import { BaseIconProps } from '../../types'; declare function SvgSeur({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgSeur;