mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
fixed incorrect function name in React.memo for IconDownload icon component (#4891)
This commit is contained in:
committed by
GitHub
parent
47e1ce5d42
commit
b162ea203c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user