@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
27 lines (26 loc) • 1.45 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.87 14 1.93 3.33-1.92 3.33H7l-1.91-3.31L7.03 14z",
opacity: ".13"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M10.54 14.078H7.12c-.18 0-.34.1-.43.25l-1.71 2.96c-.09.15-.09.35 0 .5l1.71 2.96c.09.15.25.25.43.25h3.42c.18 0 .34-.1.43-.25l1.71-2.96c.09-.15.09-.35 0-.5l-1.71-2.96a.48.48 0 0 0-.43-.25"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22.24 11.738c.09.16.09.36 0 .52l-4.93 8.53a.414.414 0 1 1-.72-.41l3.29-5.7c.09-.16.09-.36 0-.52l-4.4-7.62a.51.51 0 0 0-.45-.26H6.22c-.19 0-.35.1-.45.26l-3.27 5.68a.45.45 0 0 1-.78-.45l4.92-8.52c.08-.16.26-.26.45-.26h9.79c.19 0 .35.1.45.26z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m18.089 14.682-3.5 6.06c-.09.16-.26.26-.45.26h-.6a.52.52 0 0 1-.45-.78l1.4-2.42c.09-.16.09-.36 0-.52l-2.6-4.5a.56.56 0 0 0-.47-.26h-5.2c-.19 0-.35.1-.45.26l-1.4 2.42c-.2.35-.7.35-.9 0l-.3-.51a.53.53 0 0 1 0-.52l3.49-6.06c.09-.16.26-.26.45-.26h6.99c.19 0 .35.1.45.26l3.5 6.06c.12.15.12.36.04.51"
})
]))
}