@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 970 B
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: "M4.12 2h15.77c.6 0 1.06.52.99 1.11l-1.8 16.22c-.04.4-.33.74-.72.85l-6.08 1.74c-.18.05-.37.05-.55 0l-6.08-1.74a1.01 1.01 0 0 1-.72-.85L3.13 3.11A.993.993 0 0 1 4.12 2",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M17.06 6.5a.74.74 0 0 0-.56-.25l-9-.02a.749.749 0 1 0 0 1.5l8.16.02-.28 2.5H8c-.41 0-.75.34-.75.75s.34.75.75.75h7.22l-.41 3.67-2.81.8-2.88-.82-.4-1.58c-.1-.4-.51-.65-.91-.55s-.65.51-.55.91l.5 2c.06.26.26.47.52.54l3.5 1a.76.76 0 0 0 .42 0l3.5-1c.29-.08.51-.33.54-.64l1-9a.73.73 0 0 0-.18-.58"
})
]))
}