@placetopay/iconsax-vue
Version:
Vue icon components based on the extensive collection of 1000 SVG icons provided by Vuesax Icons.
14 lines (13 loc) • 758 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.15 2 11.26c0 2.9 1.44 5.48 3.68 7.18v1.85c0 .77.82 1.25 1.49.87l1.86-1.05c.94.27 1.93.41 2.96.41 5.52 0 10-4.15 10-9.26C22 6.15 17.52 2 12 2m3.51 8.44-2.5 2.99c-.16.19-.42.23-.63.11l-1.01-.59a.52.52 0 0 0-.37-.05l-2.01.49a.502.502 0 0 1-.5-.81l2.54-3.02c.15-.18.41-.23.62-.12l1.18.62a.5.5 0 0 0 .36.04l1.82-.47c.46-.12.81.44.5.81"
})
]))
}