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.25 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: "M15.02 2.229c-2-.31-4.04-.31-6.04 0-.82.13-1.42.83-1.42 1.65v3.68H3.88c-.82 0-1.52.6-1.65 1.42-.31 2-.31 4.04 0 6.04.13.82.83 1.42 1.65 1.42h1.68c.28 0 .5-.22.5-.5v-1.72c0-2.05 1.67-3.72 3.72-3.72h4.44c.4 0 .72-.32.72-.72v-3.22c0-.28.22-.5.5-.5h.5c.28 0 .5-.22.5-.5v-1.68c0-.82-.6-1.52-1.42-1.65m-4.69 3.35c-.41 0-.8-.39-.8-.8 0-.42.39-.81.8-.81.2 0 .42.09.56.23.15.14.25.37.25.58 0 .41-.39.8-.81.8" }), _createElementVNode("path", { fill: "currentColor", d: "M21.77 8.979c-.13-.82-.83-1.42-1.65-1.42h-3.18c-.28 0-.5.22-.5.5v1.72c0 1.22-.99 2.22-2.22 2.22H9.78c-1.23 0-2.22.99-2.22 2.22v5.9c0 .82.6 1.52 1.42 1.65 2 .31 4.04.31 6.04 0 .82-.13 1.42-.83 1.42-1.65v-3.68h3.68c.82 0 1.52-.6 1.65-1.42.31-2 .31-4.04 0-6.04m-8.1 11.05c-.41 0-.81-.39-.81-.81s.39-.81.81-.81c.19 0 .42.09.56.22.15.14.25.38.25.58-.01.43-.4.82-.81.82" }) ])) }