@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.34 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialReportOffFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ReportOffFilled', short_name: 'ReportOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M363-120q-16 0-30.5-6.5T307-144L143-309q-11-11-17-25.5t-6-30.5v-232q0-16 6-30.5t17-25.5l25-25-84-86q-11-11-11.5-27.5T84-820q11-11 28-11t28 11l680 680q11 11 11 28t-11 28q-11 11-28 11t-28-11l-86-86-24 25q-11 12-26 18.5t-32 6.5H363Zm117-160q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm283-30L520-553v-87q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640v7L309-764q-11-12-10.5-28.5T310-820q10-10 22-15t26-5h239q16 0 30.5 6t25.5 17l164 164q11 11 17 25.5t6 30.5v236q0 14-5 27t-15 23q-11 12-28 12t-29-11Z" }) })));
});
IconMaterialReportOffFilled.displayName = 'OnesyIconMaterialReportOffFilled';
exports.default = IconMaterialReportOffFilled;
;