2d12c8a553
Run ID: 131
4 lines
260 B
Plaintext
4 lines
260 B
Plaintext
import * as React from 'react';
|
|
declare const DocumentTextIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
|
|
export default DocumentTextIcon;
|