@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.19 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: "M20 19.26h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82 0 .46-.37.82-.82.82m0-6.29h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82m0-6.3h-9.07c-.45 0-.82-.37-.82-.82s.37-.82.82-.82H20c.45 0 .82.37.82.82s-.37.82-.82.82"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M4.91 8.03c-.22 0-.43-.09-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16L5.49 7.79c-.16.15-.36.24-.58.24m0 6.3c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24m0 6c-.21 0-.42-.08-.58-.24l-.91-.91a.82.82 0 0 1 1.16-1.16l.33.33 2.14-2.14a.82.82 0 0 1 1.16 1.16l-2.72 2.72c-.16.16-.37.24-.58.24",
opacity: ".4"
})
]))
}