UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 713 B
/** * @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 RemoveModerator = createIcon("RemoveModerator", [ [ "path", { d: "M22.6352 21.73L19.0952 18.18L2.63523 1.72L1.36523 2.99L3.37523 5H3.36523V11C3.36523 16.55 7.20523 21.74 12.3652 23C14.5252 22.47 16.4452 21.24 17.9652 19.59L21.3652 23L22.6352 21.73ZM20.0352 16.59C20.8752 14.87 21.3652 12.96 21.3652 11V5L12.3652 1L6.88523 3.44L20.0352 16.59Z", key: "1safrm" } ] ]); export { RemoveModerator as default }; //# sourceMappingURL=remove_moderator.js.map