@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.58 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: "M14.4 15.15H9.6c-.41 0-.75-.34-.75-.75V9.6c0-.41.34-.75.75-.75h4.8c.41 0 .75.34.75.75v4.8c0 .41-.34.75-.75.75m-4.05-1.5h3.3v-3.3h-3.3z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M7.8 18.75c-1.41 0-2.55-1.14-2.55-2.55s1.14-2.55 2.55-2.55h1.8c.41 0 .75.34.75.75v1.8c0 1.41-1.14 2.55-2.55 2.55m0-3.6a1.05 1.05 0 1 0 1.05 1.05v-1.05zm1.8-4.8H7.8c-1.41 0-2.55-1.14-2.55-2.55S6.39 5.25 7.8 5.25s2.55 1.14 2.55 2.55v1.8c0 .41-.34.75-.75.75m-1.8-3.6a1.05 1.05 0 1 0 0 2.1h1.05V7.8c0-.58-.47-1.05-1.05-1.05m8.4 3.6h-1.8c-.41 0-.75-.34-.75-.75V7.8c0-1.41 1.14-2.55 2.55-2.55s2.55 1.14 2.55 2.55-1.14 2.55-2.55 2.55m-1.05-1.5h1.05a1.05 1.05 0 1 0-1.05-1.05zm1.05 9.9c-1.41 0-2.55-1.14-2.55-2.55v-1.8c0-.41.34-.75.75-.75h1.8c1.41 0 2.55 1.14 2.55 2.55s-1.14 2.55-2.55 2.55m-1.05-3.6v1.05a1.05 1.05 0 1 0 1.05-1.05z"
}),
_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"
})
]))
}