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