@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
19 lines (18 loc) • 1.17 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: "M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10",
opacity: ".4"
}),
_createElementVNode("path", {
fill: "currentColor",
d: "M12 4.25c-1.69 0-3.3.54-4.65 1.55a.75.75 0 0 0 .9 1.2A6.17 6.17 0 0 1 12 5.75c3.45 0 6.25 2.8 6.25 6.25s-2.8 6.25-6.25 6.25-6.25-2.8-6.25-6.25c0-.84.17-1.67.49-2.44l1.14.65A5 5 0 0 0 7.04 12c0 2.73 2.22 4.95 4.95 4.95s4.95-2.22 4.95-4.95a4.955 4.955 0 0 0-7.06-4.48c-.37.18-.54.62-.36 1 .18.37.62.53 1 .36q.69-.33 1.47-.33c1.9 0 3.45 1.55 3.45 3.45s-1.55 3.45-3.45 3.45S8.54 13.9 8.54 12c0-.35.07-.69.17-1.02l2.91 1.67c.36.21.82.08 1.02-.28a.74.74 0 0 0-.28-1.02L6.29 7.86a.74.74 0 0 0-1.02.28A7.77 7.77 0 0 0 4.24 12c0 4.27 3.48 7.75 7.75 7.75s7.75-3.48 7.75-7.75S16.27 4.25 12 4.25"
})
]))
}