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