@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 1.03 kB
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: "M6.5 7A2.5 2.5 0 0 0 4 9.5v7A4.5 4.5 0 0 0 8.5 21h7a4.5 4.5 0 0 0 4.5-4.5V9.366A2.366 2.366 0 0 0 17.634 7h-.317" }),
_createElementVNode("path", { d: "M6 6a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v3a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9 10v2M21 16c0 2 0 3-1 3M3 16c0 2 0 3 1 3M15 10v2"
}),
_createElementVNode("path", { d: "M17 21v-3a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v3" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9 5V3.5a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1V5"
})
]))
}