@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.72 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.92 19.75c-.29 0-.57-.04-.8-.13-3.42-1.17-8.87-5.35-8.87-11.53 0-3.17 2.56-5.74 5.71-5.74 1.51 0 2.92.58 3.97 1.61a5.66 5.66 0 0 1 3.97-1.61c3.15 0 5.71 2.57 5.71 5.74q0 .645-.09 1.32a.78.78 0 0 1-.37.56c-.2.12-.45.13-.67.04-1.23-.53-2.76-.13-3.56.94-.14.19-.41.29-.6.3-.24 0-.46-.11-.6-.3a2.95 2.95 0 0 0-2.38-1.19c-1.63 0-2.96 1.34-2.96 2.99 0 2.6 1.49 4.45 2.75 5.56.18.16.27.39.25.63s-.15.45-.36.58c-.11.06-.2.1-.25.11-.26.08-.55.12-.85.12M6.96 3.85c-2.32 0-4.21 1.9-4.21 4.24 0 5.23 4.35 8.45 6.85 9.69-.95-1.27-1.73-2.95-1.73-5.04 0-2.48 2-4.49 4.46-4.49 1.12 0 2.17.41 2.98 1.14a4.54 4.54 0 0 1 3.79-1.06V8.1c0-2.34-1.89-4.24-4.21-4.24-1.33 0-2.56.62-3.37 1.69-.14.19-.36.3-.6.3s-.46-.11-.6-.3a4.13 4.13 0 0 0-3.36-1.7"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.32 21.65c-.23 0-.47-.03-.66-.1-.86-.29-2.25-1-3.52-2.13-1.48-1.31-3.25-3.53-3.25-6.68 0-2.48 2-4.49 4.46-4.49 1.12 0 2.17.41 2.98 1.14 1.26-1.13 3.18-1.45 4.76-.76 1.62.72 2.67 2.34 2.67 4.12 0 4.74-4.16 7.92-6.78 8.81-.2.06-.43.09-.66.09m-2.98-11.9c-1.63 0-2.96 1.34-2.96 2.99 0 2.6 1.49 4.45 2.75 5.56 1.11.98 2.28 1.59 3.01 1.83.08.03.27.03.34 0 1.5-.51 5.77-2.96 5.77-7.39 0-1.19-.7-2.27-1.77-2.74-1.21-.53-2.76-.13-3.56.94-.14.19-.41.29-.6.3-.24 0-.46-.11-.6-.3a2.95 2.95 0 0 0-2.38-1.19"
})
]))
}