@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
28 lines (27 loc) • 1.24 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: "M3 7.98c0-.542.438-.98.98-.98h1.133c.54 0 .98.438.98.98v2.04a.98.98 0 0 1-.98.98H3.979A.98.98 0 0 1 3 10.02z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M4.473 7V3M4.547 11.5v4M11.602 9.875V7"
}),
_createElementVNode("path", { d: "M10.092 11.344c0-.541.438-.98.979-.98h1.134c.54 0 .979.439.979.98v5.385a.98.98 0 0 1-.98.98h-1.133a.98.98 0 0 1-.98-.98z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M11.639 21v-3.292M18.695 6.938V3"
}),
_createElementVNode("path", { d: "M17.184 7.917c0-.541.438-.98.979-.98h1.134c.54 0 .979.439.979.98v5.604a.98.98 0 0 1-.98.979h-1.133a.98.98 0 0 1-.98-.98z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M18.73 18v-2.74"
})
]))
}