@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) • 918 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: "M2.982 11.083a2 2 0 0 1 2-2h.402a3 3 0 0 0 1.997-.761l4.744-4.232a.918.918 0 0 1 1.514.52 41.3 41.3 0 0 1 0 14.78.918.918 0 0 1-1.514.52l-4.842-4.32a3 3 0 0 0-1.763-.752l-.694-.055a2 2 0 0 1-1.844-1.994z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "m17.982 13 3.035-2.965m-.035 3L18.017 10",
opacity: ".4"
})
]))
}