UNPKG

@patternfly/react-icons

Version:
14 lines (11 loc) 584 B
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;