@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.68 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: "M15.03 11.52c-.24 0-.48-.12-.62-.33l-3.2-4.78a.756.756 0 0 1 .21-1.04l5.66-3.79c.44-.3.97-.4 1.49-.3s.97.4 1.27.84l1.82 2.71c.61.91.37 2.15-.55 2.76l-5.65 3.79c-.14.1-.28.14-.43.14M12.88 6.2l2.36 3.53 5.03-3.37c.23-.15.29-.46.13-.68l-1.82-2.71a.5.5 0 0 0-.31-.21c-.13-.03-.26 0-.37.07z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9.94 14.24c-.24 0-.48-.12-.62-.33l-2.56-3.82a.746.746 0 0 1 .21-1.04l4.78-3.2c.17-.11.37-.15.56-.11.2.04.37.15.48.32l2.56 3.82c.23.34.14.81-.21 1.04l-4.78 3.2c-.13.08-.28.12-.42.12M8.42 9.88l1.72 2.57 3.53-2.36-1.72-2.58z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M5.28 16.82c-.56 0-1.12-.27-1.46-.78l-1.13-1.68c-.26-.39-.35-.85-.26-1.31s.35-.85.74-1.11L7.12 9.3c.34-.23.81-.14 1.04.21l2.24 3.34c.23.34.14.81-.21 1.04l-3.95 2.64c-.29.19-.63.29-.96.29m2.05-5.87-3.32 2.22c-.11.08-.15.23-.07.35l1.13 1.68c.08.11.23.15.35.07l3.32-2.22zm.23 11.8c-.1 0-.21-.02-.31-.07a.746.746 0 0 1-.37-.99l4.49-9.8c.17-.38.62-.54.99-.37.38.17.54.62.37.99l-4.49 9.8a.75.75 0 0 1-.68.44"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.44 22.75a.73.73 0 0 1-.68-.44l-4.44-9.8c-.17-.38 0-.82.37-.99s.82 0 .99.37l4.44 9.8a.75.75 0 0 1-.68 1.06"
})
]))
}