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