UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.13 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 IconMaterialTvOffW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TvOffW100Filled', short_name: 'TvOff', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M828-728v371q0 10-5.5 17T809-330q-8 3-16.5 2t-15.5-8L376-737q-7-7-8-15.5t2-16.5q3-8 10-13.5t17-5.5h371q26 0 43 17t17 43Zm-616-60v40l-98-98q-4-4-4.5-9.5T114-866q5-5 10-5t10 5l714 714q4 4 4.5 9.5T848-132q-5 5-10 5t-10-5L708-252H590v50q0 13-8.5 21.5T560-172H402q-13 0-21.5-8.5T372-202v-50H192q-26 0-43-17t-17-43v-416q0-26 17-43t43-17h20Z" }) }))); }); IconMaterialTvOffW100Filled.displayName = 'OnesyIconMaterialTvOffW100Filled'; exports.default = IconMaterialTvOffW100Filled;