@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 913 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: "M2 9v6c0 1.66 1.34 3 3 3h14c1.66 0 3-1.34 3-3V9c0-1.66-1.34-3-3-3H5C3.34 6 2 7.34 2 9",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.33 5.33v.34c0 .12 0 .23.01.35.05-.01.1-.02.16-.02h13c.06 0 .11.01.16.02.01-.11.01-.22.01-.35v-.34C18.67 2.67 18 2 15.33 2H8.67C6 2 5.33 2.67 5.33 5.33M18.5 18h-13c-.06 0-.11-.01-.16-.02-.01.11-.01.22-.01.35v.34C5.33 21.33 6 22 8.67 22h6.66c2.67 0 3.34-.67 3.34-3.33v-.34c0-.12 0-.23-.01-.35-.05.01-.1.02-.16.02"
})
]))
}