@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.94 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: "M2 9.75c-.41 0-.75-.34-.75-.75V6.5c0-2.9 2.36-5.25 5.25-5.25H9c.41 0 .75.34.75.75s-.34.75-.75.75H6.5c-2.07 0-3.75 1.68-3.75 3.75V9c0 .41-.34.75-.75.75m20 0c-.41 0-.75-.34-.75-.75V6.5c0-2.07-1.68-3.75-3.75-3.75H15c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.5c2.89 0 5.25 2.35 5.25 5.25V9c0 .41-.34.75-.75.75m-4.5 13H16c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1.5c2.07 0 3.75-1.68 3.75-3.75V16c0-.41.34-.75.75-.75s.75.34.75.75v1.5c0 2.9-2.36 5.25-5.25 5.25m-8.5 0H6.5c-2.89 0-5.25-2.35-5.25-5.25V15c0-.41.34-.75.75-.75s.75.34.75.75v2.5c0 2.07 1.68 3.75 3.75 3.75H9c.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9 11.25H7c-1.41 0-2.25-.84-2.25-2.25V7c0-1.41.84-2.25 2.25-2.25h2c1.41 0 2.25.84 2.25 2.25v2c0 1.41-.84 2.25-2.25 2.25m-2-5c-.59 0-.75.16-.75.75v2c0 .59.16.75.75.75h2c.59 0 .75-.16.75-.75V7c0-.59-.16-.75-.75-.75zm10 5h-2c-1.41 0-2.25-.84-2.25-2.25V7c0-1.41.84-2.25 2.25-2.25h2c1.41 0 2.25.84 2.25 2.25v2c0 1.41-.84 2.25-2.25 2.25m-2-5c-.59 0-.75.16-.75.75v2c0 .59.16.75.75.75h2c.59 0 .75-.16.75-.75V7c0-.59-.16-.75-.75-.75zm-6 13H7c-1.41 0-2.25-.84-2.25-2.25v-2c0-1.41.84-2.25 2.25-2.25h2c1.41 0 2.25.84 2.25 2.25v2c0 1.41-.84 2.25-2.25 2.25m-2-5c-.59 0-.75.16-.75.75v2c0 .59.16.75.75.75h2c.59 0 .75-.16.75-.75v-2c0-.59-.16-.75-.75-.75zm10 5h-2c-1.41 0-2.25-.84-2.25-2.25v-2c0-1.41.84-2.25 2.25-2.25h2c1.41 0 2.25.84 2.25 2.25v2c0 1.41-.84 2.25-2.25 2.25m-2-5c-.59 0-.75.16-.75.75v2c0 .59.16.75.75.75h2c.59 0 .75-.16.75-.75v-2c0-.59-.16-.75-.75-.75z"
})
]))
}