@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 921 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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "m8.5 5.1 2.7 2.7c.4.4 1.2.4 1.6 0l2.7-2.7c.7-.7.2-2-.8-2H9.3c-1 .1-1.5 1.3-.8 2m0 13.8 2.7-2.7c.4-.4 1.2-.4 1.6 0l2.7 2.7c.7.7.2 2-.8 2H9.3c-1-.1-1.5-1.3-.8-2m-6.3-7.4L4.4 8c.3-.6 1.1-.7 1.6-.2l3.5 3.5c.4.4.4 1 0 1.4L6 16.2c-.5.5-1.2.4-1.6-.2l-2.2-3.5c-.3-.3-.3-.7 0-1m19.6 0L19.6 8c-.3-.5-1.1-.6-1.6-.2l-3.5 3.5c-.4.4-.4 1 0 1.4l3.5 3.5c.5.5 1.2.4 1.6-.2l2.2-3.5c.3-.3.3-.7 0-1"
})
]))
}