fixed incorrect function name in React.memo for IconDownload icon component (#4891)

This commit is contained in:
Joel Mathew Koshy
2022-08-10 19:43:47 +05:30
committed by GitHub
parent 47e1ce5d42
commit b162ea203c

View File

@@ -5,7 +5,7 @@
import * as React from 'react';
export const IconDownload = React.memo<JSX.IntrinsicElements['svg']>(
function IconArrowSmall({className}) {
function IconDownload({className}) {
return (
<svg
width="1em"