@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 672 B
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: "M7.75 2v5.8H2C2 4.19 4.15 2.02 7.75 2M22 7.8h-5.75V2c3.6.02 5.75 2.19 5.75 5.8m0 8.5c-.04 3.55-2.18 5.68-5.75 5.7v-5.7zm-14.25 0V22c-3.57-.02-5.71-2.15-5.75-5.7zm0-7H2v5.5h5.75zM22 9.3h-5.75v5.5H22zm-7.25 0h-5.5v5.5h5.5zm0-7.3h-5.5v5.8h5.5zm0 14.3h-5.5V22h5.5z"
})
]))
}