UNPKG

@pluralsight/ps-design-system-icon

Version:
37 lines 2.28 kB
// 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 __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; }; import React, { forwardRef } from 'react'; import Icon from '..'; var HomeAdminToolsIcon = forwardRef(function (props, ref) { var ariaLabel = props["aria-label"], rest = __rest(props, ['aria-label']); return (React.createElement(Icon, __assign({}, rest, { ref: ref }), React.createElement("svg", __assign({ "aria-label": "home admin tools icon", viewBox: "0 0 24 24", role: 'img' }, (ariaLabel && { 'aria-label': ariaLabel })), React.createElement("path", { d: "M11.994 14.076c-1.314 0-2.383-1.11-2.383-2.476 0-1.366 1.069-2.476 2.383-2.476s2.382 1.11 2.382 2.476c0 1.366-1.068 2.476-2.382 2.476zm-4.467 4.952a.296.296 0 0 1-.298-.295v-.294c0-2.083 1.96-3.538 4.765-3.538 2.805 0 4.765 1.455 4.765 3.538v.294a.296.296 0 0 1-.298.295H7.527zm13.043-5.53v7.512c0 .547-.426.99-.953.99H4.37c-.526 0-.953-.443-.953-.99v-7.5l-.93.966a.464.464 0 0 1-.674 0l-.673-.7a.51.51 0 0 1 0-.7L11.657 2.145a.464.464 0 0 1 .674 0l10.53 10.93a.51.51 0 0 1 0 .701l-.675.7a.464.464 0 0 1-.673 0l-.943-.977zm-1.905-1.978-6.671-6.924-6.67 6.933v8.49h13.34V11.52z" })))); }); HomeAdminToolsIcon.displayName = "HomeAdminToolsIcon"; HomeAdminToolsIcon.colors = Icon.colors; HomeAdminToolsIcon.sizes = Icon.sizes; export { HomeAdminToolsIcon }; //# sourceMappingURL=HomeAdminTools.dist.js.map