import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgCreate: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgCreate; //# sourceMappingURL=Create.d.ts.map