@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
23 lines (22 loc) • 1.82 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 5v5h-1c-1.65 0-3 1.35-3 3v1H5c-1.66 0-3-1.34-3-3V5c0-1.66 1.34-3 3-3h6c1.66 0 3 1.34 3 3",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.2 6.63c-.23 0-.47-.11-.61-.32a.753.753 0 0 1 .18-1.05c.78-.55 1.83-.56 2.62-.02.34.23.43.7.2 1.04s-.7.43-1.04.2a.8.8 0 0 0-.9.01c-.15.1-.3.14-.45.14m4 0c-.23 0-.47-.11-.61-.32a.753.753 0 0 1 .18-1.05c.78-.55 1.83-.56 2.62-.02.34.23.43.7.2 1.04s-.7.43-1.04.2a.8.8 0 0 0-.9.01c-.15.1-.3.14-.45.14m-1.04 5.54H5.84c-.71 0-1.29-.58-1.29-1.29 0-1.9 1.55-3.45 3.45-3.45.78 0 1.55.27 2.16.76a.748.748 0 0 1-.93 1.17c-.35-.28-.77-.43-1.22-.43-1 0-1.83.76-1.94 1.74h2.1c.41 0 .75.34.75.75s-.35.75-.76.75m10.06 4.51a.36.36 0 0 0-.28-.12h-3.88c-.11 0-.21.04-.28.12s-.11.19-.09.29A2.33 2.33 0 0 0 16 19.05c1.19 0 2.18-.89 2.31-2.08a.38.38 0 0 0-.09-.29"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19 10h-6c-1.65 0-3 1.35-3 3v6c0 1.65 1.35 3 3 3h6c1.65 0 3-1.35 3-3v-6c0-1.65-1.35-3-3-3m-6.41 3.17c.24-.34.71-.42 1.05-.18a.8.8 0 0 0 .9.01c.34-.24.81-.15 1.04.2.23.34.15.81-.2 1.04-.39.26-.84.4-1.29.4-.47 0-.93-.14-1.32-.42a.756.756 0 0 1-.18-1.05m3.41 7c-1.9 0-3.45-1.55-3.45-3.45 0-.71.58-1.29 1.29-1.29h4.32c.71 0 1.29.58 1.29 1.29 0 1.9-1.55 3.45-3.45 3.45m3.38-5.94c-.39.26-.84.4-1.29.4-.47 0-.93-.14-1.32-.42a.753.753 0 1 1 .87-1.23.8.8 0 0 0 .9.01c.34-.24.81-.15 1.04.2s.14.81-.2 1.04"
})
]))
}