@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
14 lines (13 loc) • 743 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: "M10.204 3.499a3.48 3.48 0 0 1 3.592 0l4.408 2.638C19.315 6.802 20 8.032 20 9.362v5.276c0 1.33-.685 2.56-1.796 3.225l-4.408 2.638a3.48 3.48 0 0 1-3.592 0l-4.408-2.638C4.685 17.198 4 15.97 4 14.638V9.362c0-1.33.685-2.56 1.796-3.225zM12.184 12l7.186-4.143M12.184 12 5 7.857M12.184 12v8.285" })
]))
}