import { IconProps } from '../Icon'; declare function SvgCreate(props: IconProps): JSX.Element; export default SvgCreate;