openreplay/frontend/app/components/ui/Icons/integrations_ubuntu.tsx
2024-05-31 15:11:13 +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;