UNPKG

@nomercyicons/react

Version:
32 lines 1.02 kB
import * as React from "react"; function HourglassTopTwoToneIcon({ 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: "M8 7.5l4 4 4-4V4H8z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M8 7.5l4 4 4-4V4H8z", opacity: 0.3 }), /*#__PURE__*/React.createElement("path", { d: "M18 2H6v6l4 4-3.99 4.01L6 22h12l-.01-5.99L14 12l4-3.99V2zm-2 14.5V20H8v-3.5l4-4 4 4zm0-9l-4 4-4-4V4h8v3.5z" })); } const ForwardRef = React.forwardRef(HourglassTopTwoToneIcon); export default ForwardRef;