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.19 kB
const React = require("react"); function H5Icon({ 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: "M1.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 3Zm9.408 3a.75.75 0 0 0-.75.705l-.156 2.68a.75.75 0 0 0 .748.795h1.578c.425 0 .538.092.58.136.042.045.092.143.092.383 0 .282-.024.543-.066.647-.041.1.007.1-.235.129a8.377 8.377 0 0 1-1.85-.063.75.75 0 0 0-.843.645.75.75 0 0 0 .644.841c.76.102 1.409.128 2.182.073a.75.75 0 0 0 .035-.002c.699-.082 1.255-.566 1.455-1.055.2-.49.178-.933.178-1.215 0-.464-.11-1-.502-1.414-.392-.414-.99-.605-1.67-.605h-.783l.07-1.18H14a.75.75 0 0 0 .75-.75A.75.75 0 0 0 14 6Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(H5Icon); module.exports = ForwardRef;