@frontify/fondue
Version:
Design system of Frontify
31 lines (30 loc) • 1.15 kB
JavaScript
import { jsx as e } from "react/jsx-runtime";
import { memo as o } from "react";
function l(t) {
return /* @__PURE__ */ e(
"svg",
{
xmlns: "http://www.w3.org/2000/svg",
width: 12,
height: 12,
className: "tw-flex tw-items-center tw-justify-center tw-fill-current",
name: "IconPeople12",
"aria-hidden": "true",
...t,
children: /* @__PURE__ */ e(
"path",
{
fill: "currentColor",
fillRule: "evenodd",
d: "M4 4.783c.847 0 1.475-.655 1.475-1.392S4.847 2 4 2s-1.475.655-1.475 1.391c0 .737.628 1.392 1.475 1.392M6.475 3.39a2.36 2.36 0 0 1-.973 1.9A4 4 0 0 1 8 9v1h2.4v-.8A2.6 2.6 0 0 0 8 6.608V5.289c.606-.09 1.028-.59 1.028-1.137C9.028 3.548 8.51 3 7.8 3q-.157 0-.3.034V2.019Q7.647 2 7.8 2c1.23 0 2.228.964 2.228 2.152 0 .697-.343 1.317-.876 1.71A3.6 3.6 0 0 1 11.4 9.2V11H0V9a4 4 0 0 1 2.498-3.708 2.36 2.36 0 0 1-.973-1.9C1.525 2.07 2.633 1 4 1s2.475 1.07 2.475 2.391M4.2 10H7V9a3 3 0 0 0-6 0v1z",
clipRule: "evenodd"
}
)
}
);
}
const r = o(l);
export {
r as default
};
//# sourceMappingURL=IconPeople12.es.js.map