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: "M22 7.77V9H2V7.54C2 5.25 3.86 3.4 6.15 3.4H16v2.57C16 7.24 16.76 8 18.03 8h2.94c.4 0 .74-.07 1.03-.23", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M2 9v7.46c0 2.29 1.86 4.14 4.15 4.14h11.7c2.29 0 4.15-1.85 4.15-4.14V9zm6 8.25H6c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2c.41 0 .75.34.75.75s-.34.75-.75.75m6.5 0h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75M20.97 1h-2.94C16.76 1 16 1.76 16 3.03v2.94C16 7.24 16.76 8 18.03 8h2.94C22.24 8 23 7.24 23 5.97V3.03C23 1.76 22.24 1 20.97 1m.37 4.49c.11.13.17.27.17.44 0 .14-.06.3-.17.41a.61.61 0 0 1-.85 0l-.99-.99-.98 1c-.23.23-.62.23-.86-.01a.61.61 0 0 1 0-.85l1-.98-.99-.99a.62.62 0 0 1-.01-.86c.23-.24.62-.23.86.01l.98.99 1-1a.61.61 0 0 1 .85 0c.11.13.16.28.17.44 0 .14-.06.3-.16.42l-1 1z" }) ])) }