@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 866 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",
d: "M6.36 7.781H2v3.47h4.36zm-.002-1.492v-4.16c-2.28.42-3.77 1.89-4.21 4.15h4.18c.01 0 .02.01.03.01M6.36 16.31v-3.56H2v3.53h4.24c.04 0 .08.02.12.03M21.85 6.28c-.43-2.19-1.83-3.63-3.99-4.1v4.1zm-5.49 4.97V2.01C16.31 2 16.25 2 16.19 2H7.86v9.25zm5.64 1.5h-4.14v3.53H22zm-4.14 9.071c2.14-.47 3.54-1.89 3.98-4.04h-3.98zM6.24 17.782H2.16c.46 2.22 1.94 3.67 4.2 4.09v-4.11c-.04.01-.08.02-.12.02M22 7.781h-4.14v3.47H22zM7.86 12.75V22h8.33c.06 0 .12 0 .17-.01v-9.24z"
})
]))
}