package.dist.esm.icons.outlined-play-circle-icon.js 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 { createIcon } from '../createIcon';
export const OutlinedPlayCircleIconConfig = {
name: 'OutlinedPlayCircleIcon',
height: 512,
width: 512,
svgPath: 'M371.7 238l-176-107c-15.8-8.8-35.7 2.5-35.7 21v208c0 18.4 19.8 29.8 35.7 21l176-101c16.4-9.1 16.4-32.8 0-42zM504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256z',
yOffset: 0,
xOffset: 0,
};
export const OutlinedPlayCircleIcon = createIcon(OutlinedPlayCircleIconConfig);
export default OutlinedPlayCircleIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy