@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
64 lines (63 loc) • 1.51 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: "M8 5h13",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M15 12h6"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9 19h12",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M3 5h2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M3 12h9",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M3 19h2"
}),
_createElementVNode("rect", {
width: "3",
height: "4",
x: "5",
y: "3",
"stroke-linecap": "round",
rx: "1"
}),
_createElementVNode("rect", {
width: "3",
height: "4",
x: "12",
y: "10",
"stroke-linecap": "round",
rx: "1"
}),
_createElementVNode("rect", {
width: "3",
height: "4",
x: "6",
y: "17",
"stroke-linecap": "round",
rx: "1"
})
]))
}