@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 953 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",
"stroke-miterlimit": "10",
d: "M7 9.494c0-3.112 1.955-4.386 4.347-2.83l3.86 2.506c2.391 1.556 2.391 4.104 0 5.66l-3.86 2.506C8.955 18.892 7 17.618 7 14.506z",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M15.206 9.17c2.392 1.556 2.392 4.104 0 5.66l-3.86 2.506C8.956 18.892 7 17.618 7 14.506"
})
]))
}