@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 797 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: "M12 21v-3M5 11.081v.05A6.87 6.87 0 0 0 11.87 18h.211A6.92 6.92 0 0 0 19 11.081V11M8.4 21h7.2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8 6h3.5M8 9h3.5M8 12h3.5m.5-9a4.5 4.5 0 0 1 4.5 4.5V11a4.5 4.5 0 0 1-9 0V7.5A4.5 4.5 0 0 1 12 3Z",
opacity: ".4"
})
]))
}