@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.48 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: "M16.65 20.75h-.04c-.41 0-.75-.34-.74-.76 0-.41.37-.78.76-.74 1.1 0 2.26-.42 3.11-1.2 1.55-1.36 1.66-3.3 1.24-4.67s-1.59-2.92-3.61-3.18a.75.75 0 0 1-.65-.62c-.39-2.39-1.69-4.04-3.63-4.64-2.02-.62-4.35-.01-5.81 1.52-1.42 1.49-1.75 3.56-.93 5.85a.75.75 0 1 1-1.41.51c-1.01-2.81-.55-5.5 1.26-7.39 1.85-1.93 4.79-2.7 7.34-1.91 2.33.72 3.98 2.64 4.57 5.3 2.04.46 3.67 2 4.32 4.13.71 2.32.07 4.7-1.67 6.22a6.18 6.18 0 0 1-4.11 1.58"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.57 20.75h-.05c-2.88-.2-4.19-2.46-4.19-4.47s1.31-4.26 4.19-4.47c.76.01 1.47.16 2.11.48.37.19.51.64.33 1.01-.19.37-.64.51-1.01.33-.42-.22-.89-.32-1.36-.32-1.89.14-2.75 1.59-2.75 2.97s.86 2.83 2.79 2.97c.41.03.72.39.7.8-.04.4-.37.7-.76.7m10.25-10.11c-.28 0-.54-.15-.67-.42a.745.745 0 0 1 .34-1.01c.61-.31 1.3-.48 1.98-.49h.01c.41 0 .74.33.75.74s-.32.76-.74.76c-.46.01-.92.12-1.34.33a.6.6 0 0 1-.33.09M12.98 19c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m-4 0c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1m2 3c-.56 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1"
})
]))
}