@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 981 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 47 46"
}, [
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M12.63 3.86c0-1.42 1.05-2.58 2.58-2.58h3.21c1.42 0 2.58 1.16 2.58 2.58v5.8"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M21 9.65h-5.8c-.96 0-1.72-.45-2.16-1.14M21 9.65c0 6.05-1.13 7.05-4.53 9.07m-7.1-9.07h-5.8C2.04 9.65.99 8.49.99 7.07V3.85c0-1.42 1.05-2.58 2.58-2.58H6.8c1.42 0 2.58 1.16 2.58 2.58v5.8m-.009 0c0 6.05-1.13 7.05-4.53 9.07"
})
]))
}