UNPKG

@placetopay/iconsax-vue

Version:

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

14 lines (13 loc) 2.02 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: "M14.54 11.37c-1.44 0-2.61-1.17-2.61-2.61V4.12c0-1.44 1.17-2.61 2.61-2.61s2.61 1.17 2.61 2.61v4.64c0 1.44-1.17 2.61-2.61 2.61m0-8.36c-.61 0-1.11.5-1.11 1.11v4.64c0 .61.5 1.11 1.11 1.11s1.11-.5 1.11-1.11V4.12c0-.61-.5-1.11-1.11-1.11m5.64 8.36h-1.57c-.41 0-.75-.34-.75-.75V9.05c0-1.28 1.04-2.32 2.32-2.32s2.32 1.04 2.32 2.32-1.04 2.32-2.32 2.32m-.81-1.5h.82c.45 0 .82-.37.82-.82s-.37-.82-.82-.82-.82.37-.82.82zM8.5 11.83H3.86c-1.44 0-2.61-1.17-2.61-2.61s1.17-2.61 2.61-2.61H8.5c1.44 0 2.61 1.17 2.61 2.61s-1.17 2.61-2.61 2.61M3.86 8.12c-.61 0-1.11.5-1.11 1.11s.5 1.11 1.11 1.11H8.5c.61 0 1.11-.5 1.11-1.11s-.5-1.11-1.11-1.11zm6.5-2.24H8.79c-1.28 0-2.32-1.04-2.32-2.32s1.04-2.32 2.32-2.32 2.32 1.04 2.32 2.32v1.57c0 .42-.34.75-.75.75M8.79 2.75c-.45 0-.82.37-.82.82s.37.82.82.82h.82v-.82c0-.45-.37-.82-.82-.82m.64 19.77c-1.44 0-2.61-1.17-2.61-2.61v-4.64c0-1.44 1.17-2.61 2.61-2.61s2.61 1.17 2.61 2.61v4.64c0 1.44-1.17 2.61-2.61 2.61m0-8.36c-.61 0-1.11.5-1.11 1.11v4.64c0 .61.5 1.11 1.11 1.11s1.11-.5 1.11-1.11v-4.64c0-.62-.5-1.11-1.11-1.11m-5.64 3.13c-1.28 0-2.32-1.04-2.32-2.32s1.04-2.32 2.32-2.32h1.57c.41 0 .75.34.75.75v1.57c0 1.28-1.04 2.32-2.32 2.32m0-3.13c-.45 0-.82.37-.82.82s.37.82.82.82.82-.37.82-.82v-.82zm16.32 3.25h-4.64c-1.44 0-2.61-1.17-2.61-2.61s1.17-2.61 2.61-2.61h4.64c1.44 0 2.61 1.17 2.61 2.61s-1.17 2.61-2.61 2.61m-4.64-3.72c-.61 0-1.11.5-1.11 1.11s.5 1.11 1.11 1.11h4.64c.61 0 1.11-.5 1.11-1.11s-.5-1.11-1.11-1.11zm-.29 9.04c-1.28 0-2.32-1.04-2.32-2.32v-1.57c0-.41.34-.75.75-.75h1.57c1.28 0 2.32 1.04 2.32 2.32s-1.05 2.32-2.32 2.32m-.82-3.14v.82c0 .45.37.82.82.82s.82-.37.82-.82-.37-.82-.82-.82z" }) ])) }