@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
26 lines (25 loc) • 1.64 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",
"fill-rule": "evenodd",
d: "M23 15.22a.75.75 0 0 1 .75.75A7.745 7.745 0 0 1 16 23.72a.75.75 0 0 1-.643-1.136l1.05-1.75a.75.75 0 1 1 1.286.772l-.271.452a6.246 6.246 0 0 0 4.828-6.088.75.75 0 0 1 .75-.75M6.578 1.882A6.246 6.246 0 0 0 1.75 7.97a.75.75 0 0 1-1.5 0A7.745 7.745 0 0 1 8 .22a.75.75 0 0 1 .643 1.136l-1.05 1.75a.75.75 0 1 1-1.286-.772z",
"clip-rule": "evenodd",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M14.85 15.33c0 3.41-2.76 6.17-6.17 6.17s-6.17-2.76-6.17-6.17 2.76-6.17 6.17-6.17c.16 0 .31.01.48.02 3.03.23 5.45 2.65 5.68 5.68 0 .15.01.3.01.47",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M21.5 8.67c0 3.41-2.76 6.17-6.17 6.17h-.49a6.174 6.174 0 0 0-5.68-5.68v-.49c0-3.41 2.76-6.17 6.17-6.17s6.17 2.76 6.17 6.17m-10.38 6.34c.12-.25.19-.52.19-.81 0-1-.88-1.88-1.88-1.88h-.26v-.38c0-.41-.34-.75-.75-.75s-.75.34-.75.75v.38H6.62c-.41 0-.75.34-.75.75v4.5c0 .41.34.75.75.75h1.05v.38c0 .41.34.75.75.75s.75-.34.75-.75v-.38h.66c1.12 0 2.04-.84 2.04-1.88 0-.57-.3-1.09-.75-1.43m-3.75-1.19h2.06c.21 0 .38.23.38.38 0 .21-.17.38-.38.38H7.37zm2.46 3.01H7.36v-.75h2.46c.32 0 .54.2.54.38s-.21.37-.53.37"
})
]))
}