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