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) 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", { fill: "currentColor", d: "M22 12.622v2.06c0 .56-.46 1.02-1.03 1.02h-1.93c-1.08 0-2.07-.79-2.16-1.87-.06-.63.18-1.22.6-1.63.37-.38.88-.6 1.44-.6h2.05c.57 0 1.03.46 1.03 1.02" }), _createElementVNode("path", { fill: "currentColor", d: "M15.38 13.958c-.09-1.05.29-2.08 1.05-2.83.64-.65 1.53-1.03 2.49-1.03h.57c.28 0 .51-.23.47-.51A4.01 4.01 0 0 0 16 6.148H6c-2.21 0-4 1.79-4 4v7c0 2.21 1.79 4 4 4h10a4 4 0 0 0 3.96-3.44c.04-.28-.19-.51-.47-.51h-.45c-1.9 0-3.5-1.42-3.66-3.24M13 11.898H7a.749.749 0 1 1 0-1.5h6c.41 0 .75.34.75.75s-.34.75-.75.75m1.21-7.916c.26.27.03.67-.35.67H6.03c-1.09 0-2.11.32-2.96.87-.39.25-.92-.02-.73-.45a3.68 3.68 0 0 1 3.38-2.22h5.62c1.16 0 2.19.41 2.87 1.13" }) ])) }