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.27 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: "M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7m-8.55-8.422.72.72c.15.15.34.22.53.22s.38-.07.53-.22c.29-.29.29-.77 0-1.06l-2-2c-.01-.01-.02-.01-.02-.02a1 1 0 0 0-.22-.15c-.01 0-.01 0-.02-.01-.08-.03-.16-.04-.24-.05h-.08c-.06 0-.12.02-.18.04-.03.01-.05.02-.07.03-.08.04-.16.08-.22.15l-2 2c-.29.29-.29.77 0 1.06s.77.29 1.06 0l.72-.72v1.2h1.5v-1.19z" }), _createElementVNode("path", { fill: "currentColor", d: "M22 10.81v.04a2 2 0 0 0-.7-.12h-3.48c-1.55 0-2.94.86-3.63 2.24l-.75 1.48h-2.86l-.75-1.47a4.03 4.03 0 0 0-3.63-2.25H2.7c-.24 0-.48.04-.7.12v-.04C2 7.17 4.17 5 7.81 5h3.44v4c0 .41.34.75.75.75s.75-.34.75-.75V5h3.44C19.83 5 22 7.17 22 10.81" }) ])) }