UNPKG

@placetopay/iconsax-vue

Version:

Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.

23 lines (22 loc) 1.45 kB
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue" export default function render(_ctx, _cache) { return (_openBlock(), _createElementBlock("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, [ _createElementVNode("path", { fill: "currentColor", d: "m21.711 11.35-3.01 1.9-6.08-6.08 1.89-3.01c.88-1.39 2.65-1.45 3.94-.16l3.41 3.41c1.22 1.23 1.14 3.12-.15 3.94" }), _createElementVNode("path", { fill: "currentColor", d: "m16 21.29-9.36 1.1c-.65.08-1.23-.02-1.72-.26a2.6 2.6 0 0 1-1.19-1.19c-.24-.49-.33-1.06-.26-1.7l1.04-8.71c.17.09.36.17.55.23q.675.24 1.44.24c1.14 0 2.17-.42 2.96-1.12a4.46 4.46 0 0 0 1.37-2.18c.06-.2.1-.41.13-.63l1.66.1 6.08 6.09.26 4.42c.25 2.48-.61 3.34-2.96 3.61", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "m8.78 18.28-3.85 3.85c-.53-.26-.93-.66-1.19-1.19l3.85-3.85c.34-.33.87-.33 1.19 0 .33.33.33.86 0 1.19M6.5 2c-1.06 0-2.04.37-2.81.99A4.45 4.45 0 0 0 2 6.5c0 .84.24 1.64.65 2.32.54.9 1.39 1.6 2.41 1.94q.675.24 1.44.24c1.14 0 2.17-.42 2.96-1.12a4.46 4.46 0 0 0 1.37-2.18c.11-.38.17-.79.17-1.2C11 4.01 8.99 2 6.5 2m1.66 5.25h-.89v.93c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-.93H4.8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.97v-.93c0-.41.34-.75.75-.75s.75.34.75.75v.93h.89a.749.749 0 1 1 0 1.5" }) ])) }