@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 978 B
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: "m8.77 14.43 1.61.72a4 4 0 0 0 3.25 0l1.61-.72c1.44-.64 2.77 1.1 1.77 2.32l-3.46 4.23c-.85 1.04-2.24 1.04-3.1 0L7 16.75c-1.01-1.22.32-2.96 1.77-2.32m-.2-2.758c-.3.22-.26.68.08.85l2.35 1.17c.55.28 1.44.28 1.98 0l2.35-1.17c.33-.17.37-.62.08-.85l-3.11-2.34a.51.51 0 0 0-.6 0zm9.31-3.431-4.17-5.2c-.08-.1-.17-.19-.26-.28-.26-.25-.63-.02-.63.34v4.3c0 .16.07.31.2.4l4.15 3.12.18.13c.18.13.43.13.58-.03.7-.76.69-1.86-.05-2.78M6.11 8.33l4.15-5.28c.08-.1.16-.19.25-.28.26-.25.63-.03.63.34v4.37c0 .16-.07.3-.2.4l-4.13 3.17-.17.13c-.18.13-.43.13-.59-.04-.68-.77-.67-1.87.06-2.81"
})
]))
}