3 lines
147 B
TypeScript
3 lines
147 B
TypeScript
import type { SVGProps } from 'react';
|
|
export declare const DataIcon: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|