UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function PersonAddIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "add person", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M15 12c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4 1.794 4 4 4Zm0-6c1.103 0 2 .896 2 2 0 1.103-.897 2-2 2s-2-.897-2-2c0-1.104.897-2 2-2ZM23 19.5a.5.5 0 0 1-.5.5h-15a.5.5 0 0 1-.5-.5V19c0-3.533 3.29-6 8-6s8 2.467 8 6v.5ZM20.84 18H9.159c.598-1.808 2.833-3 5.84-3 3.009 0 5.245 1.192 5.843 3Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M4 10H1.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H4v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V12h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H6V7.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V10Z" })] }); } exports.default = PersonAddIcon;