UNPKG

@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) 847 B
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: "m12 3.5 4 6.5m0 0 3-2.331m-3 2.33H8m8 0-4 7-4-7m8 0 3 6-7 1.115M8 10l-3 6 7 1.114M8 10 5 7.6M8 10l4-6m0 13.114v3.988" }) ])) }