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.34 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 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: "M12.41 6.02c-.454.05-.866.197-1.215.474-.698.554-.945 1.463-.945 2.5V10.834c0 .676.285 1.294.744 1.664.46.37 1.026.502 1.578.502.553 0 1.116-.142 1.543-.535.428-.393.635-.991.635-1.631s-.207-1.238-.635-1.63c-.427-.394-.99-.536-1.543-.536-.266 0-.52.128-.783.187.033-.64.164-1.047.338-1.185.195-.154.604-.257 1.42-.07a.75.75 0 0 0 .898-.563.75.75 0 0 0-.564-.898c-.52-.12-1.017-.169-1.47-.12Zm.162 4.148c.305 0 .455.072.528.139.072.067.15.176.15.527 0 .351-.078.46-.15.527-.073.067-.223.139-.528.139-.304 0-.525-.08-.636-.17-.112-.09-.186-.18-.186-.496v-.283c0-.215.01-.186.11-.248s.366-.135.712-.135zM1.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(H6Icon); module.exports = ForwardRef;