@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.73 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: "M7 22.25c-.41 0-.75-.34-.75-.75v-19c0-.41.34-.75.75-.75s.75.34.75.75v19c0 .41-.34.75-.75.75m4.47-4.7c-1.24 0-2.24-1.01-2.24-2.24a2.25 2.25 0 0 1 2.24-2.24 2.25 2.25 0 0 1 2.24 2.24 2.25 2.25 0 0 1-2.24 2.24m0-2.99c-.41 0-.74.33-.74.74s.33.74.74.74.74-.33.74-.74-.34-.74-.74-.74"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.96 16.06c-.41 0-.75-.34-.75-.75V9.3c0-.92.58-1.68 1.47-1.92l2.98-.81c.92-.25 1.5-.01 1.82.24.46.35.7.92.7 1.69v5.83c0 .41-.34.75-.75.75s-.75-.34-.75-.75V8.5c0-.33-.07-.47-.11-.49-.05-.04-.22-.06-.51.02l-2.98.81c-.24.07-.36.22-.36.48v6.01c-.01.39-.35.73-.76.73"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.93 16.55c-1.24 0-2.24-1.01-2.24-2.24 0-1.24 1.01-2.24 2.24-2.24a2.25 2.25 0 0 1 2.24 2.24c.01 1.24-1 2.24-2.24 2.24m0-2.98c-.41 0-.74.33-.74.74s.33.74.74.74.74-.33.74-.74-.33-.74-.74-.74m-3.97-1.78a.747.747 0 0 1-.19-1.47l5.47-1.49a.75.75 0 1 1 .39 1.45l-5.47 1.49c-.07.01-.14.02-.2.02"
})
]))
}