goobs-frontend
Version:
A comprehensive React-based libary for building modern web applications
8 lines • 304 B
TypeScript
import { default as React } from 'react';
import { IconStyles } from './types';
interface PlayArrowIconProps extends React.SVGProps<SVGSVGElement> {
styles?: IconStyles;
}
declare const PlayArrowIcon: React.FC<PlayArrowIconProps>;
export default PlayArrowIcon;
//# sourceMappingURL=PlayArrow.d.ts.map