@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
23 lines (22 loc) • 1.3 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", {
fill: "currentColor",
d: "M22 14v3c0 1.66-1.34 3-3 3h-1c0-1.1-.9-2-2-2s-2 .9-2 2h-4c0-1.1-.9-2-2-2s-2 .9-2 2H5c-1.66 0-3-1.34-3-3v-3h11c1.1 0 2-.9 2-2V5h1.84c.72 0 1.38.39 1.74 1.01L20.29 9H19c-.55 0-1 .45-1 1v3c0 .55.45 1 1 1z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8 22a2 2 0 1 0 0-4 2 2 0 0 0 0 4m8 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4m6-9.47V14h-3c-.55 0-1-.45-1-1v-3c0-.55.45-1 1-1h1.29l1.45 2.54c.17.3.26.64.26.99M14 2H6C4.05 2 2.43 3.4 2.08 5.25H7c.41 0 .75.34.75.75s-.34.75-.75.75H2v1.5h3c.41 0 .75.34.75.75s-.34.75-.75.75H2v1.5h1c.41 0 .75.34.75.75s-.34.75-.75.75H2V14h11c1.1 0 2-.9 2-2V3c0-.55-.45-1-1-1"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M2.08 5.25H1c-.41 0-.75.34-.75.75s.34.75.75.75h1V6c0-.26.03-.51.08-.75M1 8.25c-.41 0-.75.34-.75.75s.34.75.75.75h1v-1.5zm0 3c-.41 0-.75.34-.75.75s.34.75.75.75h1v-1.5z"
})
]))
}