UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.22 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 IconMaterialArchitecture = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Architecture', short_name: 'Architecture', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M444-484 336-186q-1 3-5 7l-32 31q-9 9-20.5 4.5T265-160l-4-43 1-9 112-310q15 14 32.5 23.5T444-484Zm36-36q-50 0-85-35t-35-85q0-39 22.5-69.5T440-752v-48q0-17 11.5-28.5T480-840q17 0 28.5 11.5T520-800v48q35 12 57.5 42.5T600-640q0 50-35 85t-85 35Zm0-80q17 0 28.5-11.5T520-640q0-17-11.5-28.5T480-680q-17 0-28.5 11.5T440-640q0 17 11.5 28.5T480-600Zm36 116q20-5 37.5-14.5T586-522l112 310q1 3 1 9l-4 43q-2 12-13.5 16.5T661-148l-32-31-5-7-108-298Z" }) }))); }); IconMaterialArchitecture.displayName = 'OnesyIconMaterialArchitecture'; exports.default = IconMaterialArchitecture;