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