@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.1 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: "M3.24 15.27c-.38.14-.8.22-1.23.22C2.1 19.08 3.17 20 7 20h10c4 0 5-1 5-5V9c0-4-1-5-5-5H7c-3.83 0-4.9.92-4.99 4.5 1.93 0 3.49 1.57 3.49 3.5M9 4v3.5m0 9V20"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
d: "M14.86 14.21a.45.45 0 0 0-.39 0l-1.23.65c-.31.16-.66-.1-.6-.44l.24-1.37a.42.42 0 0 0-.12-.37l-.99-.97A.416.416 0 0 1 12 11l1.38-.2c.14-.02.25-.1.31-.23l.61-1.25a.41.41 0 0 1 .74 0l.62 1.25c.06.12.18.21.31.23l1.38.2c.34.05.48.47.23.71l-1 .97c-.1.09-.14.23-.12.37"
})
]))
}