@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.49 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.04 22.75H9.25c-1.62 0-3.09-.63-4.15-1.79-1.06-1.15-1.57-2.67-1.43-4.28.34-4.1 3.96-7.43 8.08-7.43 3.79 0 7.37 3.04 8 6.77.3 1.78-.14 3.46-1.22 4.74-1.1 1.28-2.69 1.99-4.49 1.99m-2.3-12c-3.35 0-6.3 2.72-6.58 6.06-.1 1.19.27 2.3 1.04 3.14s1.85 1.3 3.04 1.3h4.79c1.35 0 2.54-.52 3.33-1.45s1.11-2.19.89-3.53c-.5-3.04-3.42-5.52-6.51-5.52m-1.27-2.5C8.68 8.25 7.22 6.79 7.22 5s1.46-3.25 3.25-3.25S13.72 3.21 13.72 5a3.25 3.25 0 0 1-3.25 3.25m0-5c-.96 0-1.75.79-1.75 1.75s.79 1.75 1.75 1.75 1.75-.79 1.75-1.75-.78-1.75-1.75-1.75m6.83 6.2c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75 2.75 1.23 2.75 2.75-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 .002 2.5 1.25 1.25 0 0 0-.001-2.5m3.699 8c-1.24 0-2.25-1.01-2.25-2.25S19.76 8.95 21 8.95s2.25 1.01 2.25 2.25-1.01 2.25-2.25 2.25m0-3c-.41 0-.75.34-.75.75s.34.75.75.75.75-.34.75-.75-.34-.75-.75-.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M3.97 11.45c-1.52 0-2.75-1.23-2.75-2.75s1.23-2.75 2.75-2.75S6.72 7.18 6.72 8.7s-1.23 2.75-2.75 2.75m0-4a1.25 1.25 0 1 0 .002 2.5 1.25 1.25 0 0 0-.001-2.5"
})
]))
}