@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 872 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
stroke: "#4e5964",
"stroke-width": "1.5",
d: "M18.635 13.64c-.74 2.387-3.616 5.44-5.344 7.116a1.827 1.827 0 0 1-2.617-.056c-1.586-1.677-4.19-4.663-5.083-7.06-.68-1.824-.63-4.834-.538-6.48a1.9 1.9 0 0 1 1.154-1.627l4.978-2.177a2 2 0 0 1 1.625.01l4.85 2.193a1.9 1.9 0 0 1 1.12 1.5c.191 1.612.44 4.692-.145 6.582Z"
}),
_createElementVNode("path", { d: "M19 11H5l1.037 3.882 2.593 3.236L12.26 22l1.036-1.294 1.556-1.941 1.555-1.942 1.556-2.588z" })
]))
}