google-material-icons
Version:
A google material icon library package for React applications
48 lines (44 loc) • 1.31 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const Groups3 = createIcon("Groups3", [
[
"path",
{
d: "M16.24 13.65C15.07 13.13 13.63 12.75 12 12.75C10.37 12.75 8.93 13.14 7.76 13.65C6.68 14.13 6 15.21 6 16.39V18H18V16.39C18 15.21 17.32 14.13 16.24 13.65Z",
key: "mqtrc2"
}
],
[
"path",
{
d: "M1.22 14.58C0.48 14.9 0 15.62 0 16.43V18H4.5V16.39C4.5 15.56 4.73 14.78 5.13 14.1C4.76 14.04 4.39 14 4 14C3.01 14 2.07 14.21 1.22 14.58Z",
key: "k0yvrv"
}
],
[
"path",
{
d: "M22.78 14.58C21.93 14.21 20.99 14 20 14C19.61 14 19.24 14.04 18.87 14.1C19.27 14.78 19.5 15.56 19.5 16.39V18H24V16.43C24 15.62 23.52 14.9 22.78 14.58Z",
key: "1tr324"
}
],
[
"path",
{
d: "M12 12C13.66 12 15 10.66 15 9C15 7.34 13.66 6 12 6C10.34 6 9 7.34 9 9C9 10.66 10.34 12 12 12Z",
key: "1bxsu4"
}
],
[
"path",
{ d: "M3.9999 8.49687L1.49677 11L3.9999 13.5031L6.50303 11L3.9999 8.49687Z", key: "zjpeek" }
],
["path", { d: "M20 9L17.5 13H22.5L20 9Z", key: "k32rof" }]
]);
export { Groups3 as default };
//# sourceMappingURL=groups_3.js.map