@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
19 lines (18 loc) • 718 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: "M3 12V8.24c0-4.667 3.519-6.578 7.824-4.244l3.473 1.88 3.474 1.879c4.305 2.334 4.305 6.156 0 8.49l-3.474 1.88-3.473 1.88C6.519 22.337 3 20.426 3 15.758z"
})
]))
}