@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
16 lines (15 loc) • 930 B
JavaScript
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",
"fill-rule": "evenodd",
d: "M20.5 2H5.04c-.33 0-.65.17-.83.45l-1.54 2.3a1 1 0 0 0-.17.55V18c0 .55.45 1 1 1h2c.55 0 1 .45 1 1v1c0 .55.45 1 1 1h1.46c.33 0 .65-.17.83-.45l1.41-2.11c.19-.28.5-.45.83-.45h4.05c.27 0 .52-.11.71-.29l4.41-4.41a1 1 0 0 0 .29-.71V3c.01-.55-.44-1-.99-1m-9.71 10.86c0 .32-.26.57-.57.57H9.08a.57.57 0 0 1-.57-.57V7.15c0-.32.26-.57.57-.57h1.14c.32 0 .57.26.57.57zm5.71 0c0 .32-.26.57-.57.57h-1.14a.57.57 0 0 1-.57-.57V7.15c0-.32.26-.57.57-.57h1.14c.32 0 .57.26.57.57z",
"clip-rule": "evenodd"
})
]))
}