@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
32 lines (31 loc) • 1.25 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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M4.47 11.42 2.73 9.68 1 11.42m18.53 1.16 1.74 1.74 1.74-1.74M12 2.74c-2.92 0-5.53 1.36-7.23 3.47"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M21.26 14.32V12c0-3.68-2.15-6.86-5.26-8.36m-4 17.62c2.92 0 5.53-1.36 7.23-3.47M2.74 9.68V12c0 3.65 2.11 6.81 5.19 8.32"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M9 8.5h4.38c.97 0 1.75.88 1.75 1.75 0 .97-.78 1.75-1.75 1.75H9zM9 12h5c1.1 0 2 .78 2 1.75s-.9 1.75-2 1.75H9zm2.8 3.5v1.75m0-10.5V8.5"
})
]))
}