@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 871 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.88 2H4.12c-.6 0-1.06.52-.99 1.11l1.8 16.22c.04.4.33.74.72.85l6.08 1.74c.18.05.37.05.55 0l6.08-1.74c.39-.11.67-.45.72-.85l1.8-16.22c.06-.59-.4-1.11-1-1.11m-3.63 14.08c-.03.3-.25.55-.54.64l-3.5 1a.76.76 0 0 1-.42 0l-3.5-1a.73.73 0 0 1-.52-.54l-.5-2c-.1-.4.14-.81.55-.91.4-.1.81.14.91.55l.4 1.58 2.88.82 2.81-.8.41-3.67H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h7.38l.28-2.5-8.16-.02c-.41 0-.75-.34-.75-.75s.34-.75.75-.75l9 .02c.21 0 .42.09.56.25s.21.37.19.58z"
})
]))
}