UNPKG

@placetopay/iconsax-vue

Version:

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

19 lines (18 loc) 1.27 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: "m10.99 2.6-6.5 3.82c-.61.36-.99 1.02-.99 1.72v7.71c0 .71.38 1.36.99 1.72l6.5 3.82c.63.37 1.4.37 2.03 0l6.5-3.82c.61-.36.99-1.02.99-1.72V8.14c0-.71-.38-1.36-.99-1.72l-6.5-3.82c-.63-.37-1.41-.37-2.03 0", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "m17.39 14.36-2.61-1.57.26-.26c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.52.52-1.8-1.08.38-.38c.29-.29.29-.77 0-1.06a.754.754 0 0 0-1.06 0l-.65.65L8.46 9 12 6.87l4.61 2.77a.751.751 0 1 0 .77-1.29l-5-3a.76.76 0 0 0-.77 0l-5 3a.75.75 0 0 0 0 1.28l2.61 1.57-.26.26c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.52-.52 1.8 1.08-.38.38c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l.65-.65 1.86 1.12L12 17.13l-4.61-2.77a.75.75 0 0 0-1.03.26c-.21.36-.1.82.26 1.03l5 3c.12.07.25.11.39.11s.27-.04.39-.11l5-3c.23-.14.36-.38.36-.64s-.15-.52-.37-.65" }) ])) }