@theguild/components
Version:
6 lines (5 loc) • 1.58 kB
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgGroup = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M3 21C3 19.0904 3.75857 17.2591 5.10883 15.9088C6.45909 14.5585 8.29044 13.8 10.2 13.8C12.1096 13.8 13.9409 14.5585 15.2912 15.9088C16.6414 17.2591 17.4 19.0904 17.4 21H15.6C15.6 19.5678 15.0311 18.1943 14.0184 17.1816C13.0057 16.1689 11.6322 15.6 10.2 15.6C8.76783 15.6 7.39432 16.1689 6.38162 17.1816C5.36893 18.1943 4.8 19.5678 4.8 21H3ZM10.2 12.9C7.2165 12.9 4.8 10.4835 4.8 7.49998C4.8 4.51648 7.2165 2.09998 10.2 2.09998C13.1835 2.09998 15.6 4.51648 15.6 7.49998C15.6 10.4835 13.1835 12.9 10.2 12.9ZM10.2 11.1C12.189 11.1 13.8 9.48898 13.8 7.49998C13.8 5.51098 12.189 3.89998 10.2 3.89998C8.211 3.89998 6.6 5.51098 6.6 7.49998C6.6 9.48898 8.211 11.1 10.2 11.1ZM17.6556 14.4327C18.9204 15.0023 19.9938 15.9251 20.7467 17.0901C21.4997 18.2551 21.9001 19.6128 21.9 21H20.1C20.1002 19.9596 19.7999 18.9412 19.2352 18.0674C18.6705 17.1936 17.8654 16.5015 16.9167 16.0743L17.6547 14.4327H17.6556ZM17.0364 4.27168C17.9432 4.64544 18.7185 5.28016 19.2639 6.09528C19.8094 6.91041 20.1004 7.86919 20.1 8.84998C20.1004 10.0851 19.6389 11.2757 18.8063 12.1879C17.9736 13.1002 16.83 13.6681 15.6 13.7802V11.9685C16.2668 11.873 16.8855 11.5662 17.3652 11.0932C17.8448 10.6202 18.1602 10.0059 18.265 9.34042C18.3699 8.67497 18.2586 7.99344 17.9475 7.39589C17.6365 6.79834 17.1421 6.31625 16.5369 6.02038L17.0364 4.27168Z" }) });
export {
SvgGroup as ReactComponent
};