@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.24 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.83 5.57 6.36 7.68l-1.58-2.6c-.58-.95-.28-2.21.68-2.79.95-.58 2.21-.28 2.79.68zm9.44 12.07-.01.01-1.3.79-1.3.79-1.3.79-1.3.79-1.3.79h-.01c-1.31.8-2.93.32-3.6-1.05l-2.08-4.24c-.73-1.48-.5-3.28.62-4.51.26-.28.56-.54.91-.75l3.21-1.95c.36-.21.72-.37 1.09-.46 1.6-.44 3.3.18 4.28 1.51l2.81 3.8c.91 1.25.59 2.9-.72 3.69",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12.9 8.66c-.37.09-.73.24-1.09.46L8.6 11.07c-.36.21-.65.47-.91.75-.01 0-.01-.01-.01-.01L6.03 9.08c-.29-.48-.14-1.11.33-1.39l3.47-2.11c.48-.29 1.1-.14 1.39.33l1.66 2.73c.01.01.02.01.02.02m3.76 10.57-1.3.79-1.67-2.75c-.21-.36-.1-.82.25-1.05.37-.21.83-.1 1.05.25zm-2.6 1.59-1.3.79-1.67-2.75a.765.765 0 0 1 .25-1.05c.36-.21.82-.1 1.05.25zm5.2-3.17-1.3.79-1.67-2.75c-.21-.36-.1-.82.25-1.05.37-.21.83-.1 1.05.25z"
})
]))
}