@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.89 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", {
fill: "currentColor",
d: "M9.6 18.75c-2.4 0-4.35-1.95-4.35-4.35 0-1.96 1.32-3.69 3.21-4.2.37-.1.75.09.89.45.33.83 1.04 1.47 1.9 1.7.47.13 1.03.13 1.5 0 .37-.1.76.09.9.44a4.37 4.37 0 0 1-1.15 4.84c-.79.72-1.82 1.12-2.9 1.12m-1.31-6.88a2.85 2.85 0 0 0-1.54 2.53c0 1.57 1.28 2.85 2.85 2.85.7 0 1.38-.26 1.9-.73a2.82 2.82 0 0 0 .91-2.59c-.53.05-1.07 0-1.56-.14a4.36 4.36 0 0 1-2.56-1.92"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 13.95c-.4 0-.79-.05-1.15-.15a4.37 4.37 0 0 1-2.89-2.59c-.2-.51-.3-1.05-.3-1.6 0-2.4 1.95-4.35 4.35-4.35s4.35 1.95 4.35 4.35c0 .55-.1 1.09-.3 1.6A4.34 4.34 0 0 1 12 13.95m0-7.2a2.855 2.855 0 0 0-2.65 3.9c.33.83 1.04 1.47 1.9 1.7.47.13 1.03.13 1.5 0 .87-.24 1.58-.87 1.9-1.7A2.855 2.855 0 0 0 12 6.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.4 18.75c-1.08 0-2.11-.4-2.9-1.12a.75.75 0 0 1 0-1.12 2.82 2.82 0 0 0 .75-3.16.76.76 0 0 1 .5-1 2.88 2.88 0 0 0 1.9-1.7.75.75 0 0 1 .89-.45c1.89.51 3.21 2.24 3.21 4.2 0 2.4-1.95 4.35-4.35 4.35m-1.28-1.8a2.855 2.855 0 0 0 4.13-2.55c0-1.08-.61-2.05-1.54-2.53-.44.72-1.09 1.3-1.85 1.66q.09.42.09.87c0 .92-.29 1.81-.83 2.55"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z"
})
]))
}