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.09 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: "M16.48 2H8.52C5.07 2 3 4.06 3 7.52v7.95C3 18.94 5.07 21 8.52 21h7.95c3.46 0 5.52-2.06 5.52-5.52V7.52C22 4.06 19.93 2 16.48 2", opacity: ".4" }), _createElementVNode("path", { fill: "currentColor", d: "M11 16.15v2.7C11 21.1 10.1 22 7.85 22h-2.7C2.9 22 2 21.1 2 18.85v-2.7C2 13.9 2.9 13 5.15 13h2.7c2.25 0 3.15.9 3.15 3.15m7.75-10.2c0-.09-.02-.17-.05-.26 0-.01-.01-.02-.01-.02a.6.6 0 0 0-.13-.19.3.3 0 0 0-.06-.05c-.05-.04-.1-.08-.15-.1-.02-.01-.05-.02-.07-.03a.8.8 0 0 0-.26-.05H14c-.41 0-.75.34-.75.75s.33.72.75.72h2.21l-3.74 3.75c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l3.73-3.74v2.2c0 .41.34.75.75.75s.75-.34.75-.75V5.97c0-.01 0-.01-.01-.02" }) ])) }