@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.34 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.71c-.16 0-.32-.02-.48-.07L5.44 20.9c-.69-.2-1.18-.78-1.26-1.49L2.38 3.19a1.75 1.75 0 0 1 1.74-1.94h15.77c.5 0 .97.21 1.3.58s.49.87.44 1.36l-1.8 16.22c-.08.71-.57 1.29-1.26 1.49l-6.08 1.74c-.17.05-.33.07-.49.07M4.12 2.75c-.1 0-.16.05-.19.08a.24.24 0 0 0-.06.19l1.8 16.22c.01.1.08.19.18.21l6.08 1.74c.04.01.09.01.14 0l6.08-1.74c.1-.03.17-.11.18-.21l1.8-16.22c.01-.1-.03-.16-.06-.19a.26.26 0 0 0-.19-.08z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 17.75q-.105 0-.21-.03l-3.5-1a.73.73 0 0 1-.52-.54l-.5-2c-.1-.4.14-.81.55-.91.4-.1.81.14.91.55l.4 1.58 2.88.82 2.81-.8.85-7.67-8.16-.02c-.41 0-.75-.34-.75-.75s.34-.75.75-.75l9 .02c.21 0 .42.09.56.25s.21.37.19.58l-1 9c-.03.3-.25.55-.54.64l-3.5 1c-.08.02-.15.03-.22.03"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M16.06 11.75H8c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h8.06c.41 0 .75.34.75.75s-.34.75-.75.75"
})
]))
}