@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) • 838 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",
"stroke-linejoin": "round",
d: "m16 11.866-3.293 2.878a1.105 1.105 0 0 1-1.414 0L8 11.866M12 4v10.488",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M20.371 10c.852.918.837 2.23-.036 3.133l-5.588 5.785c-1.394 1.443-3.955 1.443-5.349 0L3.53 12.843c-.707-.732-.707-2.112 0-2.843"
})
]))
}