UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 593 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function PlayIcon(props) { return (0, jsx_runtime_1.jsx)("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", { fillRule: "evenodd", d: "M8.77 19.508 20 12.341c.246-.157.254-.68 0-.842L8.77 4.492c-.28-.179-.77.087-.77.422v14.172c0 .333.488.602.77.422Z", clipRule: "evenodd" }) }); } exports.default = PlayIcon;