openreplay/frontend/app/components/ui/Icons/integrations_dynatrace.tsx
Delirium c144add4bd
Backend logs UI (#2635)
* backend integrations ui start

* some more ui things

* moving around some integration code

* add dynatrace

* add datadog, useform hook and other things to update backend logging integration forms

* change api queries

* backend logging modals

* tracker: fix some types

* remove deprecated integrations, update types

* some ui fixes and improvements

* update notifications on success/error

* ui: debugging log output, autoclose fix

* ui: some stuff for logs base64str

* ui: improve log formatting,  change datadog data format

* some improvs for logging irm

* ui: fixup for sentry
2024-10-29 15:15:28 +01:00

19 lines
1.8 KiB
TypeScript

/* Auto-generated, do not edit */
import React from 'react';
interface Props {
size?: number | string;
width?: number | string;
height?: number | string;
fill?: string;
}
function Integrations_dynatrace(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg viewBox="0 0 14 15" width={ `${ width }px` } height={ `${ height }px` } fill={ `${ fill }` }><g><path d="M4.77 1.403c-.18.95-.4 2.36-.52 3.79-.21 2.52-.08 4.21-.08 4.21l-3.55 3.37s-.27-1.89-.41-4.02C.13 7.433.1 6.273.1 5.573c0-.04.02-.08.02-.12 0-.05.06-.52.52-.96.5-.48 4.19-3.37 4.13-3.09Z" fill="#394EFF"/><path d="M4.77 1.403c-.18.95-.4 2.36-.52 3.79 0 0-3.93-.47-4.15.48 0-.05.07-.63.53-1.07.5-.48 4.2-3.48 4.14-3.2Z" fill="#1284EA"/><path d="M.1 5.443v.22c.04-.17.11-.29.25-.48.29-.37.76-.47.95-.49.96-.13 2.38-.28 3.81-.32 2.53-.08 4.2.13 4.2.13l3.55-3.37S11 .783 8.88.533c-1.39-.17-2.61-.26-3.3-.3-.05 0-.54-.06-1 .38-.5.48-3.04 2.89-4.06 3.86-.46.44-.42.93-.42.97Z" fill="#B4DC00"/><path d="M12.73 9.753c-.96.13-2.38.29-3.81.34-2.53.08-4.21-.13-4.21-.13l-3.55 3.38s1.88.37 4 .61c1.3.15 2.45.23 3.15.27.05 0 .13-.04.18-.04.05 0 .54-.09 1-.53.5-.48 3.52-3.93 3.24-3.9Z" fill="#6F2DA8"/><path d="M12.73 9.753c-.96.13-2.38.29-3.81.34 0 0 .27 3.95-.68 4.12.05 0 .7-.03 1.16-.47.5-.48 3.61-4.02 3.33-3.99Z" fill="#591F91"/><path d="M8.45 14.233c-.07 0-.14-.01-.22-.01.18-.03.3-.09.49-.23.38-.27.5-.74.54-.93.17-.95.4-2.36.51-3.79.2-2.52.08-4.2.08-4.2l3.55-3.38s.26 1.88.41 4.01c.09 1.39.12 2.62.13 3.3 0 .05.04.54-.42.98-.5.48-3.04 2.9-4.05 3.87-.48.44-.97.38-1.02.38Z" fill="#73BE28"/></g><defs><clipPath id="a"><path fill="#fff" transform="translate(0 .133)" d="M0 0h14v14.2H0z"/></clipPath></defs></svg>
);
}
export default Integrations_dynatrace;