import type { JSX, SVGProps } from 'react' export const DocumentIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }