@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 965 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: "M5.77 5.44a9.3 9.3 0 0 1 4.237-2.418.562.562 0 0 1 .675.758c-1.342 2.745-1.231 6.45.9 8.64 2.188 2.13 5.893 2.24 8.636.9a.562.562 0 0 1 .76.674 9.26 9.26 0 0 1-2.419 4.236",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M5.77 5.44a9.167 9.167 0 0 0-.171 12.96 9.166 9.166 0 0 0 12.96-.17 9.26 9.26 0 0 0 2.419-4.236.562.562 0 0 0-.76-.675"
})
]))
}