Skip to content

Commit 08f0967

Browse files
committed
linter warning
1 parent b0c419c commit 08f0967

File tree

1 file changed

+7
-10
lines changed
  • frontend/src/components/Topics/Topic/Messages/Filters

1 file changed

+7
-10
lines changed

frontend/src/components/Topics/Topic/Messages/Filters/Filters.tsx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -300,17 +300,14 @@ const Filters: React.FC<FiltersProps> = ({
300300
justifyContent: 'center',
301301
}}
302302
>
303-
<svg
304-
width="24"
305-
height="24"
306-
viewBox="0 0 24 12"
307-
fill="none"
308-
stroke="currentColor"
309-
strokeWidth="1"
310-
strokeLinecap="round"
311-
strokeLinejoin="round"
303+
<svg
304+
width="24"
305+
height="24"
306+
viewBox="0 0 18 18"
307+
fill="currentColor"
312308
>
313-
<path d="M16,9.5v4A2.5,2.5,0,0,1,13.5,16H2.5A2.5,2.5,0,0,1,0,13.5V2.5A2.5,2.5,0,0,1,2.5,0h3A.5.5,0,0,1,6,.5a.5.5,0,0,1-.5.5h-3A1.5,1.5,0,0,0,1,2.5v11A1.5,1.5,0,0,0,2.5,15h11A1.5,1.5,0,0,0,15,13.5v-4a.5.5,0,0,1,1,0ZM5,9.5a.5.5,0,0,0,1,0v-2A3.5,3.5,0,0,1,9.5,4h4.79L12.15,6.15a.48.48,0,0,0,0,.7.48.48,0,0,0,.7,0l3-3A.36.36,0,0,0,16,3.69a.5.5,0,0,0,0-.38.36.36,0,0,0-.11-.16l-3-3a.48.48,0,0,0-.7,0,.48.48,0,0,0,0,.7L14.29,3H9.5A4.51,4.51,0,0,0,5,7.5Z"/>
309+
<path d="M4.24 5.8a.75.75 0 001.06-.04l1.95-2.1v6.59a.75.75 0 001.5 0V3.66l1.95 2.1a.75.75 0 101.1-1.02l-3.25-3.5a.75.75 0 00-1.101.001L4.2 4.74a.75.75 0 00.04 1.06z" />
310+
<path d="M1.75 9a.75.75 0 01.75.75v3c0 .414.336.75.75.75h9.5a.75.75 0 00.75-.75v-3a.75.75 0 011.5 0v3A2.25 2.25 0 0112.75 15h-9.5A2.25 2.25 0 011 12.75v-3A.75.75 0 011.75 9z" />
314311
</svg>{' '}
315312
Export
316313
</Button>

0 commit comments

Comments
 (0)