import React from 'react' import { IconProps } from './types' export const IconSolidDocumentText = ({ size = '1em', ...props }: IconProps) => { return ( ) }