google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 1.15 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 ReportOff = createIcon("ReportOff", [
[
"path",
{
d: "M9.39004 4.71004H15.19L19.29 8.81004V14.61L19.07 14.83L20.49 16.24L21.29 15.44V7.98004L16.02 2.71004H8.56004L7.76004 3.51004L9.17004 4.93004L9.39004 4.71004Z",
key: "8vblrk"
}
],
[
"path",
{
d: "M12.29 16.71C12.8423 16.71 13.29 16.2623 13.29 15.71C13.29 15.1578 12.8423 14.71 12.29 14.71C11.7378 14.71 11.29 15.1578 11.29 15.71C11.29 16.2623 11.7378 16.71 12.29 16.71Z",
key: "wwf1ru"
}
],
[
"path",
{
d: "M13.29 9.04004V6.71004H11.29V7.04004L13.29 9.04004ZM2.70004 1.29004L1.29004 2.70004L4.93004 6.34004L3.29004 7.98004V15.44L8.56004 20.71H16.02L17.66 19.07L21.3 22.71L22.71 21.3L2.70004 1.29004ZM15.19 18.71H9.39004L5.29004 14.61V8.81004L6.34004 7.76004L16.24 17.66L15.19 18.71Z",
key: "haxgja"
}
]
]);
export { ReportOff as default };
//# sourceMappingURL=report_off.js.map