UNPKG

@placetopay/iconsax-vue

Version:

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

42 lines (41 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: "M22 12c0 2.76-2.24 5-5 5 0-2.76-2.24-5-5-5 2.76 0 5-2.24 5-5 2.76 0 5 2.24 5 5", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M17 17c-2.76 0-5-2.24-5-5 2.76 0 5 2.24 5 5" }), _createElementVNode("path", { fill: "currentColor", d: "M17 17c0 2.76-2.24 5-5 5s-5-2.24-5-5c2.76 0 5-2.24 5-5 0 2.76 2.24 5 5 5", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M17 7c0 2.76-2.24 5-5 5 0-2.76 2.24-5 5-5" }), _createElementVNode("path", { fill: "currentColor", d: "M17 7c-2.76 0-5 2.24-5 5 0-2.76-2.24-5-5-5 0-2.76 2.24-5 5-5s5 2.24 5 5", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M12 12c0 2.76-2.24 5-5 5 0-2.76 2.24-5 5-5m0 0c-2.76 0-5-2.24-5-5 2.76 0 5 2.24 5 5" }), _createElementVNode("path", { fill: "currentColor", d: "M12 12c-2.76 0-5 2.24-5 5-2.76 0-5-2.24-5-5s2.24-5 5-5c0 2.76 2.24 5 5 5", opacity: ".4" }) ])) }