@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.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: "M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0 .25.25.25.66 0 .92L15.89 18zm4.32-.81-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L20.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21 7v4.47c0 .35-.34.59-.66.47a6.5 6.5 0 0 0-3.65-.31c-2.6.52-4.67 2.65-5.1 5.27-.26 1.6.06 3.11.79 4.34a.5.5 0 0 1-.43.76H8c-3.5 0-5-2-5-5V7c0-2.66 1.18-4.53 3.89-4.92.29-.04.55.19.56.49l.03 1.01c.03 1.6 1.38 2.92 3 2.92h3.02c1.65 0 3-1.35 3-3v-.93c0-.3.26-.54.55-.5C19.8 2.44 21 4.32 21 7"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M15 3v.5c0 .82-.68 1.5-1.5 1.5h-3.03c-.81 0-1.48-.65-1.5-1.46l-.01-.51a.99.99 0 0 1 1-1.03H14c.55 0 1 .45 1 1"
})
]))
}