@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 1.56 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: "M15.5 22.75h-7c-3.71 0-5.75-2.04-5.75-5.75V7c0-3.71 2.04-5.75 5.75-5.75h7c3.65 0 5.75 2.1 5.75 5.75v1c0 .96-.79 1.75-1.75 1.75-.14 0-.25.11-.25.25v2.17c0 .33.13.65.37.88l.83.83c.52.52.81 1.21.81 1.94V17c-.01 3.65-2.11 5.75-5.76 5.75m-7-20C5.64 2.75 4.25 4.14 4.25 7v10c0 2.86 1.39 4.25 4.25 4.25h7c2.82 0 4.25-1.43 4.25-4.25v-1.17c0-.33-.13-.65-.37-.88l-.83-.83c-.52-.52-.81-1.21-.81-1.94V10c0-.96.79-1.75 1.75-1.75.14 0 .25-.11.25-.25V7c0-2.82-1.43-4.25-4.25-4.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.01 22.72c-.41 0-.75-.33-.75-.74l-.03-2.99c0-.69-.57-1.24-1.25-1.24h-4A1.25 1.25 0 0 0 8.73 19l.01 2.97a.749.749 0 1 1-1.5 0L7.23 19c0-.74.28-1.43.8-1.95s1.21-.81 1.95-.81h4.01c1.51 0 2.74 1.23 2.75 2.73l.03 2.98c0 .43-.34.77-.76.77.01 0 0 0 0 0M8.94 5.7h-.01a.75.75 0 0 1-.74-.77l.05-2.89c.01-.41.34-.74.75-.74H9c.41.01.74.35.74.76l-.05 2.9c-.01.41-.34.74-.75.74m3 0h-.01a.76.76 0 0 1-.74-.76l.05-2.89c.01-.41.34-.74.75-.74H12c.41.01.74.35.74.76l-.05 2.89c-.01.41-.34.74-.75.74m3-.03h-.01a.76.76 0 0 1-.74-.76l.05-2.89c.01-.41.34-.74.75-.74H15c.41.01.74.35.74.76l-.05 2.89c-.01.41-.34.74-.75.74"
})
]))
}