@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.55 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.5 4.83v12.28c0 .82-.52 1.51-1.25 1.77a1.77 1.77 0 0 1-1.5-.1c-.61-.31-1.03-.94-1.03-1.67V9.56h-.94A3.79 3.79 0 0 1 2 5.78c0-1.04.42-1.98 1.11-2.67S4.74 2 5.78 2h1.89c1.55 0 2.83 1.28 2.83 2.83",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.78 7.47c-.93 0-1.69-.76-1.69-1.7s.76-1.69 1.69-1.69c.41 0 .75.34.75.75s-.34.75-.75.75a.19.19 0 0 0-.19.19c0 .1.09.2.19.2.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22 5.78c0 2.08-1.7 3.78-3.78 3.78h-.94v7.55c0 .73-.42 1.36-1.03 1.67a1.77 1.77 0 0 1-1.5.1c-.73-.26-1.25-.95-1.25-1.77V4.83A2.84 2.84 0 0 1 16.33 2h1.89c1.04 0 1.98.42 2.67 1.11S22 4.74 22 5.78",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M18.22 7.47c-.41 0-.75-.34-.75-.75s.34-.75.75-.75c.11 0 .19-.09.19-.2a.19.19 0 0 0-.19-.19c-.41 0-.75-.34-.75-.75s.34-.75.75-.75a1.694 1.694 0 0 1 0 3.39M9.25 18.88V22c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.22a1.77 1.77 0 0 0 1.5.1m7-.1V22c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-3.12a1.77 1.77 0 0 0 1.5-.1"
})
]))
}