openreplay/frontend/app/components/ui/Icons/integrations_ubuntu.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.6 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_ubuntu(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.796-4.699 10.5-10.5 10.5S1.5 17.796 1.5 12C1.5 6.199 6.199 1.5 12 1.5S22.5 6.199 22.5 12Z" fill="#E95420"/><path d="M5.116 10.617c-.757 0-1.366.623-1.366 1.386 0 .762.614 1.385 1.366 1.385.752 0 1.366-.623 1.366-1.385 0-.768-.614-1.386-1.366-1.386Zm9.758 6.294a1.4 1.4 0 0 0-.502 1.894 1.355 1.355 0 0 0 1.868.509 1.4 1.4 0 0 0 .501-1.894 1.367 1.367 0 0 0-1.867-.509Zm-6.79-4.908c0-1.37.67-2.58 1.699-3.31l-.998-1.698a6.043 6.043 0 0 0-2.456 3.498c.43.358.706.902.706 1.51 0 .607-.276 1.152-.706 1.51a6.02 6.02 0 0 0 2.456 3.497l.998-1.697a4.05 4.05 0 0 1-1.7-3.31Zm3.99-4.048c2.088 0 3.797 1.62 3.976 3.69l1.95-.032a6.027 6.027 0 0 0-1.765-3.902 1.903 1.903 0 0 1-1.638-.134 1.944 1.944 0 0 1-.936-1.375 5.944 5.944 0 0 0-1.586-.218c-.947 0-1.837.223-2.63.622l.952 1.723a3.941 3.941 0 0 1 1.678-.374Zm0 8.095a3.981 3.981 0 0 1-1.682-.374L9.44 17.4c.793.4 1.688.623 2.63.623.547 0 1.08-.078 1.586-.218a1.94 1.94 0 0 1 .936-1.375 1.887 1.887 0 0 1 1.638-.135 6.052 6.052 0 0 0 1.765-3.902l-1.95-.031c-.174 2.065-1.883 3.689-3.97 3.689Zm2.795-8.961a1.355 1.355 0 0 0 1.867-.509 1.396 1.396 0 0 0-.501-1.894 1.355 1.355 0 0 0-1.868.509 1.405 1.405 0 0 0 .502 1.894Z" fill="#fff"/></svg>
);
}
export default Integrations_ubuntu;