@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
28 lines (27 loc) • 1.14 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: "M10.11 4c-.08.3-.11.63-.11 1v3H5V6c0-1.1.9-2 2-2z",
opacity: ".6"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10 19V8H5q-3 0-3 3v8q0 3 3 3h8q-3 0-3-3m-3.25-2c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-4c0-.41.34-.75.75-.75s.75.34.75.75z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14 22h-1q-3 0-3-3V5q0-3 3-3h6q3 0 3 3v14q0 3-3 3h-1",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M18 18v4h-4v-4c0-.55.45-1 1-1h2c.55 0 1 .45 1 1m-4-4.25c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75m4 0c-.41 0-.75-.34-.75-.75V8c0-.41.34-.75.75-.75s.75.34.75.75v5c0 .41-.34.75-.75.75"
})
]))
}