@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 717 B
JavaScript
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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M16 4h.5A4.5 4.5 0 0 1 21 8.5v8a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5v-8A4.5 4.5 0 0 1 7.5 4H8m2 0h4" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M6.75 9.25h6.5M6.75 12.25h4.5M6.75 15.25h1.5M9 5.286V3M15 5.286V3"
})
]))
}