@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 497 B
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhUiPlayIconConfig: {
name: 'RhUiPlayIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"m30.447 15.105-28-14A1.001 1.001 0 0 0 1 2v28a1.003 1.003 0 0 0 1 1c.153 0 .306-.035.447-.105l28-14a1 1 0 0 0 0-1.79ZM3 28.382V3.618L27.764 16 3 28.382Z"},
rhUiIcon: null,
};
export declare const RhUiPlayIcon: ComponentClass<SVGIconProps>;
export default RhUiPlayIcon;