@pluralsight/ps-design-system-icon
Version:
Design System component for icon ui
64 lines • 4.32 kB
JavaScript
;
// This file is generated by running the "icons" bin script.
// Manual changes might be lost - proceed with caution!
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __rest = (this && this.__rest) || function (s, e) {
var t = {};
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
t[p] = s[p];
if (s != null && typeof Object.getOwnPropertySymbols === "function")
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
t[p[i]] = s[p[i]];
}
return t;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LabsIcon = void 0;
var react_1 = __importStar(require("react"));
var __1 = __importDefault(require(".."));
var LabsIcon = react_1.forwardRef(function (props, ref) {
var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']);
return (react_1.default.createElement(__1.default, __assign({}, rest, { ref: ref }),
react_1.default.createElement("svg", __assign({ "aria-label": "labs icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })),
react_1.default.createElement("path", { d: "M12 14.222a2.222 2.222 0 1 0 0-4.445 2.222 2.222 0 0 0 0 4.445z" }),
react_1.default.createElement("path", { clipRule: "evenodd", d: "M19.377 17.96c.314-.364.573-1.123.26-2.408a18.916 18.916 0 0 0 1.624-2.107c1.01 2.354 1.023 4.545-.2 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.367-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.145.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.584.386 1.162.811 1.728 1.274 1.1.9 2.063 1.868 2.871 2.86zM12 6.908a18.3 18.3 0 0 1 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", fillRule: "evenodd" }),
react_1.default.createElement("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.LabsIcon = LabsIcon;
LabsIcon.displayName = "LabsIcon";
LabsIcon.colors = __1.default.colors;
LabsIcon.sizes = __1.default.sizes;
//# sourceMappingURL=Labs.dist.js.map