UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.85 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 IconMaterialCastleW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CastleW100', short_name: 'Castle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M66-174v-386q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h132v-306q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h132v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h132v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66h132v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v306h132v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v386q0 11-8.5 19.5T866-146H616q-12.75 0-21.37-8.63Q586-163.25 586-176v-64q0-45-30.5-75.5T480-346q-45 0-75.5 30.5T374-240v63.51q0 13.49-8.62 21.99-8.63 8.5-21.38 8.5H94q-11 0-19.5-8.5T66-174Zm28 0h252v-66q0-56 39-95t95-39q56 0 95 39t39 95v66h252v-292H736q-12.75 0-21.37-8.63Q706-483.25 706-496v-210H254v210q0 12.75-8.62 21.37Q236.75-466 224-466H94v292Zm300-332h13q3.5 0 5.25-2.5T414-514v-56q0-5.95-4.04-9.97-4.03-4.03-10-4.03-5.96 0-9.96 4.03-4 4.02-4 9.97v56q0 3 2.5 5.5t5.5 2.5Zm160 0h13q3.5 0 5.25-2.5T574-514v-56q0-5.95-4.04-9.97-4.03-4.03-10-4.03-5.96 0-9.96 4.03-4 4.02-4 9.97v56q0 3 2.5 5.5t5.5 2.5Zm-74 66Z" }) }))); }); IconMaterialCastleW100.displayName = 'OnesyIconMaterialCastleW100'; exports.default = IconMaterialCastleW100;