UNPKG

@placetopay/iconsax-vue

Version:

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

23 lines (22 loc) 1.08 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.75 7.05C17.51 7.01 17.26 7 17 7H7q-.42 0-.81.06c.14-.28.34-.54.58-.78l3.25-3.26a3.525 3.525 0 0 1 4.96 0l1.75 1.77c.64.63.98 1.43 1.02 2.26" }), _createElementVNode("path", { fill: "currentColor", d: "M2 16.36V12c0-2.72 1.64-4.62 4.19-4.94Q6.58 7 7 7h10c.26 0 .51.01.75.05C20.33 7.35 22 9.26 22 12v5c0 2.76-2.24 5-5 5H7c-2.76 0-5-2.24-5-5z", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M22 12.5h-3c-1.1 0-2 .9-2 2s.9 2 2 2h3M1.23 21.68l.76-.76c-.4-.6-.63-1.32-.63-2.09a3.82 3.82 0 1 1 3.82 3.82c-.77 0-1.49-.23-2.09-.63l-.76.76a.78.78 0 0 1-.55.23c-.2 0-.4-.08-.55-.23a.767.767 0 0 1 0-1.1" }) ])) }