4 lines
128 B
TypeScript
4 lines
128 B
TypeScript
import type { SVGProps } from 'react';
|
|
import React from 'react';
|
|
export declare const Play: React.FC<SVGProps<SVGSVGElement>>;
|