Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ const ClockWithTicksIconComponent = (props: IIconProps) => {
const { size, color } = useIconProps(props);

return (
<svg xmlns="http://www.w3.org/2000/svg" width={size} height={size} fill="none" viewBox="0 0 12 12">
<svg xmlns="http://www.w3.org/2000/svg" width={size} height={size} fill="none" viewBox="0 0 22 22">
<path
fill={color}
d="M3.24 4.413 1.336 6 3.24 7.587a.375.375 0 1 1-.48.576L.51 6.288a.375.375 0 0 1 0-.576l2.25-1.875a.375.375 0 0 1 .48.576Zm8.25 1.299L9.24 3.837a.375.375 0 1 0-.48.576L10.664 6 8.76 7.587a.375.375 0 1 0 .48.576l2.25-1.875a.375.375 0 0 0 0-.576Zm-3.862-4.19a.375.375 0 0 0-.48.225l-3 8.25a.375.375 0 1 0 .705.256l3-8.25a.375.375 0 0 0-.225-.48Z"
d="M16.9984 11.5048A6.0096 6.0096 0 0 1 13.07 16.636a6.0095 6.0095 0 0 1-6.3096-1.3964 6.0102 6.0102 0 0 1 3.7348-10.238.4634.4634 0 0 1 .0762.9236 5.0867 5.0867 0 1 0 5.5034 5.5034.4636.4636 0 0 1 .4999-.4237.4634.4634 0 0 1 .4237.4999Zm-6.4651-3.7325v3.2326a.462.462 0 0 0 .4618.4618h3.2326a.4618.4618 0 1 0 0-.9236h-2.7708V7.7723a.4619.4619 0 0 0-.9236 0Zm2.309-1.3853a.6926.6926 0 1 0 0-1.3852.6926.6926 0 0 0 0 1.3852Zm2.0781 1.3853a.6925.6925 0 0 0 .6793-.8278.693.693 0 0 0-.5442-.5442.6926.6926 0 1 0-.1351 1.372Zm1.3853 2.0781a.6928.6928 0 0 0 .1352-1.372.6926.6926 0 1 0-.1352 1.372Z"
/>
</svg>
);
Expand Down
1 change: 0 additions & 1 deletion packages/jaeger-ui/src/img/code.svg

This file was deleted.