UNPKG

@sidekickicons/vue

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-

19 lines (18 loc) 861 B
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue") module.exports = function render(_ctx, _cache) { return (_openBlock(), _createElementBlock("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true", "data-slot": "icon", fill: "none" }, [ _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M3 6h2.5M3 7.75V4.5a1.25 1.25 0 0 1 1.25-1.25A1.25 1.25 0 0 1 5.5 4.5v3.25m0 8.5h-1a1.5 1.5 0 0 0-1.5 1.5v1.5a1.5 1.5 0 0 0 1.5 1.5h1M3 9.75v4.5h1.375A1.125 1.125 0 0 0 5.5 13.125 1.125 1.125 0 0 0 4.375 12H3.5h.875A1.125 1.125 0 0 0 5.5 10.875 1.125 1.125 0 0 0 4.375 9.75ZM8.25 6h12m-12 6h12m-12 6h12" }) ])) }