@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.69 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 25 24"
}, [
_createElementVNode("path", {
fill: "currentColor",
d: "M19.942 12.605h1.966v-1.402a3.67 3.67 0 0 0-3.66-3.66H7.074a3.67 3.67 0 0 0-3.66 3.66v4.254a3.892 3.892 0 0 1 6.327 3.037c0 .73-.205 1.42-.565 2.005a3.5 3.5 0 0 1-.769.915h9.84a3.67 3.67 0 0 0 3.66-3.66v-1.158h-1.849c-1.05 0-2.014-.77-2.102-1.82a1.96 1.96 0 0 1 .584-1.587 1.94 1.94 0 0 1 1.402-.584",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.435 3.845v3.698H7.074a3.67 3.67 0 0 0-3.66 3.66V7.631c0-1.158.71-2.19 1.791-2.599l7.728-2.92c1.207-.448 2.502.438 2.502 1.733m7.507 9.753v2.005a1 1 0 0 1-.974.993h-1.907c-1.052 0-2.015-.77-2.103-1.82a1.96 1.96 0 0 1 .584-1.587 1.94 1.94 0 0 1 1.402-.584h2.024a1 1 0 0 1 .974.993m-8.334-1.188H7.794c-.399 0-.73-.33-.73-.73s.331-.73.73-.73h6.814c.399 0 .73.331.73.73 0 .4-.331.73-.73.73M8.6 15.74a3.9 3.9 0 0 0-2.326-1.114 3.87 3.87 0 0 0-3.18 1.115 3.8 3.8 0 0 0-1.018 1.817 3.86 3.86 0 0 0 1.019 3.689 3.8 3.8 0 0 0 2.498 1.122c.392.034.798 0 1.19-.103a3.8 3.8 0 0 0 1.818-1.02 3.89 3.89 0 0 0 0-5.505m-3.468 1.295c0-.4.33-.73.73-.73.405.007.729.33.736.737l-.007.722.695-.007c.406.007.73.33.737.737a.746.746 0 0 1-.737.736l-.695-.007.007.723a.746.746 0 0 1-.737.737.754.754 0 0 1-.73-.73v-.73h-.756a.72.72 0 0 1-.516-.213.72.72 0 0 1-.214-.516c0-.4.33-.73.73-.73h.757z"
})
]))
}