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.45 kB
const React = require("react"); function H6Icon({ 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.248 3.748a.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.498a.75.75 0 0 0-.75-.75zM19.039 9.07c-.711.077-1.333.308-1.85.721-1.032.826-1.437 2.22-1.437 3.961v3.25c0 1.054.416 1.941 1.09 2.488.673.547 1.535.762 2.41.762.875 0 1.708-.225 2.322-.795.614-.57.928-1.437.928-2.455s-.314-1.885-.928-2.455c-.614-.57-1.447-.795-2.322-.795a4.61 4.61 0 0 0-2 .47v-.47c0-1.51.345-2.365.875-2.79.53-.423 1.444-.578 2.955-.23a.75.75 0 0 0 .9-.562.75.75 0 0 0-.562-.899c-.87-.2-1.67-.278-2.38-.2Zm.213 6.182c.625 0 1.04.15 1.3.393.262.242.45.625.45 1.357s-.188 1.115-.45 1.357c-.26.243-.675.393-1.3.393s-1.138-.16-1.465-.426c-.326-.265-.535-.628-.535-1.324v-.5c0-.542.145-.73.459-.926.314-.196.874-.324 1.541-.324z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(H6Icon); module.exports = ForwardRef;