@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 641 B
JavaScript
exports.__esModule = true;
exports.OutlinedPlayCircleIconConfig = {
name: 'OutlinedPlayCircleIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"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"},
rhUiIcon: null,
};
exports.OutlinedPlayCircleIcon = require('../createIcon').createIconBase(exports.OutlinedPlayCircleIconConfig);
exports["default"] = exports.OutlinedPlayCircleIcon;