@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 909 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: "M18.73 21.75h-6.46c-.42 0-.81-.21-1.04-.56l-2.92-4.38-2.26 3.87c-.22.38-.61.61-1.04.62-.42.04-.84-.19-1.08-.56L.56 15.68c-.28-.42-.28-.97 0-1.39l3.67-5.5c.23-.35.62-.56 1.04-.56h4.93L7.8 4.11c-.22-.39-.23-.87 0-1.25.22-.39.64-.63 1.08-.63h6.84c.44 0 .86.24 1.08.62l6.7 11.48c.24.42.23.92-.04 1.32l-3.68 5.52c-.24.37-.63.58-1.05.58m-6.33-1.5h6.2l3.52-5.28-6.55-11.22H9.31l3.5 6 2.4 4.12c.22.38.23.86 0 1.25-.22.39-.64.63-1.08.63H9.4zM1.9 15l3.06 4.58 2.24-3.83 3.5-6H5.41zm7.91-.75h3.89l-1.94-3.33z"
})
]))
}