@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
15 lines (14 loc) • 842 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: "M9.608 3.88a3.49 3.49 0 0 1 4.633 0l5.492 4.861a3.57 3.57 0 0 1 1.195 2.487l.067 1.277a3.57 3.57 0 0 1-1.212 2.877l-5.44 4.753a3.49 3.49 0 0 1-4.6 0l-5.526-4.828A3.57 3.57 0 0 1 3 12.617v-1.275c0-1.025.437-2 1.2-2.675z" }),
_createElementVNode("path", { d: "M12 21v-3m0 0-5.21-1.78M12 18l5.714-2M20 15l-1.143.5-1.143.5M4 15l2.79 1.22m0 0 5.123-12.506a.1.1 0 0 1 .183-.004L17.714 16" })
]))
}