@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
36 lines (35 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", {
"stroke-linecap": "round",
d: "M3 9a4 4 0 0 1 4-4h.2a.8.8 0 0 1 .8.8.8.8 0 0 0 .8.8h6.4a.8.8 0 0 0 .8-.8.8.8 0 0 1 .8-.8h.2a4 4 0 0 1 4 4v7.5a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5V9Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M15 17s-1.125 1-3 1-3-1-3-1",
opacity: ".4"
}),
_createElementVNode("rect", {
width: "12",
height: "3",
x: "6",
y: "10",
"stroke-linecap": "round",
opacity: ".4",
rx: "1.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M2 15v-2M22 15v-2M12 5.128V6.5M11 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z",
opacity: ".4"
})
]))
}