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.36 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: "M21.5 15.5c.28 0 .5.22.5.5v1c0 1.66-1.34 3-3 3 0-1.65-1.35-3-3-3s-3 1.35-3 3h-2c0-1.65-1.35-3-3-3s-3 1.35-3 3c-1.66 0-3-1.34-3-3v-2c0-.55.45-1 1-1h9.5a2.5 2.5 0 0 0 2.5-2.5V6c0-.55.45-1 1-1h.84c.72 0 1.38.39 1.74 1.01l.64 1.12c.09.16-.03.37-.22.37a2.5 2.5 0 0 0-2.5 2.5v3a2.5 2.5 0 0 0 2.5 2.5z" }), _createElementVNode("path", { fill: "currentColor", d: "M8 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4m6-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99M13.08 2H5.69a3.69 3.69 0 0 0-3.62 2.98h4.37c.38 0 .68.31.68.69s-.3.68-.68.68H2v1.38h2.6c.38 0 .69.31.69.69s-.31.68-.69.68H2v1.38h.77c.38 0 .69.31.69.69s-.31.68-.69.68H2v.23c0 .55.45 1 1 1h9.15c1.02 0 1.85-.83 1.85-1.85V2.92c0-.51-.41-.92-.92-.92M2.07 4.98H.94c-.38 0-.69.31-.69.69s.31.68.69.68H2v-.66c0-.24.03-.48.07-.71m-.22 2.75H.94c-.38 0-.69.31-.69.69s.31.68.69.68H2V7.73zm0 2.75H.94c-.38 0-.69.31-.69.69s.31.68.69.68H2v-1.37z" }) ])) }