openreplay/frontend/app/components/ui/Icons/integrations_edge.tsx
Delirium d604f9920b
feat ui: dashboards redesign (#2230)
* feat ui: dashboards redesign start

* more cards

* fix ui: more different cards...

* feat ui: finish cards, all trigger, all icons

* change(ui): added missin const

* feature(ui): new dashboard modal

* feature(ui): new dashboard modal

* change(ui): new cards

* change(ui): dashboard redesign

* change(ui): dashboard redesign

* change(ui): dashboard redesign

* change(ui): modal context and alert form

* change(ui): table card show more with modal

* change(ui): examples

* change(ui): example categorize and other improvements

* change(ui): example categorize and other improvements

* change(ui): performance cards

* change(ui): insights card

* Various style updates in dashboards and other pages. (#2308)

* Various minor style updates

* Various style improvements

* Update ExampleCards.tsx

* change(ui): fixed an issue with card create

* change(ui): fixed an issue with card create

* change(ui): default filters and events order

* change(ui): random data

* Dashboards redesign - improvments (#2313)

* Various minor style updates

* Various style improvements

* Update ExampleCards.tsx

* various minor improvements in dashbaords.

* revised dashboard widget header

* change(ui): sessions by user

* change(ui): funnel example

* change(ui): modal height and scroll

* change(ui): example cards with data

* change(ui): example cards with data

* change(ui): funnel bar text color

* change(ui): example cards overlay click

* change(ui): path analysis filter card

---------

Co-authored-by: Shekar Siri <sshekarsiri@gmail.com>
Co-authored-by: Sudheer Salavadi <connect.uxmaster@gmail.com>
2024-06-27 19:47:34 +02:00

19 lines
2.9 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_edge(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg viewBox="0 0 24 24" fill="none" width={ `${ width }px` } height={ `${ height }px` } fill={ `${ fill }` }><path d="M14.694 11.905c0-2.005-2.083-5.465-6.777-5.465-4.693 0-6.417 3.913-6.417 5.584C1.5 6.058 6.36 1.5 12.132 1.5c5.77 0 10.368 4.32 10.368 8.71 0 3.914-2.945 5.274-5.34 5.274-1.58 0-3.376-.525-3.376-1.36 0-.645.91-.645.91-2.22Z" fill="url(#a)"/><path d="M7.917 6.44c4.694 0 6.777 3.46 6.777 5.465v.046c-.024-1.335-.925-2.6-2.706-2.6-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-1.054.62-3.999.62C6.361 22.5 1.5 17.727 1.5 12.262c0-.144.002-.286.007-.426.12-1.757 1.885-5.396 6.41-5.396Z" fill="url(#b)"/><path d="M7.917 6.44c4.694 0 6.777 3.46 6.777 5.465v.046c-.024-1.335-.925-2.6-2.706-2.6-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-1.054.62-3.999.62C6.361 22.5 1.5 17.727 1.5 12.262c0-.144.002-.286.007-.426.12-1.757 1.885-5.396 6.41-5.396Z" fill="url(#c)"/><path d="M14.93 22.125c2.99-.816 5.125-3.36 5.51-3.873.432-.572.551-.93.432-1.05-.12-.12-.288-.095-.719.12-.43.214-2.969 1.264-5.866.381C11.389 16.82 9.402 14.53 9.402 12c0-1.957 1.676-2.649 2.586-2.649-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-.195.114-.65.245Z" fill="#0E458A"/><path d="M14.93 22.125c2.99-.816 5.125-3.36 5.51-3.873.432-.572.551-.93.432-1.05-.12-.12-.288-.095-.719.12-.43.214-2.969 1.264-5.866.381C11.389 16.82 9.402 14.53 9.402 12c0-1.957 1.676-2.649 2.586-2.649-2.25 0-5.292 3.055-4.885 6.849.326 3.037 2.898 7.111 8.477 5.68 0 0-.195.114-.65.245Z" fill="url(#d)"/><defs><radialGradient id="c" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="rotate(59.214 -8.43 14.34) scale(7.11114 7.12274)"><stop stopColor="#1284D8"/><stop offset=".814" stopColor="#1170B2" stop-opacity=".768"/><stop offset="1" stopColor="#0E649B" stop-opacity=".65"/></radialGradient><radialGradient id="d" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.19726 5.63181 -6.0803 1.2926 14 16.2)"><stop stopColor="#104890"/><stop offset=".699" stopColor="#12529E" stop-opacity=".706"/><stop offset="1" stopColor="#0E4584" stop-opacity=".58"/></radialGradient><linearGradient id="a" x1="21.279" y1="13.909" x2=".741" y2="9.057" gradientUnits="userSpaceOnUse"><stop stopColor="#3BCC50"/><stop offset=".49" stopColor="#2ABAD6"/><stop offset="1" stopColor="#7DCFE7"/></linearGradient><linearGradient id="b" x1="8.54" y1="6.44" x2="8.54" y2="22.5" gradientUnits="userSpaceOnUse"><stop stopColor="#035989"/><stop offset=".266" stopColor="#1175B6"/><stop offset="1" stopColor="#0470CF"/></linearGradient></defs></svg>
);
}
export default Integrations_edge;