@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.22 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: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9.55 18.47H7.1c-1.09 0-1.97-.89-1.97-1.98V7.51c0-1.09.89-1.98 1.97-1.98h2.45c1.09 0 1.98.89 1.98 1.98v8.98c0 1.09-.89 1.98-1.98 1.98M7.1 7.03c-.26 0-.47.22-.47.48v8.98c0 .26.22.48.47.48h2.45c.26 0 .48-.22.48-.48V7.51c0-.26-.22-.48-.48-.48zm10.04 7.35H14.2c-.96 0-1.73-.78-1.73-1.73V7.26c0-.96.78-1.73 1.73-1.73h2.94c.96 0 1.73.78 1.73 1.73v5.39c.01.96-.77 1.73-1.73 1.73m-2.93-7.35c-.13 0-.23.11-.23.23v5.39c0 .13.11.23.23.23h2.94c.13 0 .23-.11.23-.23V7.26c0-.13-.11-.23-.23-.23z"
})
]))
}