@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.76 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 IconMaterialCommentsDisabledW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CommentsDisabledW100', short_name: 'CommentsDisabled', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-292q-26 0-43-17t-17-43v-416q0-5 .5-9t1.5-9l-34-34q-4-4-4.5-9.5T100-840q5-5 10-5t10 5L862-98q4 4 4.5 9.5T862-78q-5 5-10 5t-10-5L628-292H192Zm636-476v488q0 9.92-9.5 13.46Q809-263 802-270l-50-50h48v-448q0-14-9-23t-23-9H266q-7 0-10.5-4.32t-3.5-9.5q0-5.18 3.5-9.68T266-828h502q26 0 43 17t17 43ZM192-320h408L494-426H280q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h186l-92-92h-94q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h75v9L160-760v408q0 14 9 23t23 9Zm502-119.96q0 5.96-4.03 9.96-4.02 4-9.97 4h-28q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h28q5.95 0 9.97 4.04 4.03 4.03 4.03 10ZM680-546H532q-7 0-10.5-4.32t-3.5-9.5q0-5.18 3.5-9.68T532-574h148q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4Zm0-120H412q-7 0-10.5-4.32t-3.5-9.5q0-5.18 3.5-9.68T412-694h268q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4ZM380-540Zm156 4Z" }) })));
});
IconMaterialCommentsDisabledW100.displayName = 'OnesyIconMaterialCommentsDisabledW100';
exports.default = IconMaterialCommentsDisabledW100;
;