UNPKG

@placetopay/iconsax-vue

Version:

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

18 lines (17 loc) 874 B
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: "m5.65 7.65-2.8-2.8A.5.5 0 0 1 3.2 4h3.59c.13 0 .26.05.35.15l5 5a.5.5 0 0 1-.35.85H8.5C6.57 10 5 11.57 5 13.5S6.57 17 8.5 17H10l2.15 2.15a.5.5 0 0 1-.35.85H8.51A6.5 6.5 0 0 1 5.48 7.75z" }), _createElementVNode("path", { fill: "currentColor", d: "m18.35 16.35 2.8 2.8a.5.5 0 0 1-.35.85h-3.59a.47.47 0 0 1-.35-.15l-5-5a.5.5 0 0 1 .35-.85h3.29c1.93 0 3.5-1.57 3.5-3.5S17.43 7 15.5 7H14l-2.15-2.15A.5.5 0 0 1 12.2 4h3.29a6.5 6.5 0 0 1 3.03 12.25z" }) ])) }