@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.15 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.5 6h-9A1.5 1.5 0 0 0 6 7.5v1A1.5 1.5 0 0 0 7.5 10h9A1.5 1.5 0 0 0 18 8.5v-1A1.5 1.5 0 0 0 16.5 6Z" }),
_createElementVNode("rect", {
width: "18",
height: "18",
x: "3",
y: "3",
rx: "4.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M6.765 13.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M6.765 17.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M10.765 13.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M10.765 17.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M15 18h2M15 14h2M16 15v-2"
})
]))
}