UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.19 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 IconMaterialViewStreamW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ViewStreamW100Filled', short_name: 'ViewStream', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-252q-24.75 0-42.37-17.63Q172-287.25 172-312v-94q0-24.75 17.63-42.38Q207.25-466 232-466h496q24.75 0 42.38 17.62Q788-430.75 788-406v94q0 24.75-17.62 42.37Q752.75-252 728-252H232Zm0-242q-24.75 0-42.37-17.63Q172-529.25 172-554v-94q0-24.75 17.63-42.38Q207.25-708 232-708h496q24.75 0 42.38 17.62Q788-672.75 788-648v94q0 24.75-17.62 42.37Q752.75-494 728-494H232Z" }) }))); }); IconMaterialViewStreamW100Filled.displayName = 'OnesyIconMaterialViewStreamW100Filled'; exports.default = IconMaterialViewStreamW100Filled;