package.dist.esm.icons.play-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const PlayIconConfig: {
name: 'PlayIcon',
height: 512,
width: 448,
svgPath: 'M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z',
yOffset: 0,
xOffset: 0,
};
export declare const PlayIcon: React.ComponentClass;
export default PlayIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy