@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.45 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: "M4.93 19.82a.75.75 0 0 1-.53-.22A10.68 10.68 0 0 1 1.25 12C1.25 6.07 6.07 1.25 12 1.25c2.87 0 5.57 1.12 7.6 3.15a.75.75 0 0 1 0 1.06L5.46 19.6a.75.75 0 0 1-.53.22M12 2.75C6.9 2.75 2.75 6.9 2.75 12a9.2 9.2 0 0 0 2.2 5.99L17.99 4.95A9.2 9.2 0 0 0 12 2.75"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 22.75c-2.87 0-5.57-1.12-7.6-3.15a.75.75 0 0 1 0-1.06L18.54 4.4c.29-.29.77-.29 1.06 0 2.03 2.03 3.15 4.73 3.15 7.6 0 5.93-4.82 10.75-10.75 10.75m-5.99-3.7a9.2 9.2 0 0 0 5.99 2.2c5.1 0 9.25-4.15 9.25-9.25a9.2 9.2 0 0 0-2.2-5.99z"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M13.41 22.65c-.19 0-.38-.07-.53-.22l-5.66-5.66a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l5.66 5.66c.29.29.29.77 0 1.06a.7.7 0 0 1-.53.22m4.46-2.62c-.19 0-.38-.07-.53-.22l-6.58-6.58a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l6.58 6.58c.29.29.29.77 0 1.06-.15.15-.34.22-.53.22m3.25-3.81c-.19 0-.38-.07-.53-.22L14.3 9.71a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l6.29 6.29a.75.75 0 0 1-.53 1.28"
})
]))
}