UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.42 kB
"use strict"; 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 IconMaterialFiberDvrW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FiberDvrW100Filled', short_name: 'FiberDvr', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M199-376h109q18 0 31-13t13-31v-120q0-18-13-31t-31-13H199q-6 0-10.5 4.5T184-569v178q0 6 4.5 10.5T199-376Zm13-28v-152h96q6 0 11 5t5 11v120q0 6-5 11t-11 5h-96Zm270 0-55-171q-2-4-5-6.5t-7-2.5q-6 0-10 5t-2 11l57 180q2 5 6.5 8.5t9.5 3.5h11q5 0 10-3.5t7-8.5l57-180q2-6-1.5-11t-10.5-5q-4 0-7 2.5t-5 6.5l-55 171Zm162-52h68l30 72q2 4 5 6t8 2q8 0 12-6t1-13l-26-63q21 0 31.5-14t10.5-28v-40q0-18-13-31t-31-13H631q-6 0-10.5 4.5T616-569v179q0 6 4 10t10 4q6 0 10-4t4-10v-66Zm0-28v-72h96q6 0 11 5t5 11v40q0 6-5 11t-11 5h-96ZM152-212q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h656q26 0 43 17t17 43v416q0 26-17 43t-43 17H152Z" }) }))); }); IconMaterialFiberDvrW100Filled.displayName = 'OnesyIconMaterialFiberDvrW100Filled'; exports.default = IconMaterialFiberDvrW100Filled;