UNPKG

@placetopay/iconsax-vue

Version:

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

32 lines (31 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", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M20.21 19.67c-.92 1.62-2.67 2.33-5.49 2.33H9.33c-.58 0-1.11-.03-1.6-.1m13.28-10.68v4.49m-17.97-.19v-4.3m8.99.78c1.83 0 3.18-1.49 3-3.32L14.36 2H9.69l-.67 6.68C8.84 10.51 10.2 12 12.03 12" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M18.33 12c2.02 0 3.5-1.64 3.3-3.65l-.28-2.75C20.99 3 19.99 2 17.37 2h-3.05l.7 7.01c.18 1.65 1.66 2.99 3.31 2.99M2.64 5.6l-.28 2.75C2.16 10.36 3.64 12 5.66 12c1.65 0 3.14-1.34 3.3-2.99l.22-2.21.48-4.8H6.61c-.91 0-1.63.12-2.19.39" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10", "stroke-width": "1.5", d: "M9 19c0 .75-.21 1.46-.58 2.06-.19.32-.42.61-.69.84-.03.04-.06.07-.1.1-.7.63-1.62 1-2.63 1-1.22 0-2.31-.55-3.03-1.41-.02-.03-.05-.05-.07-.08-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 1 19c0-1.26.58-2.39 1.5-3.12q.255-.21.54-.36C3.62 15.19 4.29 15 5 15c1 0 1.9.36 2.6.97.12.09.23.2.33.31C8.59 17 9 17.95 9 19m-2.51-.02H3.51" }) ])) }