UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function PeopleIcon(props) { return (0, jsx_runtime_1.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "people", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M20.371 19.059A3.483 3.483 0 0 0 21.5 16.5c0-1.93-1.57-3.5-3.5-3.5s-3.5 1.57-3.5 3.5c0 1.013.439 1.918 1.129 2.559C14.151 19.593 13 20.62 13 22h2c0-.598 1.413-1.357 3-1.357s3 .76 3 1.357h2c0-1.38-1.151-2.407-2.629-2.941ZM18 15c.827 0 1.5.673 1.5 1.5S18.827 18 18 18s-1.5-.673-1.5-1.5.673-1.5 1.5-1.5Zm-9.629 4.059C9.849 19.593 11 20.62 11 22H9c0-.598-1.413-1.357-3-1.357S3 21.402 3 22H1c0-1.38 1.151-2.407 2.629-2.941A3.483 3.483 0 0 1 2.5 16.5C2.5 14.57 4.07 13 6 13s3.5 1.57 3.5 3.5a3.483 3.483 0 0 1-1.129 2.559ZM6 15c-.827 0-1.5.673-1.5 1.5S5.173 18 6 18s1.5-.673 1.5-1.5S6.827 15 6 15Zm9-4c0-.598-1.413-1.357-3-1.357S9 10.402 9 11H7c0-1.38 1.151-2.407 2.629-2.941A3.481 3.481 0 0 1 8.5 5.5C8.5 3.57 10.07 2 12 2s3.5 1.57 3.5 3.5a3.481 3.481 0 0 1-1.129 2.559C15.849 8.593 17 9.62 17 11h-2Zm-3-7c-.827 0-1.5.673-1.5 1.5S11.173 7 12 7s1.5-.673 1.5-1.5S12.827 4 12 4Z" }) }); } exports.default = PeopleIcon;