UNPKG

@placetopay/iconsax-vue

Version:

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

26 lines (25 loc) 1.92 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: "M12 13.74c-.78 0-1.52-.3-2.09-.86-.73-.73-1.02-1.78-.78-2.81a2.91 2.91 0 0 1 2.14-2.14c1.02-.25 2.07.04 2.81.78s1.02 1.78.78 2.81a2.91 2.91 0 0 1-2.14 2.14c-.24.05-.48.08-.72.08m0-4.4c-.12 0-.25.02-.37.05-.5.12-.91.53-1.03 1.03-.13.52.01 1.03.38 1.39.37.37.87.5 1.4.38.5-.12.91-.53 1.03-1.03.13-.52-.01-1.03-.38-1.39-.28-.28-.64-.43-1.03-.43" }), _createElementVNode("path", { fill: "currentColor", d: "M6.02 17.97c-.18 0-.37-.07-.51-.2a9.55 9.55 0 0 1-3.05-6.98c0-5.26 4.28-9.54 9.54-9.54s9.54 4.28 9.54 9.54c0 2.66-1.07 5.12-3.01 6.95-.3.28-.78.27-1.06-.03s-.27-.78.03-1.06a7.94 7.94 0 0 0 2.54-5.85c0-4.43-3.61-8.04-8.04-8.04S3.96 6.37 3.96 10.8c0 2.26.91 4.34 2.57 5.88.3.28.32.76.04 1.06a.78.78 0 0 1-.55.23" }), _createElementVNode("path", { fill: "currentColor", d: "M16 15.3a.746.746 0 0 1-.54-1.26c.83-.88 1.29-2.04 1.29-3.24 0-2.62-2.13-4.74-4.74-4.74a4.75 4.75 0 0 0-4.74 4.74c0 1.21.46 2.36 1.29 3.24.28.3.27.78-.03 1.06s-.78.27-1.06-.03a6.23 6.23 0 0 1-1.7-4.27c0-3.44 2.8-6.24 6.24-6.24s6.24 2.8 6.24 6.24c0 1.59-.6 3.11-1.7 4.27a.78.78 0 0 1-.55.23" }), _createElementVNode("path", { fill: "currentColor", d: "M13.44 22.75h-2.87c-1.14 0-2.15-.64-2.64-1.66s-.36-2.21.35-3.1l1.44-1.79c.56-.7 1.39-1.1 2.29-1.1s1.73.4 2.29 1.1l1.44 1.79c.71.89.85 2.08.35 3.1-.51 1.02-1.52 1.66-2.65 1.66m-2.56-5.62-1.44 1.79a1.39 1.39 0 0 0-.17 1.51c.24.51.73.81 1.29.81h2.87c.56 0 1.05-.3 1.29-.81s.18-1.07-.17-1.51l-1.44-1.79c-.54-.68-1.68-.68-2.23 0" }) ])) }