@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.04 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: "m20.03 6.82-5.75-4.03c-1.57-1.1-3.97-1.04-5.48.13L3.79 6.83C2.78 7.61 2 9.21 2 10.47v6.9C2 19.92 4.07 22 6.61 22h10.77a4.62 4.62 0 0 0 4.61-4.62V10.6c.01-1.35-.86-3.01-1.96-3.78",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.4 8.51h-2.8c-1.92 0-3.49 1.56-3.49 3.49v2.79a3.5 3.5 0 0 0 3.49 3.49h2.79c1.92 0 3.49-1.56 3.49-3.49V12c0-1.92-1.56-3.49-3.48-3.49M15.49 12v.7H12.7V9.91h.7c1.15 0 2.09.94 2.09 2.09M10.6 9.91h.7v2.79H8.51V12c0-1.15.94-2.09 2.09-2.09m-2.09 4.88v-.7h2.79v2.79h-.7c-1.15 0-2.09-.94-2.09-2.09m4.89 2.09h-.7v-2.79h2.79v.7c0 1.15-.94 2.09-2.09 2.09"
})
]))
}