@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 683 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PlayCircleFilledIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "play (filled)", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12Zm8.389 3.74 5.299-3.532a.25.25 0 0 0 0-.416l-5.3-3.533a.25.25 0 0 0-.388.208v7.066a.25.25 0 0 0 .389.208Z", clipRule: "evenodd" }) });
}
exports.default = PlayCircleFilledIcon;