@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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 IconMaterialLabelOffW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LabelOffW100', short_name: 'LabelOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M686-337q-4 6-9 6t-10-3q-5-3-6-8.5t3-11.5l77-107q6-8 6-19t-6-19L630-654q-9-14-21-20t-29-6H326q-7 0-10.5-4.5T312-694q0-5 3.5-9.5T326-708h254q21 0 41.5 11.5T654-668l109 153q6 8 8.5 17t2.5 18q0 9-2.5 18t-8.5 17l-77 108Zm-454 85q-26 0-43-17t-17-43v-336q0-5 1-11.5t3-12.5l-70-70q-4-4-4.5-9.5T106-762q5-5 10-5t10 5l616 616q4 4 4.5 9.5T742-126q-5 5-10 5t-10-5L592-256q-3 2-10.5 3t-13.5 1H232Zm152-212Zm101-52Zm83 236L200-648v336q0 12 10 22t22 10h336Z" }) })));
});
IconMaterialLabelOffW100.displayName = 'OnesyIconMaterialLabelOffW100';
exports.default = IconMaterialLabelOffW100;
;