@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.73 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 IconMaterialFiberNewW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FiberNewW100Filled', short_name: 'FiberNew', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M152-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h656q26 0 43 17t17 43v416q0 26-17 43t-43 17H152Zm36-330 106 159q2 3 5.03 5 3.02 2 6.65 2h7.27q6.05 0 10.55-4.38 4.5-4.37 4.5-10.62v-179q0-6.16-3.89-10.08t-10-3.92q-6.11 0-10.11 3.92-4 3.92-4 10.08v152L197-577q-2-4-5.75-5.5T183-584h-7.46q-6.84 0-11.19 4.48T160-568v178q0 6.16 3.89 10.08t10 3.92q6.11 0 10.11-3.92 4-3.92 4-10.08v-152Zm223 166h99q6.16 0 10.08-3.89t3.92-10q0-6.11-3.92-10.11-3.92-4-10.08-4h-86v-60h86q6.16 0 10.08-3.89t3.92-10q0-6.11-3.92-10.11-3.92-4-10.08-4h-86v-64h86q6.16 0 10.08-3.89t3.92-10q0-6.11-3.92-10.11-3.92-4-10.08-4h-99q-6 0-10.5 4.5T396-569v178q0 6 4.5 10.5T411-376Zm205 0h160q11 0 17.5-6.5T800-400v-170q0-6.16-3.89-10.08t-10-3.92q-6.11 0-10.11 3.92-4 3.92-4 10.08v166h-62v-126q0-6.16-3.89-10.08t-10-3.92q-6.11 0-10.11 3.92-4 3.92-4 10.08v126h-62v-166q0-6.16-3.89-10.08t-10-3.92q-6.11 0-10.11 3.92-4 3.92-4 10.08v170q0 11 6.5 17.5T616-376Z" }) })));
});
IconMaterialFiberNewW100Filled.displayName = 'OnesyIconMaterialFiberNewW100Filled';
exports.default = IconMaterialFiberNewW100Filled;
;