@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.26 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: "M3.95 18.36c-.46 0-.93-.12-1.35-.37a2.66 2.66 0 0 1-1.35-2.34V8.33c0-.98.5-1.85 1.35-2.34s1.86-.49 2.7 0l6.34 3.66c.29.17.52.37.7.59.11.13.17.3.17.47v2.56c0 .17-.06.34-.17.47-.18.22-.41.42-.68.58L5.3 18c-.42.24-.88.36-1.35.36m0-11.22c-.21 0-.41.05-.6.16-.38.22-.6.61-.6 1.04v7.32c0 .43.22.82.6 1.04s.82.22 1.2 0l6.34-3.66c.04-.02.08-.05.11-.08v-1.93a1 1 0 0 0-.12-.08L4.55 7.3c-.19-.11-.39-.16-.6-.16"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.71 18.36c-.46 0-.93-.12-1.35-.37a2.66 2.66 0 0 1-1.35-2.34V8.33c0-.98.5-1.85 1.35-2.34s1.86-.49 2.7 0l6.34 3.66c.84.49 1.35 1.36 1.35 2.34s-.5 1.85-1.35 2.34l-6.34 3.66c-.42.25-.89.37-1.35.37m0-11.22c-.21 0-.41.05-.6.16-.38.22-.6.6-.6 1.04v7.32c0 .43.22.82.6 1.04s.83.22 1.2 0l6.34-3.66c.38-.22.6-.61.6-1.04s-.22-.82-.6-1.04L14.31 7.3c-.19-.11-.39-.16-.6-.16"
})
]))
}