UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 222 B
import React from "react"; interface Props extends React.SVGProps<SVGSVGElement> { withError?: boolean; isIdle?: boolean; } declare const StyledLiveBeaconIcon: React.FC<Props>; export default StyledLiveBeaconIcon;