@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 2.35 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: "M15.5 14.5h-12c-.23 0-.44-.1-.58-.28a.75.75 0 0 1-.15-.63l.85-4.05c.28-1.32.88-2.67 3.25-2.67h5.27c2.37 0 2.97 1.35 3.25 2.67l.85 4.05c.05.22-.01.45-.15.63-.15.18-.36.28-.59.28M4.42 13h10.15l-.66-3.15c-.21-1.01-.46-1.48-1.78-1.48H6.86c-1.32 0-1.57.47-1.78 1.48z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15.47 22.75h-1.41c-1.35 0-1.63-.83-1.77-1.28l-.15-.45c-.18-.51-.18-.51-.71-.51H7.59c-.54 0-.55.02-.71.51l-.15.45c-.15.45-.43 1.29-1.78 1.29H3.54c-.65 0-1.26-.27-1.7-.75-.42-.46-.63-1.09-.57-1.71l.42-4.57c.13-1.42.59-2.73 3.03-2.73h9.57c2.44 0 2.9 1.31 3.03 2.73l.42 4.57c.06.62-.15 1.24-.57 1.71-.44.47-1.05.74-1.7.74m-1.67-1.52c.02 0 .1.02.26.02h1.41c.23 0 .44-.09.59-.26.14-.16.21-.35.19-.56l-.42-4.57c-.09-.94-.13-1.37-1.54-1.37H4.72c-1.41 0-1.45.43-1.54 1.37l-.42 4.57c-.02.21.05.41.19.56.15.17.36.26.59.26h1.41c.22 0 .28-.03.29-.03 0-.01.04-.13.07-.22l.15-.45c.2-.61.51-1.54 2.14-1.54h3.84c1.61 0 1.91.88 2.13 1.53l.16.46c.01.08.04.19.07.23M3.5 12.25h-.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.75c.41 0 .75.34.75.75s-.34.75-.75.75m12.75 0h-.75c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h.75c.41 0 .75.34.75.75s-.34.75-.75.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M7.25 17.5H5c-.41 0-.75-.34-.75-.75S4.59 16 5 16h2.25c.41 0 .75.34.75.75s-.34.75-.75.75m6.75 0h-2.25c-.41 0-.75-.34-.75-.75s.34-.75.75-.75H14c.41 0 .75.34.75.75s-.34.75-.75.75m4.711-8.01q-.15 0-.3-.06a.76.76 0 0 1-.39-.99c.19-.43.08-1.06-.27-1.58-.35-.53-.88-.88-1.37-.86h-.01c-.41 0-.74-.33-.75-.74 0-.42.33-.75.74-.76 1.03-.02 2 .57 2.63 1.52.64.96.79 2.11.4 3.01-.11.29-.39.46-.68.46"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.82 10.48c-.07 0-.13-.01-.2-.03a.745.745 0 0 1-.52-.92c.38-1.36.06-2.98-.85-4.34s-2.29-2.27-3.7-2.44a.744.744 0 0 1-.65-.83c.05-.41.43-.71.83-.65 1.83.22 3.61 1.38 4.76 3.1s1.54 3.8 1.05 5.58c-.09.31-.39.53-.72.53"
})
]))
}