@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.25 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: "M20.42 12.22c-.41 0-.75-.34-.75-.75V8.15c0-1.24-1.01-2.25-2.25-2.25H3.58c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h13.84c2.07 0 3.75 1.68 3.75 3.75v3.32c0 .42-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M6.74 9.07c-.19 0-.38-.07-.53-.22L3.05 5.69a.75.75 0 0 1 0-1.06l3.16-3.16c.29-.29.77-.29 1.06 0s.29.77 0 1.06L4.64 5.16l2.63 2.63c.29.29.29.77 0 1.06-.15.14-.34.22-.53.22m13.68 10.52H6.58c-2.07 0-3.75-1.68-3.75-3.75v-3.32c0-.41.34-.75.75-.75s.75.34.75.75v3.32c0 1.24 1.01 2.25 2.25 2.25h13.84c.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M17.26 22.75c-.19 0-.38-.07-.53-.22a.754.754 0 0 1 0-1.06l2.63-2.63-2.63-2.63a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l3.16 3.16a.75.75 0 0 1 0 1.06l-3.16 3.16a.7.7 0 0 1-.53.22"
})
]))
}