UNPKG

@nomercyicons/react

Version:
29 lines 1.57 kB
const React = require("react"); function HiveTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M5.92 7L4.79 9l1.13 2h2.14l1.13-2-1.13-2zM10.94 16L9.8 18.02 10.92 20h2.16l1.12-1.98L13.06 16zM13.06 14l1.13-2-1.13-2h-2.12l-1.13 2 1.13 2zM5.92 13l-1.13 2 1.13 2h2.14l1.13-2-1.13-2zM15.94 7l-1.13 2 1.13 2h2.14l1.13-2-1.13-2zM10.92 4L9.8 5.98 10.94 8h2.12l1.14-2.02L13.08 4zM15.94 13l-1.13 2 1.13 2h2.14l1.13-2-1.13-2z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M21.5 9l-2.25-4h-3.31l-1.69-3h-4.5L8.06 5H4.75L2.5 9l1.69 3-1.69 3 2.25 4h3.31l1.69 3h4.5l1.69-3h3.31l2.25-4-1.69-3 1.69-3zM8.06 17H5.92L4.8 15l1.12-2h2.14l1.12 2-1.12 2zm0-6H5.92L4.79 9l1.12-2h2.14l1.12 2-1.11 2zm5.02 9h-2.16L9.8 18.02 10.94 16h2.12l1.13 2.02L13.08 20zm-3.27-8l1.12-2h2.12l1.12 2-1.12 2h-2.12l-1.12-2zm3.25-4h-2.12L9.8 5.98 10.92 4h2.16l1.12 1.98L13.06 8zm5.02 9h-2.14l-1.12-2 1.12-2h2.14l1.12 2-1.12 2zm0-6h-2.14l-1.12-2 1.12-2h2.14l1.12 2-1.12 2z" })); } const ForwardRef = React.forwardRef(HiveTwoToneIcon); module.exports = ForwardRef;