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.23 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.99 6.02c.02.24 0 .49-.06.74l-3.37 13.53A2.23 2.23 0 0 1 16.38 22H3.24c-1.51 0-2.58-1.48-2.14-2.93L5.31 5.54c.29-.94 1.16-1.58 2.14-1.58h12.3c.96 0 1.74.57 2.07 1.37a2 2 0 0 1 .17.69", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M22.99 19.62A2.21 2.21 0 0 1 20.78 22h-4.4c1.04 0 1.94-.7 2.18-1.71l3.37-13.53c.06-.25.08-.5.06-.74L22 6zM9.68 7.13c-.06 0-.12-.01-.18-.02a.75.75 0 0 1-.55-.91l1.04-4.32c.1-.4.5-.64.91-.55.4.1.65.5.55.91l-1.04 4.32c-.08.34-.39.57-.73.57m6.7.01c-.05 0-.11 0-.16-.02a.765.765 0 0 1-.58-.89l.94-4.34c.09-.41.49-.66.89-.58.4.09.66.49.58.89l-.94 4.34c-.07.36-.38.6-.73.6m-.68 5.61h-8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75m-1 4h-8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75" }) ])) }