Skip to content

Commit 55a8fa3

Browse files
committed
replace the icon according to the discussion
1 parent 66c67ee commit 55a8fa3

File tree

1 file changed

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

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -301,18 +301,16 @@ const Filters: React.FC<FiltersProps> = ({
301301
}}
302302
>
303303
<svg
304-
width="16"
305-
height="16"
306-
viewBox="0 0 24 24"
304+
width="24"
305+
height="24"
306+
viewBox="0 0 24 12"
307307
fill="none"
308308
stroke="currentColor"
309-
strokeWidth="2"
309+
strokeWidth="1"
310310
strokeLinecap="round"
311311
strokeLinejoin="round"
312312
>
313-
<path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
314-
<polyline points="7,10 12,15 17,10" />
315-
<line x1="12" y1="15" x2="12" y2="3" />
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"/>
316314
</svg>{' '}
317315
Export
318316
</Button>

0 commit comments

Comments
 (0)