@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 1.54 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: "M9.23 22.75h-.04c-1.68-.01-2.88-1.52-3.73-2.83-2.17-3.33-2.61-7.52-1.04-9.95 1.05-1.63 2.75-2.64 4.43-2.64.87 0 1.55.24 2.15.46.48.17.89.32 1.32.32.38 0 .71-.13 1.13-.29.58-.22 1.29-.49 2.32-.49 1.48 0 3 .79 4.06 2.13a.748.748 0 0 1-.22 1.12c-1.13.62-1.75 1.75-1.66 3.03.09 1.3.89 2.4 2.09 2.85.19.07.35.22.43.41s.08.41-.01.59c-.44.98-.66 1.43-1.23 2.31-.95 1.46-2.15 2.96-3.79 2.98-.71 0-1.19-.21-1.61-.41-.42-.19-.83-.34-1.48-.36-.7 0-1.07.17-1.5.36-.44.2-.92.41-1.62.41M8.85 8.83c-1.18 0-2.39.75-3.17 1.95-1.06 1.64-1.05 5.11 1.04 8.32.65 1 1.52 2.14 2.49 2.15.36-.01.63-.11 1-.27.49-.22 1.1-.49 2.11-.5.99-.02 1.63.27 2.12.5.36.17.6.28.97.27.94-.01 1.85-1.23 2.55-2.29.37-.57.58-.93.81-1.44a4.75 4.75 0 0 1-2.33-3.8c-.11-1.53.51-2.96 1.65-3.91-.7-.62-1.53-.97-2.33-.97-.75 0-1.25.19-1.78.39-.5.19-1.02.39-1.67.39-.69 0-1.26-.21-1.82-.4-.53-.21-1.04-.39-1.64-.39m2.97-1.7h-.1a.75.75 0 0 1-.71-.62c-.21-1.13.19-2.43 1.06-3.49.8-.97 2.12-1.69 3.29-1.77.41-.02.74.25.79.64.17 1.17-.2 2.45-1.03 3.52-.81 1.05-2.1 1.72-3.3 1.72m2.83-4.18c-.54.22-1.07.59-1.42 1.02-.33.4-.64.96-.74 1.54.54-.18 1.08-.54 1.45-1.02.2-.25.58-.83.71-1.54"
})
]))
}