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.55 kB
const React = require("react"); function LetteredListIcon({ 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: "M2.5 5.875a.5.5 0 0 0-.5.5v3.25a.5.5 0 0 0 .5.5h1.25c.684 0 1.25-.566 1.25-1.25V8.75c0-.291-.144-.536-.314-.75.17-.214.314-.459.314-.75v-.125c0-.684-.566-1.25-1.25-1.25Zm.5 1h.75c.144 0 .25.106.25.25v.125c0 .144-.106.25-.25.25H3ZM3 8.5h.75c.144 0 .25.106.25.25v.125c0 .144-.106.25-.25.25H3ZM3.5 1C2.679 1 2 1.679 2 2.5v2.125a.625.625 0 0 0 .625.625.625.625 0 0 0 .625-.625v-.5h.5v.5a.625.625 0 0 0 .625.625A.625.625 0 0 0 5 4.625V2.5C5 1.68 4.32 1 3.5 1Zm0 1.25a.24.24 0 0 1 .25.248.625.625 0 0 0 0 .002v.375h-.5V2.5a.24.24 0 0 1 .25-.25zm-1.5 11c0 .96.79 1.75 1.75 1.75h.625A.625.625 0 0 0 5 14.375a.625.625 0 0 0-.625-.625H3.75a.49.49 0 0 1-.5-.5v-.75c0-.284.216-.5.5-.5h.625A.625.625 0 0 0 5 11.375a.625.625 0 0 0-.625-.625H3.75c-.96 0-1.75.79-1.75 1.75ZM7.25 2a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm0 5.25a.75.75 0 0 0 0 1.5h6a.75.75 0 0 0 0-1.5zm-.75 6a.75.75 0 0 1 .75-.75h6a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(LetteredListIcon); module.exports = ForwardRef;