@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.07 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.749c-.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: "M3.92 4h1.82c.17 0 .32.08.42.22l5.44 8.15c.2.3.63.3.83 0l5.44-8.15c.09-.14.25-.22.42-.22h1.82c.4 0 .63.44.42.77l-8.08 12.58c-.2.31-.64.31-.84 0L3.53 4.77A.477.477 0 0 1 3.92 4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M9.42 3.5a.5.5 0 0 0-.58.75l2.75 4.13c.2.3.63.3.83 0l2.75-4.12a.5.5 0 0 0-.58-.75L13.21 4V2.5c0-.28-.22-.5-.5-.5h-1.4c-.28 0-.5.22-.5.5V4z"
})
]))
}