@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
30 lines (29 loc) • 2.24 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 22.75H7c-3.65 0-5.75-2.1-5.75-5.75v-4c0-3.6 1.92-4.94 3.53-5.44.65-.21 1.4-.31 2.22-.31h10c.82 0 1.57.11 2.23.32 1.6.49 3.52 1.84 3.52 5.43v4c0 3.65-2.1 5.75-5.75 5.75m-10-14c-.66 0-1.26.08-1.77.25-1.67.51-2.48 1.82-2.48 4v4c0 2.86 1.39 4.25 4.25 4.25h10c2.86 0 4.25-1.39 4.25-4.25v-4c0-2.18-.81-3.49-2.47-4-.52-.17-1.12-.25-1.78-.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19 9.03a.6.6 0 0 1-.23-.04c-.51-.16-1.11-.25-1.77-.25H7c-.66 0-1.26.08-1.77.25a.76.76 0 0 1-.67-.11.77.77 0 0 1-.31-.61V7c0-1.52 1.23-2.75 2.75-2.75h10c1.52 0 2.75 1.23 2.75 2.75v1.28c0 .24-.11.46-.31.61-.13.09-.28.14-.44.14M7 5.75c-.69 0-1.25.56-1.25 1.25v.34c.39-.06.81-.09 1.25-.09h10c.44 0 .86.03 1.25.09V7c0-.69-.56-1.25-1.25-1.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16 5.75H8c-.41 0-.75-.34-.75-.75V3.51c0-1.25 1.01-2.26 2.26-2.26h4.98c1.25 0 2.26 1.01 2.26 2.26V5c0 .41-.34.75-.75.75m-7.25-1.5h6.5v-.74a.76.76 0 0 0-.76-.76H9.51a.76.76 0 0 0-.76.76zm.32 15.96c-1.14 0-2.07-.93-2.07-2.07s.93-2.07 2.07-2.07 2.07.93 2.07 2.07-.92 2.07-2.07 2.07m0-2.65a.57.57 0 1 0 0 1.14.57.57 0 0 0 0-1.14"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10.4 18.88c-.41 0-.75-.34-.75-.75V12.8c0-.86.54-1.56 1.37-1.79l2.65-.72c.85-.23 1.39-.01 1.69.22s.65.68.65 1.56v5.17c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5.17c0-.25-.05-.35-.07-.37-.02-.01-.14-.03-.38.03l-2.65.72c-.23.06-.26.21-.26.34v5.33c0 .43-.34.76-.75.76"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.93 19.32c-1.14 0-2.07-.93-2.07-2.07s.93-2.07 2.07-2.07 2.07.93 2.07 2.07-.93 2.07-2.07 2.07m0-2.64a.57.57 0 1 0-.001 1.14.57.57 0 0 0 0-1.14M10.4 15.1a.747.747 0 0 1-.19-1.47l4.85-1.32a.75.75 0 1 1 .39 1.45l-4.851 1.32c-.07.01-.14.02-.2.02"
})
]))
}