@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) • 876 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: "M16.32 11.5c.032 2.64-.19 5.282-.664 7.89a.918.918 0 0 1-1.514.52L11 17.107M8.836 15.25a3 3 0 0 0-1.299-.412l-.693-.055A2 2 0 0 1 5 12.79v-1.706a2 2 0 0 1 2-2h.402a3 3 0 0 0 1.997-.761l4.743-4.232a.918.918 0 0 1 1.515.52q.334 1.848.502 3.712"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M20 5 5.5 18.5"
})
]))
}