@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.28 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.38 18.9c-.33 0-.66-.08-.96-.25-.61-.34-.98-.96-.98-1.66v-3.08c0-.19-.15-.56-.3-.75l-2.17-2.28c-.41-.41-.72-1.13-.72-1.68V7.87c0-1.11.84-1.97 1.91-1.97h7.67c1.05 0 1.91.86 1.91 1.91v1.28c0 .7-.4 1.47-.8 1.87l-2.53 2.24c-.16.14-.33.49-.33.78v2.5c0 .63-.38 1.33-.89 1.63l-.79.51c-.31.19-.66.28-1.02.28M8.16 7.4c-.24 0-.41.2-.41.47V9.2c0 .13.14.47.3.63l2.22 2.34c.34.43.67 1.12.67 1.74v3.08c0 .2.13.31.21.35.11.06.29.1.45 0l.8-.52a.62.62 0 0 0 .18-.36v-2.5c0-.71.35-1.5.85-1.91l2.48-2.2c.13-.13.33-.53.33-.78V7.81c0-.22-.19-.41-.41-.41z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15 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.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z"
})
]))
}