@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.35 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: "M16.19 2H7.82C4.17 2 2 4.17 2 7.81v8.37c0 3.64 2.17 5.81 5.81 5.81h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M18 11.27c-.42 0-.75.33-.75.75a5.23 5.23 0 0 1-1.53 3.69 5.22 5.22 0 0 1-3.71 1.54c-1.4 0-2.72-.55-3.71-1.54-.03-.03-.05-.06-.08-.09h.83c.41 0 .75-.34.75-.75s-.34-.75-.75-.75H6.4c-.41 0-.75.34-.75.75v2.65c0 .41.34.75.75.75s.75-.34.75-.75v-.85c.03.03.06.07.09.11a6.72 6.72 0 0 0 4.77 1.98c1.8 0 3.5-.7 4.77-1.98a6.73 6.73 0 0 0 1.97-4.75c0-.42-.34-.75-.75-.76M6 12.65c.41 0 .74-.33.75-.74.02-1.37.57-2.66 1.53-3.63a5.22 5.22 0 0 1 3.71-1.54c1.4 0 2.72.55 3.71 1.54.03.03.05.06.08.09h-.83c-.41 0-.75.34-.75.75s.34.75.75.75h2.65c.41 0 .75-.34.75-.75V6.48c0-.41-.34-.75-.75-.75s-.75.34-.75.75v.86c-.03-.03-.06-.07-.09-.11a6.72 6.72 0 0 0-4.77-1.98c-1.8 0-3.5.7-4.77 1.98a6.64 6.64 0 0 0-1.97 4.66c-.01.41.32.75.74.76z"
})
]))
}