@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.14 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: "M22 6v2.42C22 10 21 11 19.42 11H16V4.01c0-1.11.91-2.02 2.02-2.01 1.09.01 2.09.45 2.81 1.17C21.55 3.9 22 4.9 22 6"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M2 7v14c0 .83.94 1.3 1.6.8l1.71-1.28c.4-.3.96-.26 1.32.1l1.66 1.67c.39.39 1.03.39 1.42 0l1.68-1.68c.35-.35.91-.39 1.3-.09l1.71 1.28c.66.49 1.6.02 1.6-.8V4c0-1.1.9-2 2-2H6C3 2 2 3.79 2 6z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M11.432 12.08c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1M6.57 10.03c.56 0 1-.45 1-1s-.45-1-1-1-1 .45-1 1 .45 1 1 1m5.69-2.29a.754.754 0 0 0-1.06 0L5.74 13.2c-.29.29-.29.77 0 1.06.15.15.34.22.53.22s.38-.07.53-.22l5.46-5.46c.29-.29.29-.77 0-1.06"
})
]))
}