@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
35 lines (34 loc) • 1.7 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-miterlimit": "10",
"stroke-width": "1.5",
d: "M2 10.99V9.26c0-.78.45-1.48 1.15-1.81l6.5-3.06a2.02 2.02 0 0 1 1.7 0l2.67 1.26C14 5.77 14 5.89 14 6c0 2.21 1.79 4 4 4 .35 0 .68-.04 1-.13v6.86c0 .78-.45 1.48-1.15 1.81l-6.5 3.06c-.54.25-1.16.25-1.7 0l-6.5-3.06C2.45 18.21 2 17.51 2 16.73v-1.29"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M7 10.5v3c0 1.1.9 2 2 2s2-.9 2-2v-3m3 0v4.94"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M22 6c0 1.86-1.27 3.43-3 3.87-.32.09-.65.13-1 .13-2.21 0-4-1.79-4-4 0-.11 0-.23.02-.34A3.99 3.99 0 0 1 18 2c2.21 0 4 1.79 4 4Z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.09 5.91c.24-.21.37-.49.37-.83 0-.77-.58-1.28-1.46-1.28s-1.46.52-1.46 1.28c0 .33.13.62.37.83-.32.24-.5.59-.5.98 0 .81.61 1.31 1.6 1.31s1.6-.5 1.6-1.31a1.2 1.2 0 0 0-.52-.98M18 5.51c-.27 0-.44-.15-.44-.38 0-.28.23-.37.44-.37s.44.1.44.37c0 .23-.17.38-.44.38m0 .83c.28 0 .58.12.58.45 0 .29-.22.46-.58.46s-.58-.17-.58-.46c0-.41.44-.45.58-.45"
})
]))
}