UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialVillaW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VillaW100', short_name: 'Villa', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M172-202v-361q0-18.67 10.43-33.97Q192.86-612.28 210-619l349-134q15-6 28 3.07 13 9.06 13 24.93v297h76q0-23.1 16.43-39.55Q708.86-484 731.93-484t39.57 16.45Q788-451.1 788-428v226q0 13-8.5 21.5T758-172H202q-13 0-21.5-8.5T172-202Zm28 2h212v-168q0-24.75 17.63-42.38Q447.25-428 472-428h100v-301L220-593q-9 4-14.5 12t-5.5 18v363Zm240 0h132v-56q0-11 8.5-19.5T600-284q11 0 19.5 8.5T628-256v56h132v-200H472q-14 0-23 9t-9 23v168Zm-54-265Zm214 165Zm0 0Z" }) }))); }); IconMaterialVillaW100.displayName = 'OnesyIconMaterialVillaW100'; exports.default = IconMaterialVillaW100;