@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 901 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: "m5.65 7.65-2.8-2.8A.5.5 0 0 1 3.21 4H6.8c.13 0 .26.05.35.15l5 5a.5.5 0 0 1-.35.85H8.51c-1.93 0-3.5 1.57-3.5 3.5S6.58 17 8.51 17h1.5l2.15 2.15a.5.5 0 0 1-.35.85H8.52A6.5 6.5 0 0 1 5.49 7.75z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m18.35 16.35 2.8 2.8a.5.5 0 0 1-.35.85h-3.59a.47.47 0 0 1-.35-.15l-5-5a.5.5 0 0 1 .35-.85h3.29c1.93 0 3.5-1.57 3.5-3.5S17.43 7 15.5 7H14l-2.15-2.15a.5.5 0 0 1 .36-.85h3.29a6.5 6.5 0 0 1 3.03 12.25z",
opacity: ".4"
})
]))
}