@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
22 lines (21 loc) • 1.3 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: "M12 22.75c-.25 0-.49-.13-.63-.34l-9.04-14a.765.765 0 0 1 .22-1.04c.35-.22.81-.13 1.04.22l8.4 13.02 8.37-13.02c.22-.35.69-.45 1.04-.23s.45.69.23 1.04l-9 14c-.14.22-.37.35-.63.35"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 18.75c-.26 0-.49-.13-.63-.34l-9-14A.745.745 0 0 1 3 3.26h3c.25 0 .48.12.62.33L12 11.65l5.38-8.06c.14-.21.37-.33.62-.33h3c.27 0 .53.15.66.39s.12.53-.03.76l-9 14c-.14.21-.37.34-.63.34m-7.63-14L12 16.61l7.63-11.86H18.4l-5.78 8.67c-.28.42-.97.42-1.25 0L5.59 4.75z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 9.75c-.25 0-.48-.12-.62-.33l-4-6a.75.75 0 0 1 .03-.88c.2-.25.54-.35.84-.24l1.8.64V2c0-.41.34-.75.75-.75h2.4c.41 0 .75.34.75.75v.94l1.8-.64c.3-.11.64-.01.84.24s.21.61.03.88l-4 6c-.14.2-.37.33-.62.33M9.88 4.47 12 7.65l2.12-3.18-.67.24a.748.748 0 0 1-1-.7V2.76h-.9V4a.75.75 0 0 1-1 .7z"
})
]))
}