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 1.05 kB
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 24 24", 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.246 3.746a.75.75 0 0 0-.75.75v7.5a.75.75 0 0 0 0 .002v7.5a.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75v-6.75h9v6.75a.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75v-15a.75.75 0 0 0-.75-.75.75.75 0 0 0-.75.75v6.75h-9V4.496a.75.75 0 0 0-.75-.75zm18.965 5.285a.75.75 0 0 0-.842.313l-4.5 7A.75.75 0 0 0 16.5 17.5h3.75v2a.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75v-2h.5a.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75h-.5V9.75a.75.75 0 0 0-.54-.719Zm-.961 3.272V16h-2.377z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(H4Icon); module.exports = ForwardRef;