@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 838 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.512 5.85-5.94-3.43c-.97-.56-2.17-.56-3.15 0l-5.93 3.43a3.15 3.15 0 0 0-1.57 2.73v6.84c0 1.12.6 2.16 1.57 2.73l5.94 3.43c.97.56 2.17.56 3.15 0l5.94-3.43a3.15 3.15 0 0 0 1.57-2.73V8.58a3.19 3.19 0 0 0-1.58-2.73m-7.51 1.49c1.29 0 2.33 1.04 2.33 2.33S13.292 12 12.002 12s-2.33-1.04-2.33-2.33c0-1.28 1.04-2.33 2.33-2.33m2.68 9.32h-5.36c-.81 0-1.28-.9-.83-1.57.68-1.01 2-1.69 3.51-1.69s2.83.68 3.51 1.69c.45.66-.03 1.57-.83 1.57"
})
]))
}