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.58 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("g", { fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd", opacity: ".4" }, [ _createElementVNode("path", { d: "M16.25 3a.75.75 0 0 1 .75-.75h4a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-1.5 0V3.75H17a.75.75 0 0 1-.75-.75" }), _createElementVNode("path", { d: "M21.53 2.47a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0M3 16.25a.75.75 0 0 1 .75.75v3.25H7a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75" }), _createElementVNode("path", { d: "M9.53 14.47a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06l6-6a.75.75 0 0 1 1.06 0" }) ]), _createElementVNode("path", { fill: "currentColor", "fill-rule": "evenodd", d: "M1.25 12C1.25 6.066 6.066 1.25 12 1.25c.74 0 1.47.075 2.167.215a.75.75 0 1 1-.294 1.47A9.6 9.6 0 0 0 12 2.75c-5.106 0-9.25 4.144-9.25 9.25 0 .64.065 1.26.185 1.85a.75.75 0 0 1-1.47.3A11 11 0 0 1 1.25 12m20.404-2.735a.75.75 0 0 1 .882.588c.14.696.215 1.416.215 2.147 0 5.934-4.816 10.75-10.75 10.75-.74 0-1.47-.075-2.167-.214a.75.75 0 0 1 .294-1.471 9.6 9.6 0 0 0 1.873.185c5.105 0 9.25-4.144 9.25-9.25a9.4 9.4 0 0 0-.186-1.853.75.75 0 0 1 .588-.882", "clip-rule": "evenodd" }) ])) }