UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

24 lines (23 loc) 1.05 kB
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", d: "M19.942 15.288c2.536 1.46-.004 5.451-2.215 5.67-7.065.697-14.362-7.297-14.724-14.043-.115-2.139 3.666-5.501 5.389-3.066.918 1.298 2.263 3.231.796 4.776" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M15.375 14.813c-2.395 2.52-8.592-3.658-6.187-6.188 1.467-1.545.122-3.478-.796-4.776-1.723-2.435-5.504.927-5.39 3.066.363 6.746 7.66 14.74 14.726 14.042 2.21-.218 4.75-4.21 2.214-5.669-1.268-.73-3.233-1.88-4.567-.476M14 8l2-2 2 2", opacity: ".4" }) ])) }