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) 793 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: "M22 9v6h-1c-3 0-4 1-4 4v1.5H7V19c0-3-1-4-4-4H2V9h1c3 0 4-1 4-4V3.5h10V5c0 3 1 4 4 4z", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6M7 3.5V5c0 3-1 4-4 4H2v-.5c0-3.5 2-5 5-5m15 5V9h-1c-3 0-4-1-4-4V3.5c3 0 5 1.5 5 5M7 19v1.5c-3 0-5-1.5-5-5V15h1c3 0 4 1 4 4m15-4v.5c0 3.5-2 5-5 5V19c0-3 1-4 4-4z" }) ])) }