estat-icons
Version:
estat.pro icons
12 lines (11 loc) • 864 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M12.183 6.58c1.349 0 2.56.454 3.511 1.345l2.634-2.58C16.738 3.891 14.658 3 12.183 3c-3.59 0-6.695 2.017-8.206 4.958a8.85 8.85 0 0 0 0 8.084C5.486 18.983 8.592 21 12.182 21c2.48 0 4.56-.806 6.079-2.18C19.998 17.253 21 14.945 21 12.205c0-.639-.058-1.252-.167-1.841h-8.65v3.481h4.943c-.213 1.125-.86 2.078-1.832 2.716-.823.54-1.875.86-3.11.86-2.393 0-4.417-1.584-5.14-3.711A5.312 5.312 0 0 1 6.758 12c0-.593.104-1.17.288-1.71.722-2.127 2.746-3.71 5.138-3.71Z" })
]))
}