@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.77 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 4H9C6.24 4 4 6.24 4 9v6c0 2.76 2.24 5 5 5h6c2.76 0 5-2.24 5-5V9c0-2.76-2.24-5-5-5m2.26 10.26c0 1.66-1.34 3-3 3H9.74c-1.66 0-3-1.34-3-3V9.74c0-1.66 1.34-3 3-3h4.51c1.66 0 3 1.34 3 3v4.52z",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9.06 2.75V4H9q-.75 0-1.44.21V2.75a.749.749 0 1 1 1.5 0m3.69 0V4h-1.5V2.75c0-.41.34-.75.75-.75s.75.34.75.75m3.7 0v1.46C15.99 4.07 15.5 4 15 4h-.05V2.75c0-.41.34-.75.75-.75s.75.34.75.75M22 8.3c0 .42-.33.75-.75.75H20V9c0-.5-.07-.99-.21-1.45h1.46c.42 0 .75.34.75.75m0 3.7c0 .41-.33.75-.75.75H20v-1.5h1.25c.42 0 .75.33.75.75m0 3.7c0 .41-.33.75-.75.75h-1.46c.14-.46.21-.95.21-1.45v-.05h1.25c.42 0 .75.33.75.75m-5.55 4.09v1.46c0 .41-.34.75-.75.75s-.75-.34-.75-.75V20H15c.5 0 .99-.07 1.45-.21m-3.69.21v1.25a.749.749 0 1 1-1.5 0V20zm-3.7 0v1.25a.749.749 0 1 1-1.5 0v-1.46Q8.25 20 9 20zM4.21 7.55C4.07 8.01 4 8.5 4 9v.05H2.75a.749.749 0 1 1 0-1.5zM4 11.25v1.5H2.75a.749.749 0 1 1 0-1.5zm.21 5.2H2.75a.749.749 0 1 1 0-1.5H4V15c0 .5.07.99.21 1.45m10.05-9.71H9.74c-1.66 0-3 1.34-3 3v4.51c0 1.66 1.34 3 3 3h4.51c1.66 0 3-1.34 3-3V9.74c.01-1.65-1.34-3-2.99-3m-.67 6.3-.94 1.64c-.14.24-.39.38-.65.38a.754.754 0 0 1-.65-1.12l.68-1.18h-.59c-.48 0-.87-.21-1.08-.57s-.19-.81.04-1.22l.94-1.64c.21-.36.67-.48 1.02-.28.36.21.48.67.28 1.02l-.68 1.18h.59c.48 0 .87.21 1.08.57.22.36.2.8-.04 1.22"
})
]))
}