@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 803 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: "M19.402 10.53c.52-.1.88.49.56.91l-6.95 8.85c-.35.45-1.07.16-1.01-.4l.7-7.6c.02-.25.21-.46.46-.51zm2.238-2.839c.22.24.1.63-.21.7l-8.44 1.69c-.55.11-.91-.56-.51-.96l5.02-5.02c.23-.23.6-.22.82.01zm-6.949-4.5c.47.06.66.63.33.97l-3.56 3.56c-.21.21-.55.22-.78.02l-5.34-4.75c-.42-.37-.1-1.06.45-.99zm-3.971 6.882c.27.24.4.59.38.94l-.86 10.46c-.05.6-.88.72-1.1.16L2.29 3.963c-.22-.56.46-1.03.91-.63z"
})
]))
}