UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.76 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 IconMaterialTableEyeW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TableEyeW100Filled', short_name: 'TableEye', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-172q-24.75 0-42.37-17.63Q172-207.25 172-232v-496q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v299q0 6.1-4.04 10.05-4.03 3.95-10 3.95-5.96 0-9.96-4.02-4-4.03-4-9.98v-135H592v135q0 6.1-4.04 10.05-4.03 3.95-10 3.95-5.96 0-9.96-4.02-4-4.03-4-9.98v-135H396v166q0 13-8.5 21.5T366-368H200v136q0 14 9 23t23 9h91q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4h-91Zm-32-224h168v-168H200v168Zm0-196h560v-136q0-14-9-23t-23-9H232q-14 0-23 9t-9 23v136ZM647.11-92Q589-92 538.5-117T450-186q-6-7-8.5-14.81-2.5-7.82-2.5-16 0-8.19 2.5-17.19 2.5-9 8.5-16 38-44 88.39-69t108.5-25q58.11 0 108.61 25t88.5 69q6 7 8.5 15.5T855-218q0 8-2.5 16.5T844-186q-38 44-88.39 69t-108.5 25Zm-.14-64Q673-156 691-173.97t18-44Q709-244 691.03-262t-44-18Q621-280 603-262.03t-18 44Q585-192 602.97-174t44 18Zm.15-28Q633-184 623-193.88q-10-9.88-10-24t9.88-24.12q9.88-10 24-10t24.12 9.88q10 9.88 10 24T671.12-194q-9.88 10-24 10Z" }) }))); }); IconMaterialTableEyeW100Filled.displayName = 'OnesyIconMaterialTableEyeW100Filled'; exports.default = IconMaterialTableEyeW100Filled;