@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.1 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: "M17 21.75c-.13 0-.27-.04-.39-.11l-10-6a.74.74 0 0 1-.36-.64V9a.752.752 0 0 1 1.14-.64l8.86 5.32V9.43l-4.64-2.78a.75.75 0 0 1 0-1.28l5-3c.24-.14.53-.14.77 0l5 3c.23.14.36.38.36.64v12c0 .26-.14.51-.36.64l-5 3c-.11.06-.25.1-.38.1m-9.25-7.17L17 20.13l4.25-2.55V6.43L17 3.88l-3.54 2.13 3.93 2.36c.23.14.36.38.36.64v6c0 .27-.15.52-.38.65s-.52.13-.76-.01l-8.86-5.32z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M7 21.75c-.13 0-.27-.04-.39-.11l-5-3a.74.74 0 0 1-.36-.64V6c0-.26.14-.51.36-.64l5-3c.24-.14.53-.14.77 0l5 3c.36.21.47.67.26 1.03s-.67.47-1.03.26L7 3.88 2.75 6.43v11.15l4.23 2.54 4.31-2.87c.34-.23.81-.14 1.04.21s.14.81-.21 1.04l-4.7 3.13q-.195.12-.42.12"
})
]))
}