@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 889 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.12 21.75c-.6 0-1.21-.14-1.79-.43l-3.24-1.62c-.68-.34-1.5-.34-2.19 0l-3.24 1.62c-1.56.78-3.36.48-4.58-.77s-1.49-3.05-.67-4.6l6.1-11.59A3.93 3.93 0 0 1 12 2.25c1.47 0 2.81.81 3.49 2.11l6.1 11.59c.81 1.55.55 3.35-.67 4.6-.77.79-1.77 1.2-2.8 1.2M12 17.94c.61 0 1.21.14 1.76.41L17 19.97c1.17.59 2.24.14 2.84-.48s1.03-1.69.42-2.85l-6.1-11.59c-.43-.81-1.24-1.3-2.16-1.3s-1.73.49-2.16 1.31l-6.1 11.59c-.61 1.16-.19 2.24.42 2.85s1.67 1.06 2.84.48l3.24-1.62c.55-.28 1.15-.42 1.76-.42"
})
]))
}