@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 1.01 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: "M22 6.28v11.43c0 .18-.09.34-.24.43l-2.89 1.73c-.16.09-.35.09-.51 0l-9.61-5.59a.5.5 0 0 1-.25-.43v-1.33a.5.5 0 0 1 .76-.43l8.49 5.09c.33.2.76-.04.76-.43V8.42c0-.18-.09-.34-.24-.43l-4.08-2.45a.505.505 0 0 1 0-.86l2.57-1.55c.16-.1.36-.1.52 0l4.5 2.7c.13.11.22.28.22.45"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m11.29 18.43-4.03 2.42c-.16.1-.36.1-.51 0l-4.5-2.7a.5.5 0 0 1-.24-.43V6.29c0-.18.09-.34.24-.43l4.5-2.7c.16-.1.36-.1.51 0l9.5 5.7c.15.09.24.25.24.43v4.83a.5.5 0 0 1-.76.43L7.75 9.46c-.33-.2-.76.04-.76.43v4.83c0 .18.09.34.24.43l4.04 2.43c.34.19.34.65.02.85"
})
]))
}