@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.5 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: "M17 21.25H7c-3.65 0-5.75-2.1-5.75-5.75v-7c0-3.65 2.1-5.75 5.75-5.75h10c3.65 0 5.75 2.1 5.75 5.75v7c0 3.65-2.1 5.75-5.75 5.75m-10-17c-2.86 0-4.25 1.39-4.25 4.25v7c0 2.86 1.39 4.25 4.25 4.25h10c2.86 0 4.25-1.39 4.25-4.25v-7c0-2.86-1.39-4.25-4.25-4.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 15.75c-2.07 0-3.75-1.68-3.75-3.75S9.93 8.25 12 8.25s3.75 1.68 3.75 3.75-1.68 3.75-3.75 3.75m0-6c-1.24 0-2.25 1.01-2.25 2.25s1.01 2.25 2.25 2.25 2.25-1.01 2.25-2.25S13.24 9.75 12 9.75m-9 0H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c2.58 0 3.25-.67 3.25-3.25V4c0-.41.34-.75.75-.75s.75.34.75.75v1c0 3.42-1.33 4.75-4.75 4.75m19 0h-1c-3.42 0-4.75-1.33-4.75-4.75V4c0-.41.34-.75.75-.75s.75.34.75.75v1c0 2.58.67 3.25 3.25 3.25h1c.41 0 .75.34.75.75s-.34.75-.75.75m-15 11c-.41 0-.75-.34-.75-.75v-1c0-2.58-.67-3.25-3.25-3.25H2c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h1c3.42 0 4.75 1.33 4.75 4.75v1c0 .41-.34.75-.75.75m10 0c-.41 0-.75-.34-.75-.75v-1c0-3.42 1.33-4.75 4.75-4.75h1c.41 0 .75.34.75.75s-.34.75-.75.75h-1c-2.58 0-3.25.67-3.25 3.25v1c0 .41-.34.75-.75.75"
})
]))
}