@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) • 833 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.225z" }),
_createElementVNode("path", { d: "M19.323 16H4.677a.1.1 0 0 1-.086-.151l7.323-12.206a.1.1 0 0 1 .172 0l7.323 12.206a.1.1 0 0 1-.086.151Z" })
]))
}