UNPKG

@placetopay/iconsax-vue

Version:

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

19 lines (18 loc) 1.02 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: "m18.89 5.11-13.1 13.1c-1.89-2.57-3.25-5.85-2.41-9.52.52-2.31 1.8-3.98 3.38-5.08C8.34 2.52 10.23 2 12 2c2.44 0 5.12.98 6.89 3.11m-3.11 15.87A5.44 5.44 0 0 1 12 22.51c-1.36 0-2.72-.52-3.78-1.54-.36-.34-.72-.72-1.08-1.11l12.9-12.9c.25.54.44 1.11.58 1.74 1.17 5.16-1.99 9.52-4.84 12.28", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M21.77 2.23a.743.743 0 0 0-1.08 0L15.02 7.9l-.72.72A2.85 2.85 0 0 0 12 7.44c-1.58 0-2.87 1.29-2.87 2.87 0 .9.44 1.75 1.18 2.3l-8.08 8.08c-.31.3-.31.78 0 1.08.15.15.34.23.54.23s.39-.08.54-.23L21.77 3.31c.31-.3.31-.78 0-1.08" }) ])) }