google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1 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 RemoveModerator = createIcon("RemoveModerator", [
[
"path",
{
d: "M12.7096 3.83531L18.7096 6.08531V10.7853C18.7096 11.9753 18.4796 13.1453 18.0696 14.2253L19.5796 15.7353C20.2996 14.2053 20.7096 12.5153 20.7096 10.7853V4.69531L12.7096 1.69531L7.48961 3.65531L9.03961 5.20531L12.7096 3.83531ZM3.51961 2.50531L2.09961 3.91531L4.70961 6.52531V10.7853C4.70961 15.8353 8.11961 20.5453 12.7096 21.6953C14.4296 21.2653 15.9896 20.3353 17.2596 19.0753L20.4896 22.3053L21.8996 20.8953L3.51961 2.50531ZM12.7096 19.6153C9.25961 18.4853 6.70961 14.7953 6.70961 10.7853V8.52531L15.8496 17.6653C14.9496 18.5453 13.8796 19.2353 12.7096 19.6153Z",
key: "cvb2hd"
}
]
]);
export { RemoveModerator as default };
//# sourceMappingURL=remove_moderator.js.map