UNPKG

@placetopay/iconsax-vue

Version:

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

24 lines (23 loc) 1.76 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", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M21.5 5.35c0 .91-.43 1.72-1.09 2.24-.48.38-1.09.61-1.76.61-1.58 0-2.85-1.27-2.85-2.85 0-.67.23-1.27.61-1.76h.01c.51-.66 1.32-1.09 2.23-1.09 1.58 0 2.85 1.27 2.85 2.85m-13.3 0c0 1.58-1.27 2.85-2.85 2.85A2.85 2.85 0 1 1 8.2 5.35m13.3 13.3c0 1.58-1.27 2.85-2.85 2.85-.91 0-1.72-.43-2.23-1.09h-.01c-.38-.48-.61-1.09-.61-1.76 0-1.58 1.27-2.85 2.85-2.85.67 0 1.27.23 1.76.61v.01c.66.51 1.09 1.32 1.09 2.23m-13.3 0c0 .67-.23 1.27-.61 1.76a2.82 2.82 0 0 1-2.24 1.09c-1.58 0-2.85-1.27-2.85-2.85 0-.91.43-1.72 1.09-2.23v-.01c.48-.38 1.09-.61 1.76-.61 1.58 0 2.85 1.27 2.85 2.85" }), _createElementVNode("path", { stroke: "currentColor", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "M21.5 12c0 1.6-.39 3.09-1.09 4.41-.48-.38-1.09-.61-1.76-.61-1.58 0-2.85 1.27-2.85 2.85 0 .67.23 1.27.61 1.76A9.35 9.35 0 0 1 12 21.5c-1.59 0-3.09-.39-4.41-1.09.38-.48.61-1.09.61-1.76 0-1.58-1.27-2.85-2.85-2.85-.67 0-1.27.23-1.76.61A9.35 9.35 0 0 1 2.5 12c0-1.59.39-3.09 1.09-4.41.49.38 1.09.61 1.76.61 1.58 0 2.85-1.27 2.85-2.85 0-.67-.23-1.27-.61-1.76C8.91 2.89 10.41 2.5 12 2.5c1.6 0 3.09.39 4.41 1.09-.38.48-.61 1.09-.61 1.76 0 1.58 1.27 2.85 2.85 2.85.67 0 1.27-.23 1.76-.61.7 1.32 1.09 2.82 1.09 4.41" }) ])) }