@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
24 lines (23 loc) • 1.21 kB
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", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M12.14 7.62H6.87c-1.86 0-2.28.93-2.51 2.08l-.85 4.05h12l-.85-4.05c-.25-1.15-.66-2.08-2.52-2.08"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M16.99 20.36c.08.88-.62 1.64-1.52 1.64h-1.41c-.81 0-.92-.35-1.07-.77l-.15-.45c-.21-.61-.35-1.03-1.43-1.03H7.57c-1.08 0-1.24.47-1.43 1.03l-.15.45c-.14.43-.25.77-1.07.77H3.51c-.9 0-1.61-.76-1.52-1.64l.42-4.57c.11-1.13.32-2.05 2.29-2.05h9.57c1.97 0 2.18.92 2.29 2.05zM3.5 11.5h-.75m13.5 0h-.75M5 16.75h2.25m4.5 0H14m4.71-8.01c.28-.65.18-1.53-.34-2.3-.51-.77-1.29-1.2-2-1.19m5.45 4.48c.42-1.51.12-3.36-.95-4.96S18.2 2.19 16.64 2"
})
]))
}