openreplay/frontend/app/components/ui/Icons/integrations_fedora.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
1.7 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_fedora(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="M22.5 12c0-5.799-4.701-10.5-10.5-10.5-5.797 0-10.496 4.697-10.5 10.493v8.126a2.387 2.387 0 0 0 2.387 2.38h8.117C17.801 22.498 22.5 17.799 22.5 12Z" fill="#294172"/><path d="M15.083 3.986a4.931 4.931 0 0 0-4.926 4.926v2.614H7.554a4.931 4.931 0 0 0-4.926 4.926 4.931 4.931 0 0 0 4.926 4.925 4.931 4.931 0 0 0 4.925-4.925v-2.615h2.604a4.931 4.931 0 0 0 4.925-4.925 4.931 4.931 0 0 0-4.925-4.926Zm-4.908 12.466a2.625 2.625 0 0 1-2.621 2.621 2.625 2.625 0 0 1-2.622-2.621 2.625 2.625 0 0 1 2.622-2.622h2.603v.007h.018v2.615Zm4.908-4.919h-2.604v-.007h-.018V8.912a2.625 2.625 0 0 1 2.622-2.622 2.625 2.625 0 0 1 2.621 2.622 2.625 2.625 0 0 1-2.621 2.621Z" fill="#3C6EB4"/><path d="M16.171 4.135a3.92 3.92 0 0 0-1.088-.146 4.928 4.928 0 0 0-4.928 4.928v2.612H8.09a1.15 1.15 0 0 0-1.163 1.148c0 .638.514 1.146 1.15 1.146h1.71c.202 0 .367.165.367.367v2.26a2.602 2.602 0 0 1-2.601 2.597c-.486 0-.607-.063-.938-.063-.697 0-1.164.467-1.164 1.11 0 .531.456.988 1.013 1.134.382.1.676.146 1.089.146a4.928 4.928 0 0 0 4.928-4.928v-2.612h2.064a1.15 1.15 0 0 0 1.163-1.148c0-.638-.514-1.146-1.151-1.146h-1.709a.367.367 0 0 1-.367-.367v-2.26a2.602 2.602 0 0 1 2.6-2.597c.487 0 .607.064.939.064.697 0 1.163-.468 1.163-1.11 0-.532-.455-.989-1.013-1.135Z" fill="#fff"/></svg>
);
}
export default Integrations_fedora;