UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.92 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function LabsIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "labs", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M12 14.222a2.222 2.222 0 1 0 0-4.445 2.222 2.222 0 0 0 0 4.445Z" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19.377 17.96c.314-.364.573-1.123.26-2.408a18.916 18.916 0 0 0 1.623-2.107c1.011 2.354 1.024 4.545-.199 5.966-2.332 2.71-8.28 1.588-13.285-2.504C2.77 12.814.606 7.299 2.939 4.589 4.634 2.62 8.237 2.674 12 4.42c3.763-1.745 7.366-1.799 9.061.17 1.471 1.709 1.154 4.532-.536 7.411-.4.684-.88 1.37-1.43 2.047-.808.992-1.77 1.96-2.87 2.86-.567.463-1.146.888-1.73 1.273.462.15.91.265 1.337.346 2.07.39 3.136-.09 3.545-.565Zm-.282-8.007a9.32 9.32 0 0 0 .23-.536c.741-1.885.439-2.93.052-3.378-.409-.475-1.474-.955-3.545-.565-.427.08-.875.196-1.336.345.583.386 1.162.811 1.728 1.274 1.1.9 2.063 1.868 2.871 2.86ZM12 6.908c.936.51 1.888 1.146 2.817 1.906A17.479 17.479 0 0 1 17.87 12a17.48 17.48 0 0 1-3.052 3.186c-.929.76-1.88 1.395-2.817 1.906a18.36 18.36 0 0 1-2.817-1.906A17.478 17.478 0 0 1 6.132 12a17.477 17.477 0 0 1 3.05-3.186c.471-.385.947-.738 1.425-1.059-.91-.433-1.777-.727-2.55-.887-.095.074-.188.15-.281.225-1.1.9-2.063 1.868-2.871 2.86a9.32 9.32 0 0 1-.23-.536c-.741-1.885-.438-2.93-.052-3.378.409-.475 1.474-.955 3.545-.565.427.08.875.196 1.336.345.8.26 1.641.622 2.496 1.089Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M10.277 20.266a21.675 21.675 0 0 1-2.585-1.663c-1.76.237-2.693-.205-3.07-.642-.313-.365-.572-1.124-.26-2.409a18.915 18.915 0 0 1-1.622-2.107c-1.011 2.354-1.024 4.545.199 5.966 1.433 1.665 4.232 1.883 7.338.855Z" })] }); } exports.default = LabsIcon;