import React from 'react';
import { SvgIconProps } from 'SvgIcon/types/SvgIconTypes';
declare const IconPlus: ({ size, color, strokeWidth, style }: SvgIconProps) => React.JSX.Element;
export default IconPlus;
//# sourceMappingURL=IconPlus.d.ts.map