UNPKG

@astraicons/vue

Version:

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

23 lines (22 loc) 835 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", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "m11.866 8 2.878 3.293c.341.39.341 1.024 0 1.414L11.866 16M4 12h10.488", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M10 20.378c.925.847 2.24.827 3.143-.05l5.782-5.61c1.442-1.399 1.432-3.96-.021-5.347L12.786 3.53c-.736-.704-2.055-.71-2.786 0" }) ])) }