@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 865 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 22 18"
}, [
_createElementVNode("path", {
stroke: "currentColor",
"stroke-width": "1.5",
d: "M1 7v4q0 3 3 3h1.43c.37 0 .74.11 1.06.3l2.92 1.83c2.52 1.58 4.59.43 4.59-2.54V4.41c0-2.98-2.07-4.12-4.59-2.54L6.49 3.7c-.32.19-.69.3-1.06.3H4Q1 4 1 7Z"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "m21 10.961-3.96-3.96m3.92.04L17 11.001",
opacity: ".4"
})
]))
}