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 962 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 16 16", 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: "M13.727 6.035a.75.75 0 0 0-.84.281l-3 4.252a.75.75 0 0 0 .613 1.182h2.25v.5a.75.75 0 0 0 .75.75.75.75 0 0 0 .75-.75v-.5h.25a.75.75 0 0 0 .75-.75.75.75 0 0 0-.75-.75h-.25v-3.5a.75.75 0 0 0-.523-.715Zm-.977 3.078v1.137h-.803ZM1.75 3a.75.75 0 0 1 .75.75v3.5h4v-3.5a.75.75 0 0 1 1.5 0v8.5a.75.75 0 0 1-1.5 0v-3.5h-4v3.5a.75.75 0 0 1-1.5 0v-8.5A.75.75 0 0 1 1.75 3Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(H4Icon); module.exports = ForwardRef;