UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

31 lines (30 loc) 832 B
import { jsx as n } from "react/jsx-runtime"; import l from "@mui/material/SvgIcon"; import { styled as t } from "@mui/material"; const e = (i) => /* @__PURE__ */ n(l, { ...i, fill: "none", xmlns: "http://www.w3.org/2000/svg", children: /* @__PURE__ */ n( "svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", className: i.className, children: /* @__PURE__ */ n("circle", { cx: "50", cy: "50", r: "40" }) } ) }), a = t(e)(({ theme: i }) => ({ animation: "blink 2s infinite", "@keyframes blink": { "0%, 100%": { fill: i.palette.primary[800] }, "50%": { fill: i.palette.secondary[700] } }, width: "16px", transition: "fill 1s ease-in-out" })); export { a as BlinkingLiveIcon, e as LiveIcon, a as default }; //# sourceMappingURL=BlinkingLiveIcon.js.map