UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 968 B
const React = require("react"); function H4Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M2.75 4a.75.75 0 0 1 .75.75v4.5h5v-4.5a.75.75 0 0 1 1.5 0v10.5a.75.75 0 0 1-1.5 0v-4.5h-5v4.5a.75.75 0 0 1-1.5 0V4.75A.75.75 0 0 1 2.75 4ZM16.5 8.04a.75.75 0 0 0-.838.257l-3.521 4.668a.75.75 0 0 0 .6 1.201h2.77v1.084a.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75v-1.084h.23a.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75h-.23V8.75a.75.75 0 0 0-.511-.71Zm-.988 2.946v1.68h-1.268z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(H4Icon); module.exports = ForwardRef;