@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 614 B
JavaScript
exports.__esModule = true;
exports.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,
};
exports.OutlinedPlayCircleIcon = require('../createIcon').createIcon(exports.OutlinedPlayCircleIconConfig);
exports["default"] = exports.OutlinedPlayCircleIcon;