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) 1.4 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: "M20.092 3 3 19.966M14 20s-.333 1-2 1-2-1-2-1M18.43 9.233v3.122c0 .404.236.772.607.954l.647.313a2.3 2.3 0 0 1 1.318 2.067c0 1.276-1.067 2.311-2.384 2.311H7.867M18.43 9.233q0-.218-.016-.435m.015.435-.015-.435m0 0a6 6 0 0 0-.05-.463m0 0a6 6 0 0 0-.072-.39zM3.713 17.336a2.27 2.27 0 0 1-.712-1.647c0-.876.51-1.676 1.318-2.069l.647-.312c.371-.181.606-.549.606-.953V9.233C5.573 5.791 8.453 3 12.002 3c1.816 0 3.33.325 4.5 1.5l.5.5" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M5.571 9.233v3.122c0 .404-.235.771-.607.954l-.646.312A2.3 2.3 0 0 0 3 15.688c0 1.085.77 1.996 1.81 2.245m.761-8.7q0-.219.016-.435m-.016.435.016-.435m0 0q.016-.234.05-.463m0 0q.03-.198.072-.391zM20.378 5.582s1.183.252 1.382 2.094c.2 1.842-.903 2.326-.903 2.326M3.35 5.493s-1.164.322-1.248 2.172 1.046 2.269 1.046 2.269" }) ])) }