@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.33 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: "M16 22.75H8c-3.02 0-4.75-1.73-4.75-4.75V8.25C3.25 5.1 4.85 3.5 8 3.5c.41 0 .75.34.75.75a1.5 1.5 0 0 0 1.5 1.5h3.5c.83 0 1.5-.67 1.5-1.5 0-.41.34-.75.75-.75 3.15 0 4.75 1.6 4.75 4.75V18c0 3.02-1.73 4.75-4.75 4.75M7.35 5.02c-1.58.13-2.6.84-2.6 3.23V18c0 2.22 1.03 3.25 3.25 3.25h8c2.22 0 3.25-1.03 3.25-3.25V8.25c0-2.39-1.02-3.09-2.6-3.23a3.006 3.006 0 0 1-2.9 2.23h-3.5c-.8 0-1.55-.31-2.12-.88-.38-.38-.64-.84-.78-1.35"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.75 7.25h-3.5c-.8 0-1.55-.31-2.12-.88s-.88-1.32-.88-2.12c0-1.65 1.35-3 3-3h3.5c.8 0 1.55.31 2.12.88s.88 1.32.88 2.12c0 1.65-1.35 3-3 3m-3.5-4.5a1.498 1.498 0 0 0-1.06 2.56c.28.28.66.44 1.06.44h3.5a1.498 1.498 0 0 0 1.06-2.56c-.28-.28-.66-.44-1.06-.44zm1.75 11H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m4 4H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8c.41 0 .75.34.75.75s-.34.75-.75.75"
})
]))
}