UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 921 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 ReportOff = createIcon("ReportOff", [ [ "path", { d: "M11.3652 6.64035H13.3652V9.56035L20.2752 16.4704L21.3652 15.3704V7.91035L16.0952 2.64035H8.63523L7.54523 3.74035L11.3652 7.56035V6.64035ZM22.6352 21.3704L2.63523 1.36035L1.36523 2.63035L5.00523 6.27035L3.36523 7.91035V15.3704L8.63523 20.6404H16.0952L17.7352 19.0104L21.3652 22.6404L22.6352 21.3704ZM12.3652 16.9404C11.6452 16.9404 11.0652 16.3604 11.0652 15.6404C11.0652 14.9204 11.6452 14.3404 12.3652 14.3404C13.0852 14.3404 13.6652 14.9204 13.6652 15.6404C13.6652 16.3604 13.0852 16.9404 12.3652 16.9404Z", key: "cmboii" } ] ]); export { ReportOff as default }; //# sourceMappingURL=report_off.js.map