@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
18 lines (17 loc) • 1.39 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: "M13 20.75H8.5c-4 0-7.25-3.25-7.25-7.25 0-2.43 1.2-4.66 3.19-6L1.47 4.53A.751.751 0 0 1 2 3.25h5c.2 0 .39.08.53.22l6 6a.751.751 0 0 1-.53 1.28H8.5c-1.52 0-2.75 1.23-2.75 2.75s1.23 2.75 2.75 2.75H10c.2 0 .39.08.53.22l3 3a.751.751 0 0 1-.53 1.28m-9.19-16 2.37 2.37c.17.17.25.41.21.65a.76.76 0 0 1-.4.55l-.19.1a5.73 5.73 0 0 0-3.06 5.08c0 3.17 2.58 5.75 5.75 5.75h2.69l-1.5-1.5H8.49a4.26 4.26 0 0 1-4.25-4.25 4.26 4.26 0 0 1 4.25-4.25h2.69l-4.5-4.5z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M22 20.75h-5a.75.75 0 0 1-.53-.22l-6-6a.751.751 0 0 1 .53-1.28h4.5c1.52 0 2.75-1.23 2.75-2.75s-1.23-2.75-2.75-2.75H14a.75.75 0 0 1-.53-.22l-3-3A.751.751 0 0 1 11 3.25h4.5c4 0 7.25 3.25 7.25 7.25 0 2.43-1.2 4.66-3.19 6l2.97 2.97a.751.751 0 0 1-.53 1.28m-4.69-1.5h2.88l-2.37-2.37a.74.74 0 0 1-.21-.65.76.76 0 0 1 .4-.55l.19-.1a5.73 5.73 0 0 0 3.06-5.08c0-3.17-2.58-5.75-5.75-5.75h-2.69l1.5 1.5h1.19a4.26 4.26 0 0 1 4.25 4.25 4.26 4.26 0 0 1-4.25 4.25h-2.69z"
})
]))
}