@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 858 B
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.4 13.35 1.859-2.582a.18.18 0 0 1 .275-.02l2.421 2.507a.18.18 0 0 0 .274-.018l1.921-2.587"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M14.5 3h-7A4.5 4.5 0 0 0 3 7.5v9A4.5 4.5 0 0 0 7.5 21h9a4.5 4.5 0 0 0 4.5-4.5V9.188"
}),
_createElementVNode("circle", {
cx: "18.75",
cy: "5.25",
r: "1.35"
})
]))
}