@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 991 B
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: "M22.03 12.03a9.98 9.98 0 0 1-4.7 8.48 9.95 9.95 0 0 1-5.3 1.52c-5.52 0-10-4.48-10-10a9.98 9.98 0 0 1 4.7-8.48 9.95 9.95 0 0 1 5.3-1.52c5.52 0 10 4.48 10 10",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "m15.1 7.68-.01 4.55c0 .31-.19.58-.47.69-.09.04-.19.06-.28.06a.75.75 0 0 1-.53-.22l-8.19-8.2a1 1 0 0 1-.1-.12c.38-.32.78-.62 1.21-.89l6.86 6.87.01-2.74a.749.749 0 1 1 1.5 0m3.44 11.94c-.38.32-.78.62-1.21.89l-6.86-6.87-.01 2.74a.749.749 0 1 1-1.5 0l.01-4.55c0-.31.19-.58.47-.69.27-.12.6-.06.81.16l8.19 8.2c.04.04.07.08.1.12"
})
]))
}