@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 1.31 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: "M14.54 2.26c-1.03 0-1.86.83-1.86 1.86v4.64c0 1.03.83 1.86 1.86 1.86s1.86-.83 1.86-1.86V4.12c0-1.03-.83-1.86-1.86-1.86m4.08 8.36h1.57c.87 0 1.57-.7 1.57-1.57s-.7-1.57-1.57-1.57-1.57.7-1.57 1.57zM3.86 7.37C2.83 7.37 2 8.2 2 9.23s.83 1.86 1.86 1.86H8.5c1.03 0 1.86-.83 1.86-1.86S9.53 7.37 8.5 7.37h-.75m2.61-2.24V3.56c0-.87-.7-1.57-1.57-1.57s-1.57.7-1.57 1.57.7 1.57 1.57 1.57zm-.93 16.64c1.03 0 1.86-.83 1.86-1.86v-4.64c0-1.03-.83-1.86-1.86-1.86s-1.86.83-1.86 1.86v4.64c0 1.02.83 1.86 1.86 1.86m-4.07-8.36H3.79c-.87 0-1.57.7-1.57 1.57s.7 1.57 1.57 1.57 1.57-.7 1.57-1.57zm16.61 1.39c0-1.03-.83-1.86-1.86-1.86h-4.64c-1.03 0-1.86.83-1.86 1.86s.83 1.86 1.86 1.86h4.64c1.03 0 1.86-.83 1.86-1.86m-8.36 4.04v1.57c0 .87.7 1.57 1.57 1.57s1.57-.7 1.57-1.57-.7-1.57-1.57-1.57z"
})
]))
}