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) 1.45 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: "M12 18.75c-.41 0-.75-.34-.75-.75v-1c0-.41.34-.75.75-.75s.75.34.75.75v1c0 .41-.34.75-.75.75m0 4c-.41 0-.75-.34-.75-.75v-1c0-.41.34-.75.75-.75s.75.34.75.75v1c0 .41-.34.75-.75.75m-10.002-.002c-.06 0-.12-.01-.18-.02-.4-.1-.65-.51-.55-.91l1-4a.75.75 0 1 1 1.46.36l-1 4c-.09.34-.39.57-.73.57m19.755-.245c-.34 0-.64-.23-.73-.57l-1-4c-.1-.4.14-.81.55-.91.4-.1.81.14.91.55l1 4a.748.748 0 0 1-.73.93M19.138 5.3c0 .3-.25.54-.54.54H5.528c-.3 0-.54-.25-.54-.54 0-.3.25-.54.54-.54h.74l.28-1.31c.26-1.28.8-2.45 2.96-2.45h5.09c2.16 0 2.71 1.17 2.97 2.44l.28 1.31h.74c.3 0 .55.25.55.55m.31 4.1c-.11-1.2-.43-2.47-2.76-2.47h-9.26c-2.33 0-2.64 1.28-2.76 2.47l-.41 4.42c-.05.55.13 1.1.51 1.52.39.42.93.66 1.51.66h1.36c1.18 0 1.4-.67 1.55-1.12l.15-.44c.17-.5.21-.62.86-.62h3.72c.65 0 .67.07.86.62l.15.44c.14.45.37 1.12 1.54 1.12h1.36c.57 0 1.12-.24 1.51-.66.38-.41.56-.97.51-1.52zm-9.57 1.52h-2.17c-.3 0-.54-.25-.54-.54s.25-.54.54-.54h2.18c.3 0 .54.25.54.54s-.25.54-.55.54m6.53 0h-2.18c-.3 0-.54-.25-.54-.54s.25-.54.54-.54h2.18c.3 0 .54.25.54.54s-.24.54-.54.54" }) ])) }