UNPKG

@placetopay/iconsax-vue

Version:

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

29 lines (28 loc) 1.08 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", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "m16.92 8.8-3.22 3.22-9.58 9.58-.58.29c-.71.35-1.54-.16-1.54-.96V3.07c0-.8.83-1.31 1.55-.96z" }), _createElementVNode("g", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", opacity: ".4" }, [ _createElementVNode("path", { d: "m21.4 12.95-4.52 2.26-3.19-3.19 3.22-3.22 4.49 2.25c.79.39.79 1.51 0 1.9" }), _createElementVNode("path", { d: "M16.89 15.21 4.12 21.6l9.58-9.58zm-3.19-3.19L4.09 2.41" }) ]) ])) }