UNPKG

@astraicons/vue

Version:

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

20 lines (19 loc) 980 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", "stroke-miterlimit": "10", d: "m17.361 11.487 4.243-.009m-2.117 2.126-.008-4.243" }), _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" }) ])) }