@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 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: "M14.89 3.45H9.11c-.4 0-.72-.32-.72-.72S8.71 2 9.11 2h5.78c.4 0 .72.32.72.72s-.32.73-.72.73M14 19.968v-2.94c0-1.81 1.22-3.03 3.03-3.03h2.94q.345 0 .66.06c.02-.24.04-.48.04-.73 0-4.79-3.89-8.68-8.67-8.68s-8.67 3.89-8.67 8.68c0 4.78 3.89 8.67 8.67 8.67.85 0 1.66-.14 2.44-.36a3.2 3.2 0 0 1-.44-1.67m-1.25-6.97c0 .41-.34.75-.75.75s-.75-.34-.75-.75v-5c0-.41.34-.75.75-.75s.75.34.75.75z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M19.97 15h-2.93c-1.28 0-2.04.76-2.04 2.03v2.94c0 1.27.76 2.03 2.04 2.03h2.93c1.27 0 2.03-.76 2.03-2.03v-2.94c0-1.27-.76-2.03-2.03-2.03m-2.05 5.06c0 .32-.26.58-.59.58a.58.58 0 0 1-.58-.58v-3.12c0-.32.26-.58.58-.58.33 0 .59.26.59.58zm2.33 0c0 .32-.26.58-.58.58s-.59-.26-.59-.58v-3.12c0-.32.27-.58.59-.58s.58.26.58.58z"
})
]))
}