@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.54 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: "M19.32 10.75H4.69c-1.89 0-3.43-1.54-3.43-3.43V4.69c0-1.89 1.54-3.43 3.43-3.43h14.63c1.89 0 3.43 1.54 3.43 3.43v2.63c0 1.89-1.54 3.43-3.43 3.43m-14.64-8c-1.07 0-1.93.87-1.93 1.93v2.63c0 1.07.87 1.93 1.93 1.93h14.63c1.07 0 1.93-.87 1.93-1.93V4.68c0-1.07-.87-1.93-1.93-1.93zm14.64 20H4.69c-1.89 0-3.43-1.54-3.43-3.43v-2.63c0-1.89 1.54-3.43 3.43-3.43h14.63c1.89 0 3.43 1.54 3.43 3.43v2.63c0 1.89-1.54 3.43-3.43 3.43m-14.64-8c-1.07 0-1.93.87-1.93 1.93v2.63c0 1.07.87 1.93 1.93 1.93h14.63c1.07 0 1.93-.87 1.93-1.93v-2.63c0-1.07-.87-1.93-1.93-1.93z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M6 7.75c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m4 0c-.41 0-.75-.34-.75-.75V5c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m-4 12c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m4 0c-.41 0-.75-.34-.75-.75v-2c0-.41.34-.75.75-.75s.75.34.75.75v2c0 .41-.34.75-.75.75m8-13h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75m0 12h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"
})
]))
}