google-material-icons
Version:
A google material icon library package for React applications
44 lines (40 loc) • 1.17 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 GroupAdd = createIcon("GroupAdd", [
["path", { d: "M22 9V7H20V9H18V11H20V13H22V11H24V9H22Z", key: "z3csi8" }],
[
"path",
{
d: "M8 12C10.21 12 12 10.21 12 8C12 5.79 10.21 4 8 4C5.79 4 4 5.79 4 8C4 10.21 5.79 12 8 12ZM8 6C9.1 6 10 6.9 10 8C10 9.1 9.1 10 8 10C6.9 10 6 9.1 6 8C6 6.9 6.9 6 8 6Z",
key: "9jrqfl"
}
],
[
"path",
{
d: "M8 13C5.33 13 0 14.34 0 17V20H16V17C16 14.34 10.67 13 8 13ZM14 18H2V17.01C2.2 16.29 5.3 15 8 15C10.7 15 13.8 16.29 14 17V18Z",
key: "h4i7i0"
}
],
[
"path",
{
d: "M12.51 4.05C13.43 5.11 14 6.49 14 8C14 9.51 13.43 10.89 12.51 11.95C14.47 11.7 16 10.04 16 8C16 5.96 14.47 4.3 12.51 4.05Z",
key: "mkedi"
}
],
[
"path",
{
d: "M16.53 13.83C17.42 14.66 18 15.7 18 17V20H20V17C20 15.55 18.41 14.49 16.53 13.83Z",
key: "10n3e9"
}
]
]);
export { GroupAdd as default };
//# sourceMappingURL=group_add.js.map