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