@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
28 lines (27 loc) • 1.42 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: "M19.07 14.24c-.29.29-.75.29-1.03 0a.72.72 0 0 1 0-1.03c2-2 2-5.25 0-7.24s-5.25-2-7.24 0-2 5.25 0 7.24c.29.29.29.75 0 1.03-.29.29-.75.29-1.03 0-2.57-2.57-2.57-6.75 0-9.31s6.75-2.57 9.31 0a6.594 6.594 0 0 1-.01 9.31"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.07 4.93a6.585 6.585 0 0 1-3.09 11.05c.53-2.16-.05-4.53-1.74-6.22a6.56 6.56 0 0 0-6.22-1.74c.28-1.13.85-2.21 1.74-3.09a6.585 6.585 0 0 1 9.31 0",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M4.93 9.76c.29-.29.75-.29 1.03 0 .29.29.29.75 0 1.03-2 2-2 5.25 0 7.24s5.25 2 7.24 0 2-5.25 0-7.24a.72.72 0 0 1 0-1.03c.29-.29.75-.29 1.03 0 2.57 2.57 2.57 6.75 0 9.31s-6.75 2.57-9.31 0a6.594 6.594 0 0 1 .01-9.31"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.24 9.76a6.56 6.56 0 0 1 1.74 6.22 6.585 6.585 0 0 1-11.05 3.09 6.585 6.585 0 0 1 0-9.31c.88-.89 1.96-1.46 3.09-1.74 2.16-.53 4.53.05 6.22 1.74",
opacity: ".5"
})
]))
}