@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
34 lines (33 loc) • 1.3 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: "M16 8.5V6a3 3 0 0 0-3-3H5.708A2.71 2.71 0 0 0 3 5.708V18a3 3 0 0 0 3 3h7.5a2.5 2.5 0 0 0 2.5-2.5" }),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M6 15.02V15M9 15.02V15M6 18.02V18M9 18.02V18"
}),
_createElementVNode("path", { d: "M12.5 12h-6A1.5 1.5 0 0 1 5 10.5v-2A1.5 1.5 0 0 1 6.5 7H13a1 1 0 0 1 1 1" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M17.857 19V8.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M18 4a2 2 0 0 1 2 2M18 2a4 4 0 0 1 4 4"
}),
_createElementVNode("path", { d: "M12 10a2 2 0 0 1 2-2h5a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M10 5H9"
})
]))
}