@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.53 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: "M11 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.75v1c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9c0-4.61-1.64-6.25-6.25-6.25H9C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h2c.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.51 22.75c-1.51 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.24 2.75-2.75 2.75m0-3.99a1.25 1.25 0 1 0 0 2.5 1.25 1.25 0 0 0 0-2.5"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M17.51 20.75c-.41 0-.75-.34-.75-.75v-6.99c0-.41.34-.75.75-.75s.75.34.75.75V20c0 .42-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.08 16.5c-.21 0-.42-.03-.63-.11l-2.21-.73c-.85-.28-1.48-1.17-1.48-2.06v-.59c0-.61.25-1.14.7-1.46s1.03-.39 1.6-.2l2.21.74c.85.28 1.48 1.17 1.48 2.06v.59c0 .61-.25 1.14-.7 1.46-.28.2-.62.3-.97.3m-2.65-3.75a.3.3 0 0 0-.1.02c-.04.03-.07.1-.07.24v.59c0 .24.23.56.46.64l2.21.73c.13.04.22.03.25.01.04-.03.08-.1.08-.24v-.59c0-.24-.23-.56-.46-.64l-2.21-.73a.6.6 0 0 0-.16-.03"
})
]))
}