@pluralsight/icons
Version:
Icons for Pluralsight.
8 lines (7 loc) • 835 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
function IlxIcon(props) {
return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "integrated learning experience (ILX)", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M21 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0ZM18.419 18.485s1.601-.91 2.344-1.281a.428.428 0 0 0-.023-.777l-6.643-2.847a.429.429 0 0 0-.562.562l2.847 6.644a.429.429 0 0 0 .776.023c.37-.74 1.26-2.324 1.26-2.324ZM3 3.809a.5.5 0 0 1 .724-.447l6.382 3.19a.5.5 0 0 1 0 .895l-6.382 3.191A.5.5 0 0 1 3 10.191V3.809ZM4 14a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1H4Z" }) });
}
exports.default = IlxIcon;