@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 926 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: "M15.408 18.592c-.4 0-.73-.33-.73-.73s.33-.73.73-.73c2.82 0 5.12-2.3 5.12-5.12s-2.3-5.12-5.12-5.12a5.13 5.13 0 0 0-5.12 5.12c0 .4-.33.73-.73.73s-.73-.33-.73-.73c0-3.63 2.95-6.59 6.59-6.59s6.58 2.95 6.58 6.58-2.95 6.59-6.59 6.59"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.59 5.41c.4 0 .73.33.73.73s-.33.73-.73.73a5.13 5.13 0 0 0-5.12 5.12c0 2.82 2.3 5.12 5.12 5.12s5.12-2.3 5.12-5.12c0-.4.33-.73.73-.73s.73.33.73.73c0 3.63-2.95 6.59-6.59 6.59S2 15.63 2 12s2.95-6.59 6.59-6.59"
})
]))
}