UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.77 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 IconMaterialHubW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HubW100Filled', short_name: 'Hub', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240.12-66Q201-66 173.5-93.38q-27.5-27.38-27.5-66.5 0-39.12 27.43-66.62 27.42-27.5 66.6-27.5 10.97 0 23.97 3.5 13 3.5 24 9.5l115-143q-20-21-27-46t-2-51l-170-56q-12 23-34.29 37-22.28 14-49.71 14-39.17 0-66.58-27.38Q26-540.76 26-579.88 26-619 53.38-646.5q27.38-27.5 66.5-27.5 39.12 0 66.62 27.42Q214-619.17 214-580q0 6-.5 9t-.5 6l169 59q11-22 32.5-39t51.5-22v-180q-38-6-59-33.5t-21-59.91q0-38.59 27.38-66.09t66.5-27.5q39.12 0 66.62 27.42Q574-879.17 574-840q0 32-21 59.5T494-747v180q30 5 51 22t33 39l169-59q-1-4-1-6.5v-8.5q0-39.17 27.38-66.58Q800.76-674 839.88-674q39.12 0 66.62 27.38 27.5 27.38 27.5 66.5 0 39.12-27.42 66.62Q879.17-486 840-486q-27.11 0-49.55-14Q768-514 756-537l-170 56q5 26-2 51t-27 45l115 143q11-5 24-8.5t23.97-3.5q39.18 0 66.6 27.38Q814-199.24 814-160.12q0 39.12-27.38 66.62Q759.24-66 720.12-66 681-66 653.5-93.42 626-120.83 626-160q0-17.19 5.5-33.1Q637-209 651-223L536-368q-23 16-55.5 16T424-368L309-223q13 14 19 29.9 6 15.91 6 33.1 0 39.17-27.38 66.58Q279.24-66 240.12-66Z" }) }))); }); IconMaterialHubW100Filled.displayName = 'OnesyIconMaterialHubW100Filled'; exports.default = IconMaterialHubW100Filled;