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.97 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: "M15 22.75a.745.745 0 0 1-.64-1.13l1.05-1.75c.21-.36.67-.47 1.03-.26s.47.67.26 1.03l-.27.45c2.76-.65 4.83-3.13 4.83-6.09 0-.41.34-.75.75-.75s.75.34.75.75c-.01 4.27-3.49 7.75-7.76 7.75m-13-13c-.41 0-.75-.34-.75-.75 0-4.27 3.48-7.75 7.75-7.75a.745.745 0 0 1 .64 1.13L8.59 4.13c-.21.36-.67.47-1.03.26a.75.75 0 0 1-.26-1.03l.27-.45C4.81 3.56 2.74 6.04 2.74 9a.74.74 0 0 1-.74.75", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "m10.67 13.85-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64s-.15-.51-.37-.64m-4.72 3.56-2.92-1.46a.718.718 0 0 0-1.04.64v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.05.21.08.32.08.13 0 .26-.04.38-.11.21-.13.34-.36.34-.61v-2.76c.01-.48-.26-.91-.69-1.12m5.71-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61.12.07.25.11.38.11.11 0 .22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12v-2.76c0-.25-.13-.48-.34-.61m9.01-12.15-3.14-1.69c-.33-.18-.73-.18-1.06 0l-3.14 1.69c-.23.12-.37.37-.37.64s.14.52.37.64l3.14 1.69c.17.09.35.13.53.13s.36-.04.53-.13l3.14-1.69c.23-.12.37-.37.37-.64 0-.28-.15-.52-.37-.64m-4.72 3.55-2.92-1.46a.717.717 0 0 0-1.04.64v2.76c0 .48.26.91.69 1.12l2.92 1.46c.1.05.21.08.32.08.13 0 .26-.04.38-.11.21-.13.34-.36.34-.61V8.5c.01-.48-.26-.91-.69-1.12m5.71-1.43a.73.73 0 0 0-.7-.03l-2.92 1.46c-.43.21-.69.64-.69 1.12v2.76c0 .25.13.48.34.61.12.07.25.11.38.11.11 0 .22-.03.32-.08l2.92-1.46c.43-.21.69-.64.69-1.12V6.56c0-.25-.13-.48-.34-.61" }) ])) }