@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.1 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: "M12 21v-3M8.4 21h7.2M5 11.081v.05c0 .469.035.869.136 1.369s.581 1.552 1.28 2.632M19 11v.081A6.92 6.92 0 0 1 12.081 18h-.212c-1.4 0-2.703-.42-3.789-1.139"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9.867 14.964A4.5 4.5 0 0 0 16.5 11V8.375"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M20.092 2 3 18.966"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M16 5.5c-1-2-2.44-2.5-4-2.5a4.5 4.5 0 0 0-4.5 4.5v4.085c0 .747.245 1.469.69 2.058M8 6h3.5M8 9h3.5"
})
]))
}