UNPKG

@placetopay/iconsax-vue

Version:

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

28 lines (27 loc) 1.43 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.41 18.59c-.4 0-.73-.33-.73-.73s.33-.73.73-.73c2.82 0 5.12-2.3 5.12-5.12s-2.3-5.12-5.12-5.12a5.13 5.13 0 0 0-5.12 5.12c0 .4-.33.73-.73.73s-.73-.33-.73-.73c0-3.63 2.95-6.59 6.59-6.59S22 8.37 22 12s-2.95 6.59-6.59 6.59" }), _createElementVNode("path", { fill: "currentColor", d: "M22 12a6.59 6.59 0 0 1-6.59 6.59c-1.25 0-2.42-.35-3.41-.96A6.57 6.57 0 0 0 15.17 12 6.57 6.57 0 0 0 12 6.37c1-.6 2.17-.96 3.41-.96A6.59 6.59 0 0 1 22 12", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M8.59 5.41c.4 0 .73.33.73.73s-.33.73-.73.73a5.13 5.13 0 0 0-5.12 5.12c0 2.82 2.3 5.12 5.12 5.12s5.12-2.3 5.12-5.12c0-.4.33-.73.73-.73s.73.33.73.73c0 3.63-2.95 6.59-6.59 6.59S2 15.63 2 12s2.95-6.59 6.59-6.59" }), _createElementVNode("path", { fill: "currentColor", d: "M15.17 12A6.57 6.57 0 0 1 12 17.63c-1 .6-2.17.96-3.41.96A6.59 6.59 0 0 1 2 12a6.59 6.59 0 0 1 6.59-6.59c1.24 0 2.41.36 3.41.96A6.57 6.57 0 0 1 15.17 12", opacity: ".5" }) ])) }