@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 866 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: "M11.25 7.86H2v8.33c0 .06 0 .12.01.17h9.24zm-3.559-1.5h3.56V2h-3.53v4.24c0 .04-.02.08-.03.12m-1.472-.12V2.16c-2.22.46-3.67 1.94-4.09 4.2h4.11c-.01-.04-.02-.08-.02-.12M16.22 2h-3.47v4.36h3.47zm1.49 4.358h4.16c-.42-2.28-1.89-3.77-4.15-4.21v4.18c0 .01-.01.02-.01.03m.009 15.492c2.19-.43 3.63-1.83 4.1-3.99h-4.1zm-1.499-3.99h-3.47V22h3.47zm-3.47-1.5h9.24c.01-.05.01-.11.01-.17V7.86h-9.25zm-1.501 1.5h-3.53V22h3.53zm-9.069 0c.47 2.14 1.89 3.54 4.04 3.98v-3.98z"
})
]))
}