@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
28 lines (27 loc) • 1.05 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: "M20.66 8.04c0 .23-.06.47-.21.66l-9.38 11.94c-.34.43-.74.58-1.08.46L10 21l1-11 9.04-1.81z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m20.66 8.04-.62.15L11 10l5.95-5.95c.12.05.22.12.29.19l3.13 3.13c.18.18.28.42.29.67",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.95 4.05 11 10 3.01 2.9l-.35-.34v-.01c.2-.26.56-.39 1.04-.32l12.96 1.73c.09.01.19.04.29.09"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m11 10-1 11-.01.1c-.25-.09-.48-.33-.63-.71L2.64 3.59c-.17-.42-.15-.78.02-1.03l.35.34z",
opacity: ".4"
})
]))
}