UNPKG

@placetopay/iconsax-vue

Version:

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

22 lines (21 loc) 1.63 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: "M16.01 20.97a1 1 0 0 1-1 1.01H8.994a1 1 0 0 1-1-.993L7.98 19a2 2 0 0 1 2-2h4.01c1.1 0 1.99.89 2 1.99z" }), _createElementVNode("path", { fill: "currentColor", d: "M18.5 10v2.17c0 .53.21 1.04.59 1.42l.82.82c.38.38.59.89.59 1.42V17c0 2.3-.909 3.993-2.894 4.666-.302.102-.597-.136-.598-.454L17 18.979c-.02-1.64-1.37-2.98-3-2.98H9.99c-1.66 0-3 1.35-3 3v2.225c0 .317-.294.556-.595.456C4.386 21.015 3.5 19.312 3.5 17V7c0-2.407.952-4.167 3.145-4.764.3-.082.58.16.576.471L7.19 4.9c-.01.47.16.92.48 1.26.33.34.76.53 1.27.54.514 0 .972-.212 1.285-.559a.32.32 0 0 1 .445-.01c.32.34.76.54 1.27.55a1.74 1.74 0 0 0 1.304-.59c.105-.12.32-.13.426-.01.32.34.76.54 1.27.55.96 0 1.73-.75 1.75-1.72l.04-2.224c.005-.304.28-.535.575-.457C19.509 2.816 20.5 4.588 20.5 7v1c0 .55-.45 1-1 1s-1 .45-1 1" }), _createElementVNode("path", { fill: "currentColor", d: "M9.228 2.003a.5.5 0 0 1 .503.509L9.69 4.96c-.01.41-.34.74-.75.74h-.01a.75.75 0 0 1-.74-.77V2.507a.5.5 0 0 1 .496-.5zM12.231 2a.5.5 0 0 1 .5.508L12.69 4.95c-.01.4-.34.73-.75.73h-.01a.75.75 0 0 1-.74-.76V2.5a.5.5 0 0 1 .5-.5zm3.003.007a.5.5 0 0 1 .497.508L15.69 4.89c-.01.41-.34.74-.75.74h-.01a.75.75 0 0 1-.74-.76V2.503a.5.5 0 0 1 .503-.5z" }) ])) }