@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) • 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: "M5.752 20.053a5.97 5.97 0 0 0 3.233.944h6a6 6 0 0 0 6-6v-.375a5.63 5.63 0 0 0-4.475-5.507"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m19.016 2.003-17 17m6-10V5.895c0-1.597 1.358-2.892 3.034-2.892h2.07c1.264 0 2.345.748 2.782 1.806m0 0q.068.163.114.336zm-3.893 4.193H8.64a5.625 5.625 0 0 0-5.625 5.625v.375c0 .85.176 1.657.494 2.389",
opacity: ".5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12.166 16.497v-2.5"
})
]))
}