UNPKG

@astraicons/vue

Version:

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

19 lines (18 loc) 1.04 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: "M18.3 13.977c.578-.359.976-1.105.976-1.974 0-.87-.398-1.616-.975-1.98M20.512 15.51c.899-.772 1.488-2.054 1.488-3.508 0-1.457-.59-2.74-1.49-3.512" }), _createElementVNode("path", { d: "m10.115 5.085 1.168-1.486c.86-1.094 2.519-.592 2.921.723.121.396.128.82.197 1.228.83 4.874.772 7.853-.013 12.737-.062.381-.073.773-.154 1.15-.328 1.516-1.924 2.14-2.88.91l-1.192-1.533c-.453-.583-1.076-.912-1.726-.912h-.902C5.03 17.903 3 15.37 3 12.247v-.65c0-3.13 2.035-5.67 4.545-5.67h.964c.604 0 1.183-.303 1.606-.841Z" }) ])) }