UNPKG

@placetopay/iconsax-vue

Version:

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

19 lines (18 loc) 1.06 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: "M20.27 17.19c-1 .91-2.29 1.41-3.64 1.4h-.09c.3-.62.46-1.32.46-2.06 0-2.76-2.24-5-5-5s-5 2.24-5 5c0 .74.16 1.44.46 2.06H5.54c-4.68-.33-4.68-7.14 0-7.47h.05C2.38 2.19 15.92-1.38 17.47 8c4.33.55 6.08 6.32 2.8 9.19", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M12 11.53c-2.76 0-5 2.24-5 5 0 .74.16 1.44.46 2.06q.12.27.27.51A4.96 4.96 0 0 0 12 21.53c1.82 0 3.41-.98 4.27-2.43q.15-.24.27-.51c.3-.62.46-1.32.46-2.06 0-2.76-2.24-5-5-5m2.07 4.57-2.13 1.97c-.14.13-.33.2-.51.2-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48 1.6-1.48c.31-.28.78-.26 1.06.04s.26.77-.04 1.06" }) ])) }