From fa2d7ddaaae042514f07c04513535ec24346b3e7 Mon Sep 17 00:00:00 2001 From: Dionysos Dajka Date: Mon, 8 Mar 2021 15:13:56 +0100 Subject: [PATCH] fix(icons): Fix linter error --- src-icons/template.js | 4 +++- src/icons/Arrow.js | 4 +++- src/icons/AssetActivity.js | 4 +++- src/icons/AssetAudio.js | 4 +++- src/icons/AssetDefault.js | 4 +++- src/icons/AssetDiagram.js | 4 +++- src/icons/AssetFluidbook.js | 4 +++- src/icons/AssetFolder.js | 4 +++- src/icons/AssetImage.js | 4 +++- src/icons/AssetInfographic.js | 4 +++- src/icons/AssetLink.js | 4 +++- src/icons/AssetPdf.js | 4 +++- src/icons/AssetPodcast.js | 4 +++- src/icons/AssetPresentation.js | 4 +++- src/icons/AssetQuiz.js | 4 +++- src/icons/AssetSpreadsheet.js | 4 +++- src/icons/AssetText.js | 4 +++- src/icons/AssetVideo.js | 4 +++- src/icons/AssetWebinar.js | 4 +++- src/icons/Box.js | 4 +++- src/icons/Calendar.js | 4 +++- src/icons/Captions.js | 4 +++- src/icons/Chat.js | 4 +++- src/icons/Chevron.js | 4 +++- src/icons/Collection.js | 4 +++- src/icons/Cycle.js | 4 +++- src/icons/Disk.js | 4 +++- src/icons/Dislike.js | 4 +++- src/icons/Dot.js | 4 +++- src/icons/Download.js | 4 +++- src/icons/Dropbox.js | 4 +++- src/icons/Edit.js | 4 +++- src/icons/Ellipsis.js | 4 +++- src/icons/External.js | 4 +++- src/icons/EyeClosed.js | 4 +++- src/icons/EyeOpen.js | 4 +++- src/icons/Favourite.js | 4 +++- src/icons/Flag.js | 4 +++- src/icons/Fullscreen.js | 4 +++- src/icons/FullscreenExit.js | 4 +++- src/icons/Globe.js | 4 +++- src/icons/Hierarchy.js | 4 +++- src/icons/Home.js | 4 +++- src/icons/Info.js | 4 +++- src/icons/Like.js | 4 +++- src/icons/Link.js | 4 +++- src/icons/Logout.js | 4 +++- src/icons/Megaphone.js | 4 +++- src/icons/Menu.js | 4 +++- src/icons/Minus.js | 4 +++- src/icons/NavDown.js | 4 +++- src/icons/NavLeft.js | 4 +++- src/icons/NavRight.js | 4 +++- src/icons/NavUp.js | 4 +++- src/icons/Offline.js | 4 +++- src/icons/Ok.js | 4 +++- src/icons/Pause.js | 4 +++- src/icons/Pin.js | 4 +++- src/icons/Play.js | 4 +++- src/icons/Playlist.js | 4 +++- src/icons/PlaylistLink.js | 4 +++- src/icons/Plus.js | 4 +++- src/icons/Search.js | 4 +++- src/icons/Send.js | 4 +++- src/icons/Settings.js | 4 +++- src/icons/Share.js | 4 +++- src/icons/SidebarClose.js | 4 +++- src/icons/SidebarOpen.js | 4 +++- src/icons/Spinnerdot.js | 4 +++- src/icons/Star.js | 4 +++- src/icons/Tag.js | 4 +++- src/icons/Team.js | 4 +++- src/icons/Time.js | 4 +++- src/icons/Tools.js | 4 +++- src/icons/Trending.js | 4 +++- src/icons/Undo.js | 4 +++- src/icons/Unpin.js | 4 +++- src/icons/Upload.js | 4 +++- src/icons/User.js | 4 +++- src/icons/X.js | 4 +++- 80 files changed, 240 insertions(+), 80 deletions(-) diff --git a/src-icons/template.js b/src-icons/template.js index b8af81b6..a83153dd 100644 --- a/src-icons/template.js +++ b/src-icons/template.js @@ -10,7 +10,9 @@ const ${name}Icon = forwardRef((props, ref) => { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return ( { const {size, color, ...otherProps} = props; // Unless the icon has an explicit ARIA label, we'll hide it visually - const ariaHidden = !(otherProps['aria-label'] || otherProps['aria-labelledby']) || undefined; + const ariaHidden = + !(otherProps['aria-label'] || otherProps['aria-labelledby']) || + undefined; return (