@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 895 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: "M6.19 22.06c-1 0-1.97-.39-2.74-1.14-1.25-1.22-1.55-3.02-.77-4.58L4.3 13.1c.34-.68.34-1.5 0-2.19L2.68 7.66C1.9 6.1 2.2 4.3 3.45 3.08s3.05-1.49 4.6-.67l11.59 6.1A3.93 3.93 0 0 1 21.75 12c0 1.47-.81 2.81-2.11 3.49l-11.59 6.1c-.6.32-1.23.47-1.86.47M6.2 3.44c-.69 0-1.29.32-1.7.72-.62.6-1.06 1.67-.48 2.84l1.62 3.24c.55 1.11.55 2.42 0 3.53l-1.62 3.24c-.59 1.17-.14 2.24.48 2.84s1.69 1.03 2.85.42l11.59-6.1c.82-.43 1.31-1.24 1.31-2.16s-.49-1.73-1.31-2.16L7.35 3.73c-.4-.21-.79-.29-1.15-.29"
})
]))
}