@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
34 lines (33 loc) • 1.69 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: "M8.5 12V7.22M8.5 22v-3m7 3V7.22M10.1 5.3c0 .49-.2.95-.53 1.27-.32.33-.77.53-1.27.53H6.05c.28-.37.45-.85.45-1.35v-.9c0-.5-.17-.98-.45-1.35H8.3c.99 0 1.8.81 1.8 1.8"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M6.5 4.85v.9c0 .5-.17.98-.45 1.35-.76 1.01-2.32 1.35-3.77.06C2.12 7.02 2 6.72 2 6.5V4.16c0-.19.1-.47.23-.61 1.26-1.32 2.78-1.13 3.61-.3q.105.105.21.24c.28.38.45.86.45 1.36m7.4.45c0 .49.2.95.53 1.27.32.33.77.53 1.27.53h2.25c-.28-.37-.45-.85-.45-1.35v-.9c0-.5.17-.98.45-1.35H15.7c-.99 0-1.8.81-1.8 1.8"
}),
_createElementVNode("path", {
stroke: "currentColor",
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
"stroke-width": "1.5",
d: "M17.5 4.85v.9c0 .5.17.98.45 1.35.76 1.01 2.32 1.35 3.77.06.16-.14.28-.44.28-.66V4.16c0-.19-.1-.47-.23-.61-1.26-1.32-2.78-1.13-3.61-.3q-.105.105-.21.24c-.28.38-.45.86-.45 1.36M10 13.5v4c0 .83-.67 1.5-1.5 1.5S7 18.33 7 17.5v-4c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5"
})
]))
}