UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 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 IconMaterialHiveW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HiveW100Filled', short_name: 'Hive', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M634-494h126l48-86q8-14 8-29t-8-29l-31-55q-8-14-21.5-22.5T725-724h-91l-64 115 64 115ZM417-365h126l64-115-64-115H417l-64 115 64 115Zm0-259h126l64-115-47-84q-8-14-21.5-22.5T508-854h-56q-17 0-30.5 8.5T400-823l-47 84 64 115Zm-27 15-64-115h-91q-17 0-30.5 8.5T183-693l-31 55q-8 14-8 29t8 29l48 86h126l64-115Zm0 258-64-115H200l-48 86q-8 14-8 29t8 29l31 55q8 14 21.5 22.5T235-236h91l64-115Zm27 15-64 115 47 84q8 14 21.5 22.5T452-106h56q17 0 30.5-8.5T560-137l47-84-64-115H417Zm217 100h91q17 0 30.5-8.5T777-267l31-55q8-14 8-29t-8-29l-48-86H634l-64 115 64 115Z" }) }))); }); IconMaterialHiveW100Filled.displayName = 'OnesyIconMaterialHiveW100Filled'; exports.default = IconMaterialHiveW100Filled;