@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 784 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: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2M9.05 8.29a.5.5 0 0 1 .45-.28h5c.19 0 .36.11.45.28s.07.37-.05.52l-2.5 3.33a.48.48 0 0 1-.4.2.48.48 0 0 1-.4-.2L9.1 8.81a.51.51 0 0 1-.05-.52m8.56 2.15-5 7a.74.74 0 0 1-.61.31c-.24 0-.47-.12-.61-.31l-5-7a.76.76 0 0 1 .17-1.05.76.76 0 0 1 1.05.17L12 15.71l4.39-6.15c.24-.34.71-.42 1.05-.17.33.24.41.71.17 1.05"
})
]))
}