react-icons/fa APIs
- FaTwitter
- FaGithub
- FaSearch
- FaDiscord
- FaEye
- FaInstagram
- FaPlus
- FaFacebookF
- FaTrash
- FaGlobe
- FaUsers
- FaEdit
- FaListUl
- FaWhatsapp
- FaApple
- FaTimes
- FaMoon
- FaSun
- FaYoutube
- FaInfoCircle
- FaSave
- FaEyeSlash
- FaCheck
- FaRegCheckCircle
- FaExternalLinkAlt
- FaChevronUp
- FaChevronDown
- FaUser
- FaThumbsUp
- FaGoogle
- FaChevronLeft
- FaTrashAlt
- FaCheckCircle
- FaExclamationCircle
- FaCode
- FaFilter
- FaLinkedinIn
- FaHome
- FaAngleRight
- FaAngleLeft
- FaCopy
- FaArrowRight
- FaThumbsDown
- FaTimesCircle
- FaMapMarkedAlt
- FaNetworkWired
- FaFacebook
- FaMedal
- FaQuestionCircle
- FaAppStoreIos
- FaRegNewspaper
- FaLinkedin
- FaAward
- FaSpinner
- FaBell
- FaLink
- FaCog
- FaCaretDown
- FaCaretLeft
- FaCaretRight
- FaRegQuestionCircle
- FaSignInAlt
- FaRegCircle
- FaPlayCircle
- FaBook
- FaMinus
- FaRegClock
- FaRegTimesCircle
- FaUserClock
- FaClipboardCheck
- FaTelegram
- FaToolbox
- FaCalendarAlt
- FaChevronCircleDown
- FaChevronCircleUp
- FaChevronCircleRight
- FaCogs
- FaDownload
- FaSitemap
- FaTrophy
- FaGripVertical
- FaFlagCheckered
- FaMapMarkerAlt
- FaChrome
- FaRegStickyNote
- FaRegSun
- FaTags
- FaGetPocket
- FaRegEdit
- FaRobot
- FaDev
- FaQuora
- FaGraduationCap
- FaClipboard
- FaVine
- FaMicroscope
- FaReact
- FaVuejs
- FaPalette
- FaPen
- FaSmile
- FaPaperPlane
- FaImage
- FaUserPlus
- FaAnchor
- FaCaretUp
- FaRss
- FaRegLightbulb
- FaStar
- FaSignOutAlt
- FaUserMinus
- FaEnvelopeOpenText
- FaPencilAlt
- FaExclamation
- FaUnlock
- FaLock
- FaSlack
- FaUserCircle
- FaEnvelope
- FaKey
- FaRegStar
- FaWrench
- FaMarkdown
- FaArrowCircleLeft
- FaArrowCircleRight
- FaScroll
- FaUserFriends
- FaBolt
- FaExpand
- FaLocationArrow
- FaStopCircle
- FaHandHolding
- FaPhotoVideo
- FaShareAlt
- FaVoicemail
- FaGithubAlt
- FaLifeRing
- FaSyncAlt
- FaSoundcloud
- FaSpotify
- FaHistory
- FaBloggerB
- FaDrawPolygon
- FaHandPaper
- FaHandPointer
- FaPhone
- FaList
- FaMailBulk
- FaHourglass
- FaMediumM
- FaPlay
- FaGift
- FaChevronRight
- FaLongArrowAltRight
- FaMedium
- FaWindowClose
- FaEllipsisH
- FaVolumeUp
- FaVolumeMute
- FaKeyboard
- FaHammer
- FaFileImport
- FaListOl
- FaSquare
- FaFillDrip
- FaUserLock
- FaRegPlusSquare
- FaRegFile
- FaSlash
- FaCloudUploadAlt
- FaBackspace
- FaAngleDoubleRight
- FaAngleDoubleLeft
- FaGlasses
- FaPause
- FaCheckSquare
- FaComment
- FaPrint
- FaShareSquare
- FaChartBar
- FaMagic
- FaBicycle
- FaCat
- FaDirections
- FaGlobeAfrica
- FaMountain
- FaUpload
- FaLightbulb
- FaDocker
- FaTwitterSquare
- FaGlobeAmericas
- FaLinux
- FaFile
- FaDesktop
- FaFacebookMessenger
- FaWpforms
- FaBomb
- FaBars
- FaTabletAlt
- FaMemory
- FaCalendarDay
- Fa500Px
- FaAdobe
- FaAdversal
- FaAirbnb
- FaAlipay
- FaAmazon
- FaAmazonPay
- FaBehanceSquare
- FaInstagramSquare
- FaLaugh
- FaMagento
- FaOpera
- FaYinYang
Other Related APIs
- react#useEffect
- react-router-dom#useLocation
- react-router-dom#Link
- react-router-dom#Switch
- react-router-dom#Route
- react-router#RouteComponentProps
- react-router#withRouter
- react-icons/fa#FaUsers
- react-icons/fa#FaSearch
- react-icons/fa#FaMapMarkedAlt
- react-icons/fa#FaListUl
- react-icons/fi#FiLogOut
- react-icons/fi#FiGrid
- mobx-react#observer
- react-icons/io#IoMdKey
- react-icons/io#IoIosWater
- react-icons/io#IoMdRocket
react-icons/fa#FaNetworkWired TypeScript Examples
The following examples show how to use
react-icons/fa#FaNetworkWired.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: App.tsx From clarity with Apache License 2.0 | 5 votes |
SideMenuItems: (MenuItem | GroupedMenuItem)[] = [
new MenuItem(
Pages.Accounts,
'Accounts',
<IoMdKey fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.Faucet,
'Faucet',
<IoIosWater fontSize={SideMenuIconSize} />,
false,
FaucetAsterix
),
new MenuItem(
Pages.DeployContracts,
'Deploy Contract',
<IoMdRocket fontSize={SideMenuIconSize} />
),
// new MenuItem(
// Pages.Explorer,
// 'Explorer',
// <FaMapMarkedAlt fontSize={SideMenuIconSize} />
// ),
new MenuItem(Pages.Blocks, 'Blocks', <FiGrid fontSize={SideMenuIconSize} />),
new MenuItem(
Pages.Deploys,
'Deploys',
<FaListUl fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.Search,
'Search',
<FaSearch fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.Validators,
'Validators',
<FaUsers fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.ConnectedPeers,
'Connected Peers',
<FaNetworkWired fontSize={SideMenuIconSize} />
)
// new GroupedMenuItem(
// 'clarityContracts',
// 'Contracts',
// <FaFileContract fontSize={SideMenuIconSize} />,
// [new MenuItem(Pages.Vesting, 'Vesting')]
// )
]
Example #2
Source File: App.tsx From casper-clarity with Apache License 2.0 | 5 votes |
SideMenuItems: (MenuItem | GroupedMenuItem)[] = [
new MenuItem(
Pages.Accounts,
'Accounts',
<IoMdKey fontSize={SideMenuIconSize} />
),
faucetMenuItem,
new MenuItem(
Pages.DeployContracts,
'Deploy Contract',
<IoMdRocket fontSize={SideMenuIconSize} />
),
// new MenuItem(
// Pages.Explorer,
// 'Explorer',
// <FaMapMarkedAlt fontSize={SideMenuIconSize} />
// ),
new MenuItem(Pages.Blocks, 'Blocks', <FiGrid fontSize={SideMenuIconSize} />),
new MenuItem(
Pages.Deploys,
'Deploys',
<FaListUl fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.Search,
'Search',
<FaSearch fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.Validators,
'Validators',
<FaUsers fontSize={SideMenuIconSize} />
),
new MenuItem(
Pages.ConnectedPeers,
'Connected Peers',
<FaNetworkWired fontSize={SideMenuIconSize} />
)
// new GroupedMenuItem(
// 'clarityContracts',
// 'Contracts',
// <FaFileContract fontSize={SideMenuIconSize} />,
// [new MenuItem(Pages.Vesting, 'Vesting')]
// )
]