UNPKG

@placetopay/iconsax-vue

Version:

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

18 lines (17 loc) 1.54 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: "M23.53 12.048a.754.754 0 0 0-1.06 0l-.46.46v-.51c0-5.52-4.49-10.01-10.01-10.01-3.05 0-5.9 1.37-7.81 3.75-.26.32-.21.8.12 1.06.32.25.79.2 1.05-.12A8.48 8.48 0 0 1 12 3.488c4.69 0 8.51 3.82 8.51 8.51v.5l-.46-.46a.754.754 0 0 0-1.06 0c-.29.29-.29.77 0 1.06l1.74 1.74a.78.78 0 0 0 .53.22.75.75 0 0 0 .53-.22l1.74-1.74c.29-.28.29-.76 0-1.05M19.69 17.2a.74.74 0 0 0-1.05.12A8.48 8.48 0 0 1 12 20.51c-4.69 0-8.51-3.82-8.51-8.51v-.5l.46.46c.15.15.34.22.53.22s.38-.08.52-.23c.29-.29.29-.77 0-1.06L3.27 9.15c-.07-.06-.16-.12-.25-.16a.7.7 0 0 0-.57 0c-.09.04-.17.1-.24.16L.47 10.89c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.46-.46V12c0 5.52 4.49 10.01 10.01 10.01 3.05 0 5.9-1.37 7.81-3.75a.75.75 0 0 0-.12-1.06" }), _createElementVNode("path", { fill: "currentColor", d: "M15.45 11.64c.27-.4.42-.87.42-1.39 0-1.33-1.17-2.5-2.5-2.5h-.82v-1c0-.41-.34-.75-.75-.75s-.75.34-.75.75v1H9c-.41 0-.75.34-.75.75v7c0 .41.34.75.75.75h2.05v1c0 .41.34.75.75.75s.75-.34.75-.75v-1H14c1.52 0 2.75-1.12 2.75-2.5 0-.89-.52-1.67-1.3-2.11m-5.7-2.39h3.62c.55 0 1 .55 1 1 0 .55-.45 1-1 1H9.75zm4.25 5.5H9.75v-2H14c.69 0 1.25.45 1.25 1s-.56 1-1.25 1" }) ])) }