@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 836 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: "M20.37 10c.854.918.838 2.23-.037 3.133l-5.605 5.785c-1.398 1.443-3.966 1.443-5.364 0l-5.886-6.075c-.708-.732-.595-2.112.113-2.843"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m8 7.419 3.293-3.14a1.035 1.035 0 0 1 1.414 0L16 7.42M12 16V4.559",
opacity: ".4"
})
]))
}