@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 836 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: "m21.4 12.95-2.78 1.39c-.19.1-.42.06-.58-.09l-1.87-1.87c-.2-.2-.2-.51 0-.71l1.9-1.9c.15-.15.39-.19.58-.09l2.75 1.38c.79.38.79 1.5 0 1.89m-5.1-4.459c.31.15.37.56.13.8l-1.67 1.67-.71.71c-.2.2-.51.2-.71 0L6.2 4.532c-.399-.4.07-1.05.58-.8zM2 20.15V3.48c0-.44.53-.67.85-.36l8.77 8.51c.21.2.2.53-.01.73l-8.77 8.16a.5.5 0 0 1-.84-.37m14.27-4.631-9.39 4.7c-.51.25-.98-.4-.58-.8l7.05-7.05c.2-.2.51-.2.71 0l2.35 2.35c.23.24.16.65-.14.8"
})
]))
}