google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 728 B
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 AddModerator = createIcon("AddModerator", [
[
"path",
{
d: "M12.72 22.61C12.32 22.76 11.92 22.9 11.5 23C6.34 21.74 2.5 16.55 2.5 11V5L11.5 1L20.5 5V11C20.5 11.9 20.39 12.78 20.2 13.65C19.39 13.24 18.47 13 17.5 13C14.19 13 11.5 15.69 11.5 19C11.5 20.36 11.96 21.61 12.72 22.61ZM18.5 20V22.99C18.5 22.99 16.51 23 16.5 22.99V20H13.5V18H16.5V15H18.5V18H21.5V20H18.5Z",
key: "1paep8"
}
]
]);
export { AddModerator as default };
//# sourceMappingURL=add_moderator.js.map