@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.59 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 IconMaterialTvWithAssistantW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TvWithAssistantW100Filled', short_name: 'TvWithAssistant', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M420-472q11 0 19.5-8.5T448-500q0-11-8.5-19.5T420-528q-11 0-19.5 8.5T392-500q0 11 8.5 19.5T420-472Zm120 0q11 0 19.5-8.5T568-500q0-11-8.5-19.5T540-528q-11 0-19.5 8.5T512-500q0 11 8.5 19.5T540-472Zm-240 0q11 0 19.5-8.5T328-500q0-11-8.5-19.5T300-528q-11 0-19.5 8.5T272-500q0 11 8.5 19.5T300-472Zm360 0q11 0 19.5-8.5T688-500q0-11-8.5-19.5T660-528q-11 0-19.5 8.5T632-500q0 11 8.5 19.5T660-472ZM227-252l-19 48q-.83 1.71-2.92 2.86Q203-200 200.67-200h-2q-2.67 0-4.67-2.1t-2-4.9v-45q-24.75 0-42.37-17.63Q132-287.25 132-312v-376q0-24.75 17.63-42.38Q167.25-748 192-748h576q24.75 0 42.38 17.62Q828-712.75 828-688v376q0 24.81-17.62 42.48-17.63 17.66-42.38 17.66V-206q0 2.53-1.74 4.26Q764.53-200 762-200h-2.8q-2.4 0-4.4-1.08-2-1.07-2.8-2.92l-17-48H227Z" }) })));
});
IconMaterialTvWithAssistantW100Filled.displayName = 'OnesyIconMaterialTvWithAssistantW100Filled';
exports.default = IconMaterialTvWithAssistantW100Filled;
;