@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 951 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function PluralsightIcon(props) {
return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "pluralsight logo", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M9.5 9.203 7.312 7.938v8.125L9.5 14.796v2.437L18.473 12 9.5 6.766v2.437Zm0 1.083-1.25-.723v4.874l1.25-.723v-3.428Zm.938 2.886v-2.344L12.463 12l-2.025 1.172Zm0 1.083L14.335 12l-3.898-2.255V8.398L16.614 12l-6.175 3.602v-1.347Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm0-.938a9.062 9.062 0 1 0 0-18.124 9.062 9.062 0 0 0 0 18.125Z", clipRule: "evenodd" })] });
}
exports.default = PluralsightIcon;