@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.92 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 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.68 15.33c-.42 0-.81-.1-1.15-.29-.83-.47-1.28-1.4-1.28-2.62V2.44c0-.41.34-.75.75-.75s.75.34.75.75v9.98c0 .65.19 1.13.52 1.31.35.2.89.1 1.48-.25l1.32-.79c.54-.32 1.31-.32 1.85 0l1.32.79c.6.36 1.14.45 1.48.25.33-.19.52-.67.52-1.31V2.44c0-.41.34-.75.75-.75s.75.34.75.75v9.98c0 1.22-.45 2.15-1.28 2.62s-1.92.37-2.99-.27l-1.32-.79c-.06-.04-.25-.04-.31 0l-1.32.79c-.62.37-1.26.56-1.84.56"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15 22.75H9c-5.43 0-7.75-2.32-7.75-7.75V9c0-5.43 2.32-7.75 7.75-7.75h6c5.43 0 7.75 2.32 7.75 7.75v6c0 5.43-2.32 7.75-7.75 7.75m-6-20C4.39 2.75 2.75 4.39 2.75 9v6c0 4.61 1.64 6.25 6.25 6.25h6c4.61 0 6.25-1.64 6.25-6.25V9c0-4.61-1.64-6.25-6.25-6.25z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M8.68 15.33c-.42 0-.81-.1-1.15-.29-.83-.47-1.28-1.4-1.28-2.62V2.44c0-.41.34-.75.75-.75s.75.34.75.75v9.98c0 .65.19 1.13.52 1.31.35.2.89.1 1.48-.25l1.32-.79c.54-.32 1.31-.32 1.85 0l1.32.79c.6.36 1.14.45 1.48.25.33-.19.52-.67.52-1.31V2.44c0-.41.34-.75.75-.75s.75.34.75.75v9.98c0 1.22-.45 2.15-1.28 2.62s-1.92.37-2.99-.27l-1.32-.79c-.06-.04-.25-.04-.31 0l-1.32.79c-.62.37-1.26.56-1.84.56"
})
]))
}