@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
33 lines (32 loc) • 1.58 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.509",
d: "M15.72 9.69a5.25 5.25 0 0 1 0 7.44 5.25 5.25 0 0 1-7.44 0 5.25 5.25 0 0 1 0-7.44 5.25 5.25 0 0 1 7.44 0"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.509",
d: "M12 13.41 10.41 15",
opacity: ".4"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M19.07 6.34c.15.15.15.4 0 .56-.15.15-.4.15-.56 0s-.15-.4 0-.56.41-.16.56 0M5.49 19.92c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m16.39-6.79c.15.15.15.4 0 .56-.15.15-.4.15-.56 0s-.15-.4 0-.56.41-.16.56 0m-19.21 0c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.16-.16.41-.16.56 0m16.4 6.79c.15.15.15.4 0 .56-.15.15-.4.15-.56 0s-.15-.4 0-.56c.16-.16.41-.16.56 0M5.49 6.34c.15.15.15.4 0 .56s-.4.15-.56 0a.405.405 0 0 1 0-.56c.15-.16.41-.16.56 0m6.79-2.82c.15.15.15.4 0 .56s-.4.15-.56 0-.15-.4 0-.56.41-.15.56 0",
opacity: ".4"
})
]))
}