UNPKG

@placetopay/iconsax-vue

Version:

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

25 lines (24 loc) 1.11 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: "M17 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v7c0 3.5-2 5-5 5", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", "fill-rule": "evenodd", d: "M17.586 8.532a.75.75 0 0 1-.118 1.054l-3.13 2.5c-1.304 1.038-3.382 1.038-4.685 0H9.65l-3.12-2.5a.75.75 0 1 1 .938-1.171l3.119 2.499c.757.601 2.058.601 2.815 0l3.129-2.5a.75.75 0 0 1 1.054.118", "clip-rule": "evenodd" }), _createElementVNode("path", { fill: "currentColor", d: "m22.66 21.47-.74-.74c.38-.58.61-1.28.61-2.03 0-2.04-1.66-3.7-3.7-3.7s-3.7 1.66-3.7 3.7 1.66 3.7 3.7 3.7c.75 0 1.45-.23 2.03-.61l.74.74c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06" }) ])) }