@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 2.56 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: "M8 5.75c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75m8 0c-.41 0-.75-.34-.75-.75V2c0-.41.34-.75.75-.75s.75.34.75.75v3c0 .41-.34.75-.75.75M8.5 14.5c-.26 0-.52-.11-.71-.29-.18-.19-.29-.44-.29-.71 0-.13.03-.26.08-.38q.075-.18.21-.33c.37-.37 1.04-.37 1.42 0 .18.19.29.45.29.71 0 .06-.01.13-.02.2q-.015.09-.06.18-.03.09-.09.18l-.12.15c-.19.18-.45.29-.71.29m3.5 0c-.13 0-.26-.03-.38-.08-.13-.05-.23-.12-.33-.21-.18-.19-.29-.44-.29-.71 0-.13.03-.26.08-.38q.075-.18.21-.33c.1-.09.2-.16.33-.21.37-.15.81-.07 1.09.21.18.19.29.45.29.71 0 .06-.01.13-.02.2q-.015.09-.06.18-.03.09-.09.18c-.03.05-.08.1-.12.15-.19.18-.45.29-.71.29M8.5 18c-.13 0-.26-.03-.38-.08a.9.9 0 0 1-.33-.21.9.9 0 0 1-.21-.33A1 1 0 0 1 7.5 17c0-.13.03-.26.08-.38q.075-.195.21-.33t.33-.21c.24-.1.52-.11.76 0q.195.075.33.21t.21.33c.05.12.08.25.08.38s-.03.26-.08.38q-.075.195-.21.33t-.33.21c-.12.05-.25.08-.38.08m12-8.16h-17c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h17c.41 0 .75.34.75.75s-.34.75-.75.75M18 23.75a4.64 4.64 0 0 1-3.13-1.19c-.36-.3-.68-.68-.94-1.12-.44-.72-.68-1.57-.68-2.44 0-2.62 2.13-4.75 4.75-4.75A4.76 4.76 0 0 1 22.75 19c0 .87-.24 1.72-.69 2.45-.84 1.42-2.4 2.3-4.06 2.3m0-8c-1.79 0-3.25 1.46-3.25 3.25 0 .59.16 1.17.47 1.67.17.3.39.55.63.76.6.54 1.35.82 2.15.82 1.15 0 2.19-.59 2.78-1.57.31-.51.47-1.08.47-1.68 0-.78-.29-1.54-.81-2.15-.62-.7-1.51-1.1-2.44-1.1"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M17.43 20.74c-.19 0-.38-.07-.53-.22l-.99-.99a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l.48.48 1.6-1.48c.3-.28.78-.26 1.06.04s.26.78-.04 1.06l-2.13 1.97c-.15.13-.33.2-.51.2"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.37 22.75H8c-3.65 0-5.75-2.1-5.75-5.75V8.5c0-3.65 2.1-5.75 5.75-5.75h8c3.65 0 5.75 2.1 5.75 5.75v7.86c0 .31-.19.59-.49.7-.29.11-.62.03-.83-.21-.62-.7-1.51-1.1-2.44-1.1-1.79 0-3.25 1.46-3.25 3.25 0 .59.16 1.17.47 1.67.17.3.39.55.63.76.24.2.33.53.22.83-.09.29-.37.49-.69.49M8 4.25c-2.86 0-4.25 1.39-4.25 4.25V17c0 2.86 1.39 4.25 4.25 4.25h5.82a4.7 4.7 0 0 1-.57-2.25c0-2.62 2.13-4.75 4.75-4.75.79 0 1.57.2 2.25.57V8.5c0-2.86-1.39-4.25-4.25-4.25z"
})
]))
}