@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 798 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", {
"stroke-linecap": "round",
d: "M7 21h10a4 4 0 0 0 4-4V9a3 3 0 0 0-3-3H6a3 3 0 0 0-3 3v8a4 4 0 0 0 4 4ZM17.5 5.5h1M18 6v14M6 6v14M5.5 5.5h1M9 5.5V4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M9 13.503h6M11.998 16.503v-6"
})
]))
}