openreplay/frontend/app/components/ui/Icons/puppeteer.tsx
Delirium ee46413b13
Events for E2E testing (#3081)
* ui: change export event ui, add rightblock panel

* ui: add timeline select checkbox

* ui: keep selected framework in localstorage

* ui: on timeline => on the timeline
2025-03-03 16:36:42 +01: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 Puppeteer(props: Props) {
const { size = 14, width = size, height = size, fill = '' } = props;
return (
<svg viewBox="0 0 16 16" fill="none" width={ `${ width }px` } height={ `${ height }px` } ><path d="m12.887 12.169 1.796-.867v-.867l-4.15-1.983 4.15-2.137V5.48l-1.734-.805L8.034 7.12 3.037 4.674l-1.61.867v.743l3.902 2.137-3.902 1.982v.899l1.672.867 4.956-2.54 4.832 2.54Z" fill="#00D8A2" stroke="#00D8A2" strokeWidth=".555"/><path d="M13.112 11.815v-.373l1.352-.701v.42l-1.352.654ZM1.536 10.731l1.306.75v.299l-1.306-.661v-.388Zm6.693-1.577 4.495 2.22v.447L8.229 9.52v-.365ZM3.23 11.44l4.61-2.286v.364L3.23 11.85v-.41Zm3.264-3.735L1.83 5.453l1.208-.614 4.997 2.59 4.912-2.589 1.251.64-4.549 2.29a.247.247 0 0 0 0 .442l4.503 2.254-1.167.604-4.95-2.536-5.038 2.588-1.15-.66 4.65-2.312a.248.248 0 0 0-.002-.445ZM1.594 6.216v-.41l4.35 2.17-.44.176-3.91-1.936Zm8.92 1.96-.416-.197 4.366-2.197v.411l-3.95 1.984Zm.438.216 3.837-1.927a.115.115 0 0 0 .064-.103V5.45a.114.114 0 0 0-.063-.102L13 4.43a.115.115 0 0 0-.104 0l-4.81 2.44a.115.115 0 0 1-.103 0l-4.895-2.44a.115.115 0 0 0-.103 0l-1.775.901a.115.115 0 0 0-.063.103v.926c0 .044.025.084.064.104l3.854 1.904-3.836 1.905a.115.115 0 0 0-.064.1l-.016.912a.115.115 0 0 0 .063.104l1.843.933a.115.115 0 0 0 .103 0L7.983 9.9a.115.115 0 0 1 .103 0l4.765 2.423a.115.115 0 0 0 .102.001l1.835-.889a.115.115 0 0 0 .065-.103v-.952a.115.115 0 0 0-.064-.103l-3.837-1.885Z" fill="#000"/></svg>
);
}
export default Puppeteer;