UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.14 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 IconMaterialViewQuiltW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ViewQuiltW100', short_name: 'ViewQuilt', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-312v-336q0-24.75 18.8-42.38Q209.6-708 236-708h488q26.4 0 45.2 17.62Q788-672.75 788-648v336q0 24.75-18.8 42.37Q750.4-252 724-252H236q-26.4 0-45.2-17.63Q172-287.25 172-312Zm221-182h367v-154q0-12-11-22t-25-10H393v186Zm197 214h134q14 0 25-10t11-22v-154H590v186Zm-197 0h169v-186H393v186Zm-157 0h129v-400H236q-14 0-25 10t-11 22v336q0 12 11 22t25 10Z" }) }))); }); IconMaterialViewQuiltW100.displayName = 'OnesyIconMaterialViewQuiltW100'; exports.default = IconMaterialViewQuiltW100;