@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 770 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PlayCircleIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "play", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "m15.688 12.208-5.3 3.533a.25.25 0 0 1-.388-.208V8.467a.25.25 0 0 1 .389-.208l5.299 3.533a.25.25 0 0 1 0 .416Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Z", clipRule: "evenodd" })] });
}
exports.default = PlayCircleIcon;