UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function HomeAdminToolsIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "admin tools home", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("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" }) }); } exports.default = HomeAdminToolsIcon;