@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) • 812 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 10.2c.854.909.838 2.207-.037 3.101l-5.605 5.728c-1.398 1.428-3.966 1.428-5.364 0l-5.886-6.015c-.708-.724-.595-2.09.113-2.814"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m8.4 7.5 2.963-2.964a.9.9 0 0 1 1.273 0L15.6 7.5M12 15.6V4.8"
})
]))
}