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