UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 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 IconMaterialViewComfyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ViewComfyW100Filled', short_name: 'ViewComfy', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M162-494q-12.75 0-21.37-8.63Q132-511.25 132-524v-194q0-12.75 8.63-21.38Q149.25-748 162-748h636q12.75 0 21.38 8.62Q828-730.75 828-718v194q0 12.75-8.62 21.37Q810.75-494 798-494H162Zm236 282q-12.75 0-21.37-8.63Q368-229.25 368-242v-194q0-12.75 8.63-21.38Q385.25-466 398-466h400q12.75 0 21.38 8.62Q828-448.75 828-436v194q0 12.75-8.62 21.37Q810.75-212 798-212H398Zm-236 0q-12.75 0-21.37-8.63Q132-229.25 132-242v-194q0-12.75 8.63-21.38Q149.25-466 162-466h148q12.75 0 21.38 8.62Q340-448.75 340-436v194q0 12.75-8.62 21.37Q322.75-212 310-212H162Z" }) }))); }); IconMaterialViewComfyW100Filled.displayName = 'OnesyIconMaterialViewComfyW100Filled'; exports.default = IconMaterialViewComfyW100Filled;