@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.16 kB
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",
d: "M22 8v8.19c0 3.64-2.17 5.81-5.81 5.81H7.81C4.17 22 2 19.83 2 16.19V8.01z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9 17.75c-.11 0-.23-.03-.33-.08-.77-.39-1.43-.97-1.91-1.69-.4-.6-.4-1.37 0-1.97a4.9 4.9 0 0 1 1.91-1.68c.37-.19.82-.03 1.01.34s.04.82-.34 1.01c-.54.27-1 .68-1.33 1.18a.29.29 0 0 0 0 .31c.33.5.79.91 1.33 1.18.37.19.52.64.34 1.01-.14.24-.41.39-.68.39m6.21 0c-.28 0-.54-.15-.67-.41a.745.745 0 0 1 .34-1.01c.54-.27 1-.68 1.33-1.18a.29.29 0 0 0 0-.31c-.33-.5-.79-.91-1.33-1.18a.763.763 0 0 1-.34-1.01c.19-.37.64-.52 1.01-.34.77.39 1.43.97 1.91 1.69.4.6.4 1.37 0 1.97a4.9 4.9 0 0 1-1.91 1.68.66.66 0 0 1-.34.1M22 7.81V8L2 8.01v-.2C2 4.17 4.17 2 7.81 2h8.38C19.83 2 22 4.17 22 7.81"
})
]))
}