UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.05 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function HomeContentToolsIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "content tools home", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M22 4.286C22 3.576 21.503 3 20.889 3H3.11C2.497 3 2 3.576 2 4.286v15.428C2 20.424 2.497 21 3.111 21H5v-2H4V9h15.999l-.002 10H19v2h1.889c.614 0 1.111-.576 1.111-1.286V4.286ZM8 7V5h2v2H8Zm12 0h-8V5h8v2ZM6 7H4V5h2v2Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M8 20.5v-3.638l-.998.003a.5.5 0 0 1-.502-.5v-.014a.5.5 0 0 1 .159-.365l4.997-4.668a.499.499 0 0 1 .68-.001c1.041.969 4.163 3.875 5.008 4.67.1.094.155.225.155.361v.019a.5.5 0 0 1-.5.5H16V20.5a.5.5 0 0 1-.5.5H13v-2a.99.99 0 0 0-1-1 .99.99 0 0 0-1 1v2H8.5a.5.5 0 0 1-.5-.5Z" })] }); } exports.default = HomeContentToolsIcon;