@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 840 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", { d: "m12.21 10.505 2.17-3.763c.205-.476.906-.472 1.11.014l3.511 7.715c1.364 3.244-1.93 6.378-5.221 4.967a4 4 0 0 1-.58-.305m-3.111-14.68 3.754 9.069c1.63 3.937-2.36 7.763-6.324 6.064-2.457-1.054-3.615-3.852-2.587-6.25l3.82-8.91c.249-.581 1.092-.563 1.337.027Z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M7.729 14.054c-.052.7.256 2.27 1.894 2.953"
})
]))
}