Skip to content
Merged
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
2 changes: 1 addition & 1 deletion src/components/icons/ReportIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const ReportIcon = (
) => (
<Icon aria-label="Report Icon" {...props}>
<path
d="M18.4993 1.37109L23.0306 6.5642C23.7898 7.43782 24 8.02023 24 9.23357V14.7785C24 15.9797 23.7898 16.5743 23.0306 17.448L18.4993 22.6411C17.7284 23.5025 17.0277 24 15.5444 24H8.45545C6.97225 24 6.25985 23.5025 5.50072 22.6411L0.969341 17.448C0.19854 16.5743 0 15.9797 0 14.7785V9.23357C0 8.02023 0.19854 7.43782 0.969341 6.5642L5.50072 1.37109C6.25985 0.509606 6.97225 0 8.45545 0H15.5444C17.0277 0 17.7284 0.509606 18.4993 1.37109ZM10.6978 17.0233C10.6978 17.7391 11.3051 18.3216 12.0059 18.3216C12.7065 18.3216 13.3138 17.7513 13.3138 17.0233C13.3138 16.2952 12.7183 15.7129 12.0059 15.7129C11.2934 15.7129 10.6978 16.3074 10.6978 17.0233ZM10.8963 6.64914L11.0482 13.2619C11.0598 13.905 11.3985 14.2568 12.0059 14.2568C12.5897 14.2568 12.9284 13.9171 12.9401 13.2619L13.1036 6.66128C13.1153 6.0182 12.6365 5.545 11.9941 5.545C11.3401 5.545 10.8846 6.00606 10.8963 6.64914Z"
d="M16.375 4.88282L19.4062 8.22656C19.9141 8.78906 20.0547 9.16406 20.0547 9.94531V13.5156C20.0547 14.289 19.9141 14.6718 19.4062 15.2344L16.375 18.5782C15.8594 19.1328 15.3906 19.4531 14.3984 19.4531H9.65625C8.66406 19.4531 8.1875 19.1328 7.67969 18.5782L4.64844 15.2344C4.13281 14.6718 4 14.289 4 13.5156V9.94531C4 9.16406 4.13281 8.78906 4.64844 8.22656L7.67969 4.88282C8.1875 4.32812 8.66406 4 9.65625 4H14.3984C15.3906 4 15.8594 4.32812 16.375 4.88282ZM11.1562 14.961C11.1562 15.4218 11.5625 15.7969 12.0313 15.7969C12.5 15.7969 12.9062 15.4297 12.9062 14.961C12.9062 14.4922 12.5078 14.1172 12.0313 14.1172C11.5547 14.1172 11.1562 14.5 11.1562 14.961ZM11.2891 8.28125L11.3906 12.539C11.3984 12.9531 11.625 13.1797 12.0313 13.1797C12.4218 13.1797 12.6484 12.961 12.6562 12.539L12.7656 8.28906C12.7734 7.875 12.4531 7.57031 12.0234 7.57031C11.5859 7.57031 11.2812 7.86718 11.2891 8.28125Z"
fill="currentColor"
/>
</Icon>
Expand Down
Loading