├── src
├── components
│ ├── RadioOld
│ │ ├── Radio.css
│ │ └── index.js
│ ├── Alert
│ │ └── index.tsx
│ ├── Auth
│ │ ├── index.tsx
│ │ └── Auth.module.css
│ ├── Badge
│ │ └── index.tsx
│ ├── Card
│ │ └── index.tsx
│ ├── Icon
│ │ ├── index.tsx
│ │ ├── icons
│ │ │ ├── IconX
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconX.tsx
│ │ │ ├── IconTv
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTv.tsx
│ │ │ ├── IconBell
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBell.tsx
│ │ │ ├── IconBold
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBold.tsx
│ │ │ ├── IconBook
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBook.tsx
│ │ │ ├── IconBox
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBox.tsx
│ │ │ ├── IconCast
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCast.tsx
│ │ │ ├── IconCode
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCode.tsx
│ │ │ ├── IconCopy
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCopy.tsx
│ │ │ ├── IconCpu
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCpu.tsx
│ │ │ ├── IconCrop
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCrop.tsx
│ │ │ ├── IconDisc
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDisc.tsx
│ │ │ ├── IconEdit
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconEdit.tsx
│ │ │ ├── IconEye
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconEye.tsx
│ │ │ ├── IconFile
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFile.tsx
│ │ │ ├── IconFilm
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFilm.tsx
│ │ │ ├── IconFlag
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFlag.tsx
│ │ │ ├── IconGift
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGift.tsx
│ │ │ ├── IconGrid
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGrid.tsx
│ │ │ ├── IconHash
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHash.tsx
│ │ │ ├── IconHome
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHome.tsx
│ │ │ ├── IconInfo
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconInfo.tsx
│ │ │ ├── IconKey
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconKey.tsx
│ │ │ ├── IconLink
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLink.tsx
│ │ │ ├── IconList
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconList.tsx
│ │ │ ├── IconLock
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLock.tsx
│ │ │ ├── IconMail
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMail.tsx
│ │ │ ├── IconMap
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMap.tsx
│ │ │ ├── IconMeh
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMeh.tsx
│ │ │ ├── IconMenu
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMenu.tsx
│ │ │ ├── IconMic
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMic.tsx
│ │ │ ├── IconMoon
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMoon.tsx
│ │ │ ├── IconMove
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMove.tsx
│ │ │ ├── IconPlay
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPlay.tsx
│ │ │ ├── IconPlus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPlus.tsx
│ │ │ ├── IconRss
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRss.tsx
│ │ │ ├── IconSave
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSave.tsx
│ │ │ ├── IconSend
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSend.tsx
│ │ │ ├── IconStar
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconStar.tsx
│ │ │ ├── IconSun
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSun.tsx
│ │ │ ├── IconTag
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTag.tsx
│ │ │ ├── IconTool
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTool.tsx
│ │ │ ├── IconType
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconType.tsx
│ │ │ ├── IconUser
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUser.tsx
│ │ │ ├── IconWifi
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconWifi.tsx
│ │ │ ├── IconWind
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconWind.tsx
│ │ │ ├── IconZap
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconZap.tsx
│ │ │ ├── IconAnchor
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAnchor.tsx
│ │ │ ├── IconAtSign
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAtSign.tsx
│ │ │ ├── IconAward
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAward.tsx
│ │ │ ├── IconCamera
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCamera.tsx
│ │ │ ├── IconCheck
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCheck.tsx
│ │ │ ├── IconChrome
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconChrome.tsx
│ │ │ ├── IconCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCircle.tsx
│ │ │ ├── IconClock
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconClock.tsx
│ │ │ ├── IconCloud
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCloud.tsx
│ │ │ ├── IconCoffee
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCoffee.tsx
│ │ │ ├── IconDelete
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDelete.tsx
│ │ │ ├── IconDivide
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDivide.tsx
│ │ │ ├── IconEdit2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconEdit2.tsx
│ │ │ ├── IconEdit3
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconEdit3.tsx
│ │ │ ├── IconEyeOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconEyeOff.tsx
│ │ │ ├── IconFigma
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFigma.tsx
│ │ │ ├── IconFilter
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFilter.tsx
│ │ │ ├── IconFolder
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFolder.tsx
│ │ │ ├── IconFramer
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFramer.tsx
│ │ │ ├── IconFrown
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFrown.tsx
│ │ │ ├── IconGitHub
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGitHub.tsx
│ │ │ ├── IconGitlab
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGitlab.tsx
│ │ │ ├── IconGlobe
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGlobe.tsx
│ │ │ ├── IconHeart
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHeart.tsx
│ │ │ ├── IconImage
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconImage.tsx
│ │ │ ├── IconInbox
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconInbox.tsx
│ │ │ ├── IconItalic
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconItalic.tsx
│ │ │ ├── IconLayers
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLayers.tsx
│ │ │ ├── IconLayout
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLayout.tsx
│ │ │ ├── IconLink2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLink2.tsx
│ │ │ ├── IconLoader
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLoader.tsx
│ │ │ ├── IconLogIn
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLogIn.tsx
│ │ │ ├── IconLogOut
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLogOut.tsx
│ │ │ ├── IconMapPin
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMapPin.tsx
│ │ │ ├── IconMicOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMicOff.tsx
│ │ │ ├── IconMinus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMinus.tsx
│ │ │ ├── IconMusic
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMusic.tsx
│ │ │ ├── IconPause
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPause.tsx
│ │ │ ├── IconPhone
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPhone.tsx
│ │ │ ├── IconPocket
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPocket.tsx
│ │ │ ├── IconPower
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPower.tsx
│ │ │ ├── IconRadio
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRadio.tsx
│ │ │ ├── IconRepeat
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRepeat.tsx
│ │ │ ├── IconRewind
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRewind.tsx
│ │ │ ├── IconSearch
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSearch.tsx
│ │ │ ├── IconServer
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconServer.tsx
│ │ │ ├── IconShare
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconShare.tsx
│ │ │ ├── IconShare2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconShare2.tsx
│ │ │ ├── IconShield
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconShield.tsx
│ │ │ ├── IconSlack
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSlack.tsx
│ │ │ ├── IconSlash
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSlash.tsx
│ │ │ ├── IconSmile
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSmile.tsx
│ │ │ ├── IconSquare
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSquare.tsx
│ │ │ ├── IconSunset
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSunset.tsx
│ │ │ ├── IconTablet
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTablet.tsx
│ │ │ ├── IconTarget
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTarget.tsx
│ │ │ ├── IconTrash
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTrash.tsx
│ │ │ ├── IconTrash2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTrash2.tsx
│ │ │ ├── IconTrello
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTrello.tsx
│ │ │ ├── IconTruck
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTruck.tsx
│ │ │ ├── IconTwitch
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTwitch.tsx
│ │ │ ├── IconUnlock
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUnlock.tsx
│ │ │ ├── IconUpload
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUpload.tsx
│ │ │ ├── IconUserX
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUserX.tsx
│ │ │ ├── IconUsers
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUsers.tsx
│ │ │ ├── IconVideo
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVideo.tsx
│ │ │ ├── IconVolume
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVolume.tsx
│ │ │ ├── IconWatch
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconWatch.tsx
│ │ │ ├── IconZapOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconZapOff.tsx
│ │ │ ├── IconZoomIn
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconZoomIn.tsx
│ │ │ ├── IconAirplay
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAirplay.tsx
│ │ │ ├── IconArchive
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconArchive.tsx
│ │ │ ├── IconArrowUp
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconArrowUp.tsx
│ │ │ ├── IconBattery
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBattery.tsx
│ │ │ ├── IconBellOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBellOff.tsx
│ │ │ ├── IconCodepen
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCodepen.tsx
│ │ │ ├── IconColumns
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconColumns.tsx
│ │ │ ├── IconCommand
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCommand.tsx
│ │ │ ├── IconCompass
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCompass.tsx
│ │ │ ├── IconDroplet
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDroplet.tsx
│ │ │ ├── IconFeather
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFeather.tsx
│ │ │ ├── IconHexagon
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHexagon.tsx
│ │ │ ├── IconMonitor
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMonitor.tsx
│ │ │ ├── IconOctagon
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconOctagon.tsx
│ │ │ ├── IconPackage
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPackage.tsx
│ │ │ ├── IconPenTool
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPenTool.tsx
│ │ │ ├── IconPercent
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPercent.tsx
│ │ │ ├── IconPrinter
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPrinter.tsx
│ │ │ ├── IconShuffle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconShuffle.tsx
│ │ │ ├── IconSidebar
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSidebar.tsx
│ │ │ ├── IconSliders
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSliders.tsx
│ │ │ ├── IconSpeaker
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSpeaker.tsx
│ │ │ ├── IconSunrise
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSunrise.tsx
│ │ │ ├── IconTwitter
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTwitter.tsx
│ │ │ ├── IconVolume1
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVolume1.tsx
│ │ │ ├── IconVolume2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVolume2.tsx
│ │ │ ├── IconVolumeX
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVolumeX.tsx
│ │ │ ├── IconWifiOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconWifiOff.tsx
│ │ │ ├── IconXCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconXCircle.tsx
│ │ │ ├── IconXSquare
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconXSquare.tsx
│ │ │ ├── IconYoutube
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconYoutube.tsx
│ │ │ ├── IconZoomOut
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconZoomOut.tsx
│ │ │ ├── IconActivity
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconActivity.tsx
│ │ │ ├── IconAlignLeft
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAlignLeft.tsx
│ │ │ ├── IconAperture
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAperture.tsx
│ │ │ ├── IconArrowDown
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconArrowDown.tsx
│ │ │ ├── IconArrowLeft
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconArrowLeft.tsx
│ │ │ ├── IconBarChart
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBarChart.tsx
│ │ │ ├── IconBarChart2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBarChart2.tsx
│ │ │ ├── IconBluetooth
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBluetooth.tsx
│ │ │ ├── IconBookOpen
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBookOpen.tsx
│ │ │ ├── IconBookmark
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBookmark.tsx
│ │ │ ├── IconBriefcase
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconBriefcase.tsx
│ │ │ ├── IconCalendar
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCalendar.tsx
│ │ │ ├── IconCameraOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCameraOff.tsx
│ │ │ ├── IconChevronUp
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconChevronUp.tsx
│ │ │ ├── IconClipboard
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconClipboard.tsx
│ │ │ ├── IconCloudOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCloudOff.tsx
│ │ │ ├── IconCloudRain
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCloudRain.tsx
│ │ │ ├── IconCloudSnow
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCloudSnow.tsx
│ │ │ ├── IconCrosshair
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCrosshair.tsx
│ │ │ ├── IconDatabase
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDatabase.tsx
│ │ │ ├── IconDownload
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDownload.tsx
│ │ │ ├── IconDribbble
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDribbble.tsx
│ │ │ ├── IconFacebook
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFacebook.tsx
│ │ │ ├── IconFileMinus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFileMinus.tsx
│ │ │ ├── IconFilePlus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFilePlus.tsx
│ │ │ ├── IconFileText
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFileText.tsx
│ │ │ ├── IconGitBranch
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGitBranch.tsx
│ │ │ ├── IconGitCommit
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGitCommit.tsx
│ │ │ ├── IconGitMerge
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconGitMerge.tsx
│ │ │ ├── IconHardDrive
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHardDrive.tsx
│ │ │ ├── IconInstagram
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconInstagram.tsx
│ │ │ ├── IconLifeBuoy
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLifeBuoy.tsx
│ │ │ ├── IconLinkedin
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconLinkedin.tsx
│ │ │ ├── IconMaximize
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMaximize.tsx
│ │ │ ├── IconMaximize2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMaximize2.tsx
│ │ │ ├── IconMinimize
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMinimize.tsx
│ │ │ ├── IconMinimize2
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMinimize2.tsx
│ │ │ ├── IconPaperclip
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPaperclip.tsx
│ │ │ ├── IconPhoneCall
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPhoneCall.tsx
│ │ │ ├── IconPhoneOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPhoneOff.tsx
│ │ │ ├── IconPieChart
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPieChart.tsx
│ │ │ ├── IconRefreshCw
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRefreshCw.tsx
│ │ │ ├── IconRotateCcw
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRotateCcw.tsx
│ │ │ ├── IconRotateCw
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRotateCw.tsx
│ │ │ ├── IconScissors
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconScissors.tsx
│ │ │ ├── IconSettings
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSettings.tsx
│ │ │ ├── IconShieldOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconShieldOff.tsx
│ │ │ ├── IconSkipBack
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSkipBack.tsx
│ │ │ ├── IconTerminal
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTerminal.tsx
│ │ │ ├── IconThumbsUp
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconThumbsUp.tsx
│ │ │ ├── IconTriangle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTriangle.tsx
│ │ │ ├── IconUmbrella
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUmbrella.tsx
│ │ │ ├── IconUnderline
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUnderline.tsx
│ │ │ ├── IconUserCheck
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUserCheck.tsx
│ │ │ ├── IconUserMinus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUserMinus.tsx
│ │ │ ├── IconUserPlus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconUserPlus.tsx
│ │ │ ├── IconVideoOff
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVideoOff.tsx
│ │ │ ├── IconVoicemail
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconVoicemail.tsx
│ │ │ ├── IconXOctagon
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconXOctagon.tsx
│ │ │ ├── IconAlertCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAlertCircle.tsx
│ │ │ ├── IconAlignCenter
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAlignCenter.tsx
│ │ │ ├── IconAlignRight
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconAlignRight.tsx
│ │ │ ├── IconArrowRight
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconArrowRight.tsx
│ │ │ ├── IconArrowUpLeft
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconArrowUpLeft.tsx
│ │ │ ├── IconCheckCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCheckCircle.tsx
│ │ │ ├── IconCheckSquare
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCheckSquare.tsx
│ │ │ ├── IconChevronDown
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconChevronDown.tsx
│ │ │ ├── IconChevronLeft
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconChevronLeft.tsx
│ │ │ ├── IconChevronsUp
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconChevronsUp.tsx
│ │ │ ├── IconCodesandbox
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCodesandbox.tsx
│ │ │ ├── IconCreditCard
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconCreditCard.tsx
│ │ │ ├── IconDollarSign
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconDollarSign.tsx
│ │ │ ├── IconFastForward
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFastForward.tsx
│ │ │ ├── IconFolderMinus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFolderMinus.tsx
│ │ │ ├── IconFolderPlus
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconFolderPlus.tsx
│ │ │ ├── IconHeadphones
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHeadphones.tsx
│ │ │ ├── IconHelpCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconHelpCircle.tsx
│ │ │ ├── IconMinusCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconMinusCircle.tsx
│ │ │ ├── IconMinusSquare
│ │ │ │ └── index.tsx
│ │ │ ├── IconNavigation
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconNavigation.tsx
│ │ │ ├── IconNavigation2
│ │ │ │ └── index.tsx
│ │ │ ├── IconPauseCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconPhoneMissed
│ │ │ │ └── index.tsx
│ │ │ ├── IconPlayCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPlayCircle.tsx
│ │ │ ├── IconPlusCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPlusCircle.tsx
│ │ │ ├── IconPlusSquare
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconPlusSquare.tsx
│ │ │ ├── IconRefreshCcw
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconRefreshCcw.tsx
│ │ │ ├── IconShoppingBag
│ │ │ │ └── index.tsx
│ │ │ ├── IconSkipForward
│ │ │ │ └── index.tsx
│ │ │ ├── IconSmartphone
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconSmartphone.tsx
│ │ │ ├── IconStopCircle
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconStopCircle.tsx
│ │ │ ├── IconThermometer
│ │ │ │ └── index.tsx
│ │ │ ├── IconThumbsDown
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconThumbsDown.tsx
│ │ │ ├── IconToggleLeft
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconToggleLeft.tsx
│ │ │ ├── IconToggleRight
│ │ │ │ └── index.tsx
│ │ │ ├── IconTrendingUp
│ │ │ │ ├── index.tsx
│ │ │ │ └── IconTrendingUp.tsx
│ │ │ ├── IconUploadCloud
│ │ │ │ └── index.tsx
│ │ │ ├── IconAlertOctagon
│ │ │ │ └── index.tsx
│ │ │ ├── IconAlignJustify
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowUpRight
│ │ │ │ └── index.tsx
│ │ │ ├── IconChevronRight
│ │ │ │ └── index.tsx
│ │ │ ├── IconChevronsDown
│ │ │ │ └── index.tsx
│ │ │ ├── IconChevronsLeft
│ │ │ │ └── index.tsx
│ │ │ ├── IconCloudDrizzle
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerLeftUp
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerUpLeft
│ │ │ │ └── index.tsx
│ │ │ ├── IconDivideCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconDivideSquare
│ │ │ │ └── index.tsx
│ │ │ ├── IconExternalLink
│ │ │ │ └── index.tsx
│ │ │ ├── IconMoreVertical
│ │ │ │ └── index.tsx
│ │ │ ├── IconMousePointer
│ │ │ │ └── index.tsx
│ │ │ ├── IconShoppingCart
│ │ │ │ └── index.tsx
│ │ │ ├── IconTrendingDown
│ │ │ │ └── index.tsx
│ │ │ ├── IconAlertTriangle
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowDownLeft
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowDownRight
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowUpCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconChevronsRight
│ │ │ │ └── index.tsx
│ │ │ ├── IconCloudLightning
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerDownLeft
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerLeftDown
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerRightUp
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerUpRight
│ │ │ │ └── index.tsx
│ │ │ ├── IconDownloadCloud
│ │ │ │ └── index.tsx
│ │ │ ├── IconGitPullRequest
│ │ │ │ └── index.tsx
│ │ │ ├── IconMessageCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconMessageSquare
│ │ │ │ └── index.tsx
│ │ │ ├── IconMoreHorizontal
│ │ │ │ └── index.tsx
│ │ │ ├── IconPhoneForwarded
│ │ │ │ └── index.tsx
│ │ │ ├── IconPhoneIncoming
│ │ │ │ └── index.tsx
│ │ │ ├── IconPhoneOutgoing
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowDownCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowLeftCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconArrowRightCircle
│ │ │ │ └── index.tsx
│ │ │ ├── IconBatteryCharging
│ │ │ │ └── index.tsx
│ │ │ ├── IconCornerDownRight
│ │ │ │ └── index.tsx
│ │ │ └── IconCornerRightDown
│ │ │ │ └── index.tsx
│ │ └── IconContext.tsx
│ ├── Image
│ │ ├── index.tsx
│ │ └── Image.module.css
│ ├── Input
│ │ └── index.tsx
│ ├── Menu
│ │ └── index.tsx
│ ├── Modal
│ │ └── index.tsx
│ ├── Space
│ │ └── index.tsx
│ ├── Tabs
│ │ ├── index.tsx
│ │ └── TabsContext.tsx
│ ├── Toast
│ │ └── index.tsx
│ ├── Avatar
│ │ └── index.tsx
│ ├── Button
│ │ └── index.tsx
│ ├── Divider
│ │ └── index.tsx
│ ├── InputOld
│ │ ├── index.js
│ │ ├── Input.css
│ │ └── Input.stories.js
│ ├── Loading
│ │ └── index.tsx
│ ├── Popover
│ │ └── index.tsx
│ ├── Toggle
│ │ └── index.tsx
│ ├── Dropdown
│ │ └── index.tsx
│ ├── Textarea
│ │ ├── index.js
│ │ ├── Textarea.css
│ │ └── Textarea.stories.js
│ ├── Accordion
│ │ └── index.tsx
│ ├── SidePanel
│ │ └── index.tsx
│ ├── ContextMenu
│ │ └── index.tsx
│ ├── InputNumber
│ │ └── index.ts
│ ├── Radio
│ │ ├── index.tsx
│ │ └── RadioContext.tsx
│ ├── Select
│ │ └── index.tsx
│ ├── Listbox
│ │ └── index.tsx
│ ├── Typography
│ │ ├── Link.module.css
│ │ └── index.tsx
│ ├── Checkbox
│ │ ├── index.tsx
│ │ └── CheckboxContext.tsx
│ ├── Upload
│ │ ├── index.tsx
│ │ └── Upload.module.css
│ └── Introduction
│ │ └── Introduction.css
├── react-app-env.d.ts
├── lib
│ ├── Layout
│ │ ├── FormLayout
│ │ │ └── index.tsx
│ │ ├── InputErrorIcon.module.css
│ │ ├── InputIconContainer.module.css
│ │ └── InputIconContainer.tsx
│ └── Overlay
│ │ └── OverlayContext.tsx
├── types.ts
└── setupTests.js
├── .prettierrc
├── postcss.config.js
├── .storybook
├── preview.js
└── preview.css
├── babel.config.js
├── .eslintrc.js
└── .gitignore
/src/components/RadioOld/Radio.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/react-app-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
2 |
--------------------------------------------------------------------------------
/src/components/Alert/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Alert } from './Alert'
2 |
--------------------------------------------------------------------------------
/src/components/Auth/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Auth } from './Auth'
2 |
--------------------------------------------------------------------------------
/src/components/Badge/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Badge } from './Badge'
2 |
--------------------------------------------------------------------------------
/src/components/Card/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Card } from './Card'
2 |
--------------------------------------------------------------------------------
/src/components/Icon/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Icon } from './Icon'
2 |
--------------------------------------------------------------------------------
/src/components/Image/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Image } from './Image'
2 |
--------------------------------------------------------------------------------
/src/components/Input/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Input } from './Input'
2 |
--------------------------------------------------------------------------------
/src/components/Menu/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Menu } from './Menu'
2 |
--------------------------------------------------------------------------------
/src/components/Modal/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Modal } from './Modal'
2 |
--------------------------------------------------------------------------------
/src/components/Space/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Space } from './Space'
2 |
--------------------------------------------------------------------------------
/src/components/Tabs/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Tabs } from './Tabs'
2 |
--------------------------------------------------------------------------------
/src/components/Toast/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Toast } from './Toast'
2 |
--------------------------------------------------------------------------------
/src/components/Avatar/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Image } from './Avatar'
2 |
--------------------------------------------------------------------------------
/src/components/Button/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Button } from './Button'
2 |
--------------------------------------------------------------------------------
/src/components/Divider/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Divider } from './Divider'
2 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconX/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconX } from './IconX'
--------------------------------------------------------------------------------
/src/components/InputOld/index.js:
--------------------------------------------------------------------------------
1 | export { default as Input } from './Input'
2 |
--------------------------------------------------------------------------------
/src/components/Loading/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Loading } from './Loading'
2 |
--------------------------------------------------------------------------------
/src/components/Popover/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Popover } from './Popover'
2 |
--------------------------------------------------------------------------------
/src/components/RadioOld/index.js:
--------------------------------------------------------------------------------
1 | export { default as Radio } from './Radio'
2 |
--------------------------------------------------------------------------------
/src/components/Toggle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Toggle } from './Toggle'
2 |
--------------------------------------------------------------------------------
/src/lib/Layout/FormLayout/index.tsx:
--------------------------------------------------------------------------------
1 | export { FormLayout } from './FormLayout'
2 |
--------------------------------------------------------------------------------
/src/components/Dropdown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Dropdown } from './Dropdown'
2 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTv/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTv } from './IconTv'
--------------------------------------------------------------------------------
/src/components/Textarea/index.js:
--------------------------------------------------------------------------------
1 | export { default as Textarea } from './Textarea'
2 |
--------------------------------------------------------------------------------
/src/components/Accordion/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as Accordion } from './Accordion'
2 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBell/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBell } from './IconBell'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBold/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBold } from './IconBold'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBook/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBook } from './IconBook'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBox/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBox } from './IconBox'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCast/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCast } from './IconCast'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCode/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCode } from './IconCode'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCopy/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCopy } from './IconCopy'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCpu/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCpu } from './IconCpu'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCrop/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCrop } from './IconCrop'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDisc/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDisc } from './IconDisc'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEdit/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconEdit } from './IconEdit'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEye/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconEye } from './IconEye'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFile/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFile } from './IconFile'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFilm/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFilm } from './IconFilm'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFlag/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFlag } from './IconFlag'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGift/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGift } from './IconGift'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGrid/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGrid } from './IconGrid'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHash/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHash } from './IconHash'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHome/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHome } from './IconHome'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconInfo/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconInfo } from './IconInfo'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconKey/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconKey } from './IconKey'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLink/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLink } from './IconLink'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconList/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconList } from './IconList'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLock/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLock } from './IconLock'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMail/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMail } from './IconMail'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMap/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMap } from './IconMap'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMeh/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMeh } from './IconMeh'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMenu/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMenu } from './IconMenu'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMic/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMic } from './IconMic'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMoon/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMoon } from './IconMoon'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMove/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMove } from './IconMove'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlay/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPlay } from './IconPlay'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPlus } from './IconPlus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRss/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRss } from './IconRss'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSave/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSave } from './IconSave'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSend/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSend } from './IconSend'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconStar/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconStar } from './IconStar'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSun/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSun } from './IconSun'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTag/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTag } from './IconTag'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTool/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTool } from './IconTool'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconType/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconType } from './IconType'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUser/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUser } from './IconUser'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWifi/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconWifi } from './IconWifi'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWind/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconWind } from './IconWind'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZap/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconZap } from './IconZap'
--------------------------------------------------------------------------------
/src/components/SidePanel/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as SidePanel } from './SidePanel'
2 |
--------------------------------------------------------------------------------
/src/components/ContextMenu/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as ContextMenu } from './ContextMenu'
2 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAnchor/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAnchor } from './IconAnchor'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAtSign/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAtSign } from './IconAtSign'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAward/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAward } from './IconAward'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCamera/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCamera } from './IconCamera'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCheck/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCheck } from './IconCheck'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChrome/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChrome } from './IconChrome'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCircle } from './IconCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconClock/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconClock } from './IconClock'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloud/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCloud } from './IconCloud'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCoffee/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCoffee } from './IconCoffee'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDelete/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDelete } from './IconDelete'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDivide/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDivide } from './IconDivide'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEdit2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconEdit2 } from './IconEdit2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEdit3/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconEdit3 } from './IconEdit3'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEyeOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconEyeOff } from './IconEyeOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFigma/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFigma } from './IconFigma'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFilter/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFilter } from './IconFilter'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFolder/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFolder } from './IconFolder'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFramer/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFramer } from './IconFramer'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFrown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFrown } from './IconFrown'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitHub/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGitHub } from './IconGitHub'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitlab/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGitlab } from './IconGitlab'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGlobe/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGlobe } from './IconGlobe'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHeart/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHeart } from './IconHeart'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconImage/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconImage } from './IconImage'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconInbox/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconInbox } from './IconInbox'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconItalic/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconItalic } from './IconItalic'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLayers/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLayers } from './IconLayers'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLayout/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLayout } from './IconLayout'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLink2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLink2 } from './IconLink2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLoader/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLoader } from './IconLoader'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLogIn/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLogIn } from './IconLogIn'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLogOut/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLogOut } from './IconLogOut'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMapPin/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMapPin } from './IconMapPin'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMicOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMicOff } from './IconMicOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMinus } from './IconMinus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMusic/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMusic } from './IconMusic'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPause/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPause } from './IconPause'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhone/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhone } from './IconPhone'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPocket/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPocket } from './IconPocket'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPower/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPower } from './IconPower'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRadio/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRadio } from './IconRadio'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRepeat/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRepeat } from './IconRepeat'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRewind/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRewind } from './IconRewind'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSearch/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSearch } from './IconSearch'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconServer/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconServer } from './IconServer'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShare } from './IconShare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShare2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShare2 } from './IconShare2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShield/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShield } from './IconShield'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSlack/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSlack } from './IconSlack'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSlash/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSlash } from './IconSlash'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSmile/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSmile } from './IconSmile'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSquare } from './IconSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSunset/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSunset } from './IconSunset'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTablet/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTablet } from './IconTablet'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTarget/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTarget } from './IconTarget'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrash/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTrash } from './IconTrash'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrash2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTrash2 } from './IconTrash2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrello/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTrello } from './IconTrello'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTruck/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTruck } from './IconTruck'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTwitch/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTwitch } from './IconTwitch'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUnlock/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUnlock } from './IconUnlock'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUpload/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUpload } from './IconUpload'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserX/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUserX } from './IconUserX'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUsers/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUsers } from './IconUsers'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVideo/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVideo } from './IconVideo'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolume/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVolume } from './IconVolume'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWatch/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconWatch } from './IconWatch'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZapOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconZapOff } from './IconZapOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZoomIn/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconZoomIn } from './IconZoomIn'
--------------------------------------------------------------------------------
/src/components/InputNumber/index.ts:
--------------------------------------------------------------------------------
1 | export { default as InputNumber } from './InputNumber'
2 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAirplay/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAirplay } from './IconAirplay'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArchive/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArchive } from './IconArchive'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowUp } from './IconArrowUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBattery/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBattery } from './IconBattery'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBellOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBellOff } from './IconBellOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCodepen/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCodepen } from './IconCodepen'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconColumns/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconColumns } from './IconColumns'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCommand/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCommand } from './IconCommand'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCompass/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCompass } from './IconCompass'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDroplet/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDroplet } from './IconDroplet'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFeather/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFeather } from './IconFeather'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHexagon/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHexagon } from './IconHexagon'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMonitor/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMonitor } from './IconMonitor'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconOctagon/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconOctagon } from './IconOctagon'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPackage/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPackage } from './IconPackage'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPenTool/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPenTool } from './IconPenTool'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPercent/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPercent } from './IconPercent'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPrinter/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPrinter } from './IconPrinter'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShuffle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShuffle } from './IconShuffle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSidebar/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSidebar } from './IconSidebar'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSliders/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSliders } from './IconSliders'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSpeaker/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSpeaker } from './IconSpeaker'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSunrise/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSunrise } from './IconSunrise'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTwitter/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTwitter } from './IconTwitter'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolume1/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVolume1 } from './IconVolume1'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolume2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVolume2 } from './IconVolume2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolumeX/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVolumeX } from './IconVolumeX'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWifiOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconWifiOff } from './IconWifiOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconXCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconXCircle } from './IconXCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconXSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconXSquare } from './IconXSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconYoutube/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconYoutube } from './IconYoutube'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZoomOut/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconZoomOut } from './IconZoomOut'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconActivity/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconActivity } from './IconActivity'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlignLeft } from './IconAlignLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAperture/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAperture } from './IconAperture'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowDown } from './IconArrowDown'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowLeft } from './IconArrowLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBarChart/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBarChart } from './IconBarChart'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBarChart2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBarChart2 } from './IconBarChart2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBluetooth/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBluetooth } from './IconBluetooth'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBookOpen/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBookOpen } from './IconBookOpen'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBookmark/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBookmark } from './IconBookmark'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBriefcase/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBriefcase } from './IconBriefcase'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCalendar/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCalendar } from './IconCalendar'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCameraOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCameraOff } from './IconCameraOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronUp } from './IconChevronUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconClipboard/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconClipboard } from './IconClipboard'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCloudOff } from './IconCloudOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudRain/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCloudRain } from './IconCloudRain'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudSnow/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCloudSnow } from './IconCloudSnow'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCrosshair/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCrosshair } from './IconCrosshair'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDatabase/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDatabase } from './IconDatabase'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDownload/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDownload } from './IconDownload'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDribbble/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDribbble } from './IconDribbble'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFacebook/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFacebook } from './IconFacebook'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFileMinus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFileMinus } from './IconFileMinus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFilePlus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFilePlus } from './IconFilePlus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFileText/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFileText } from './IconFileText'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitBranch/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGitBranch } from './IconGitBranch'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitCommit/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGitCommit } from './IconGitCommit'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitMerge/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGitMerge } from './IconGitMerge'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHardDrive/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHardDrive } from './IconHardDrive'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconInstagram/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconInstagram } from './IconInstagram'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLifeBuoy/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLifeBuoy } from './IconLifeBuoy'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLinkedin/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconLinkedin } from './IconLinkedin'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMaximize/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMaximize } from './IconMaximize'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMaximize2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMaximize2 } from './IconMaximize2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinimize/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMinimize } from './IconMinimize'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinimize2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMinimize2 } from './IconMinimize2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPaperclip/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPaperclip } from './IconPaperclip'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneCall/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhoneCall } from './IconPhoneCall'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhoneOff } from './IconPhoneOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPieChart/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPieChart } from './IconPieChart'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRefreshCw/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRefreshCw } from './IconRefreshCw'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRotateCcw/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRotateCcw } from './IconRotateCcw'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRotateCw/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRotateCw } from './IconRotateCw'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconScissors/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconScissors } from './IconScissors'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSettings/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSettings } from './IconSettings'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShieldOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShieldOff } from './IconShieldOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSkipBack/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSkipBack } from './IconSkipBack'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTerminal/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTerminal } from './IconTerminal'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconThumbsUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconThumbsUp } from './IconThumbsUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTriangle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTriangle } from './IconTriangle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUmbrella/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUmbrella } from './IconUmbrella'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUnderline/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUnderline } from './IconUnderline'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserCheck/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUserCheck } from './IconUserCheck'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserMinus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUserMinus } from './IconUserMinus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserPlus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUserPlus } from './IconUserPlus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVideoOff/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVideoOff } from './IconVideoOff'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVoicemail/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconVoicemail } from './IconVoicemail'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconXOctagon/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconXOctagon } from './IconXOctagon'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlertCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlertCircle } from './IconAlertCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignCenter/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlignCenter } from './IconAlignCenter'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlignRight } from './IconAlignRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowRight } from './IconArrowRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowUpLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowUpLeft } from './IconArrowUpLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCheckCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCheckCircle } from './IconCheckCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCheckSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCheckSquare } from './IconCheckSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronDown } from './IconChevronDown'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronLeft } from './IconChevronLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronsUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronsUp } from './IconChevronsUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCodesandbox/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCodesandbox } from './IconCodesandbox'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCreditCard/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCreditCard } from './IconCreditCard'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDollarSign/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDollarSign } from './IconDollarSign'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFastForward/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFastForward } from './IconFastForward'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFolderMinus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFolderMinus } from './IconFolderMinus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFolderPlus/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconFolderPlus } from './IconFolderPlus'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHeadphones/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHeadphones } from './IconHeadphones'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHelpCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconHelpCircle } from './IconHelpCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinusCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMinusCircle } from './IconMinusCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinusSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMinusSquare } from './IconMinusSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconNavigation/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconNavigation } from './IconNavigation'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconNavigation2/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconNavigation2 } from './IconNavigation2'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPauseCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPauseCircle } from './IconPauseCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneMissed/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhoneMissed } from './IconPhoneMissed'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlayCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPlayCircle } from './IconPlayCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlusCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPlusCircle } from './IconPlusCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlusSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPlusSquare } from './IconPlusSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRefreshCcw/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconRefreshCcw } from './IconRefreshCcw'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShoppingBag/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShoppingBag } from './IconShoppingBag'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSkipForward/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSkipForward } from './IconSkipForward'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSmartphone/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconSmartphone } from './IconSmartphone'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconStopCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconStopCircle } from './IconStopCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconThermometer/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconThermometer } from './IconThermometer'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconThumbsDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconThumbsDown } from './IconThumbsDown'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconToggleLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconToggleLeft } from './IconToggleLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconToggleRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconToggleRight } from './IconToggleRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrendingUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTrendingUp } from './IconTrendingUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUploadCloud/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconUploadCloud } from './IconUploadCloud'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlertOctagon/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlertOctagon } from './IconAlertOctagon'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignJustify/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlignJustify } from './IconAlignJustify'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowUpRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowUpRight } from './IconArrowUpRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronRight } from './IconChevronRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronsDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronsDown } from './IconChevronsDown'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronsLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronsLeft } from './IconChevronsLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudDrizzle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCloudDrizzle } from './IconCloudDrizzle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerLeftUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerLeftUp } from './IconCornerLeftUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerUpLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerUpLeft } from './IconCornerUpLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDivideCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDivideCircle } from './IconDivideCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDivideSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDivideSquare } from './IconDivideSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconExternalLink/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconExternalLink } from './IconExternalLink'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMoreVertical/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMoreVertical } from './IconMoreVertical'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMousePointer/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMousePointer } from './IconMousePointer'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShoppingCart/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconShoppingCart } from './IconShoppingCart'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrendingDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconTrendingDown } from './IconTrendingDown'
--------------------------------------------------------------------------------
/.prettierrc:
--------------------------------------------------------------------------------
1 | {
2 | "semi": false,
3 | "singleQuote": true,
4 | "printWidth": 80,
5 | "endOfLine": "auto"
6 | }
7 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlertTriangle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconAlertTriangle } from './IconAlertTriangle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowDownLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowDownLeft } from './IconArrowDownLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowDownRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowDownRight } from './IconArrowDownRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowUpCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowUpCircle } from './IconArrowUpCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronsRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconChevronsRight } from './IconChevronsRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudLightning/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCloudLightning } from './IconCloudLightning'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerDownLeft/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerDownLeft } from './IconCornerDownLeft'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerLeftDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerLeftDown } from './IconCornerLeftDown'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerRightUp/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerRightUp } from './IconCornerRightUp'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerUpRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerUpRight } from './IconCornerUpRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDownloadCloud/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconDownloadCloud } from './IconDownloadCloud'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitPullRequest/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconGitPullRequest } from './IconGitPullRequest'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMessageCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMessageCircle } from './IconMessageCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMessageSquare/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMessageSquare } from './IconMessageSquare'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMoreHorizontal/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconMoreHorizontal } from './IconMoreHorizontal'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneForwarded/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhoneForwarded } from './IconPhoneForwarded'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneIncoming/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhoneIncoming } from './IconPhoneIncoming'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneOutgoing/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconPhoneOutgoing } from './IconPhoneOutgoing'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowDownCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowDownCircle } from './IconArrowDownCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowLeftCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowLeftCircle } from './IconArrowLeftCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowRightCircle/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconArrowRightCircle } from './IconArrowRightCircle'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBatteryCharging/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconBatteryCharging } from './IconBatteryCharging'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerDownRight/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerDownRight } from './IconCornerDownRight'
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCornerRightDown/index.tsx:
--------------------------------------------------------------------------------
1 | export { default as IconCornerRightDown } from './IconCornerRightDown'
--------------------------------------------------------------------------------
/src/components/Radio/index.tsx:
--------------------------------------------------------------------------------
1 | import Radio from './Radio'
2 | export default Radio
3 | export { default as Radio } from './Radio'
4 |
--------------------------------------------------------------------------------
/src/components/Select/index.tsx:
--------------------------------------------------------------------------------
1 | import Select from './Select'
2 | export default Select
3 | export { default as Select } from './Select'
4 |
--------------------------------------------------------------------------------
/src/components/Listbox/index.tsx:
--------------------------------------------------------------------------------
1 | import Listbox from './Listbox'
2 | export default Listbox
3 | export { default as Listbox } from './Listbox'
4 |
--------------------------------------------------------------------------------
/src/components/Typography/Link.module.css:
--------------------------------------------------------------------------------
1 | a.sbui-typography-link {
2 | @apply text-sm text-brand-700 dark:text-brand-700 cursor-pointer;
3 | }
4 |
--------------------------------------------------------------------------------
/src/components/Checkbox/index.tsx:
--------------------------------------------------------------------------------
1 | import Checkbox from './Checkbox'
2 | export default Checkbox
3 | export { default as Checkbox } from './Checkbox'
4 |
--------------------------------------------------------------------------------
/src/components/Upload/index.tsx:
--------------------------------------------------------------------------------
1 |
2 | import Upload from './Upload'
3 | export default Upload
4 | export { default as Upload } from './Upload'
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/lib/Layout/InputErrorIcon.module.css:
--------------------------------------------------------------------------------
1 | .sbui-input-error-icon {
2 | @apply inset-y-0 right-3 pr-2 pl-2 flex items-center pointer-events-none;
3 | }
4 |
--------------------------------------------------------------------------------
/postcss.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | plugins: [
3 | require('postcss-import'),
4 | require('tailwindcss'),
5 | require('autoprefixer'),
6 | ],
7 | }
8 |
--------------------------------------------------------------------------------
/src/components/Introduction/Introduction.css:
--------------------------------------------------------------------------------
1 | @tailwind 'tailwindcss/base';
2 | /* Start purging... */
3 | @tailwind components;
4 | @tailwind utilities;
5 | /* Stop purging. */
6 |
--------------------------------------------------------------------------------
/src/components/Typography/index.tsx:
--------------------------------------------------------------------------------
1 |
2 | import Typography from './Typography'
3 | export default Typography
4 | export { default as Typography } from './Typography'
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/components/Auth/Auth.module.css:
--------------------------------------------------------------------------------
1 | .sbui-auth {
2 | width: 100%;
3 | }
4 |
5 | .sbui-auth-label {
6 | @apply block text-sm text-gray-700 dark:text-gray-200 font-medium;
7 | }
8 |
--------------------------------------------------------------------------------
/src/types.ts:
--------------------------------------------------------------------------------
1 | export interface AnimationTailwindClasses {
2 | enter?: string
3 | enterFrom?: string
4 | enterTo?: string
5 | leave?: string
6 | leaveFrom?: string
7 | leaveTo?: string
8 | }
9 |
--------------------------------------------------------------------------------
/src/components/Textarea/Textarea.css:
--------------------------------------------------------------------------------
1 | .form-textarea:disabled {
2 | @apply bg-gray-100 cursor-not-allowed;
3 | }
4 |
5 | .form-textarea--error {
6 | @apply border-red-500;
7 | }
8 |
9 | .form-textarea--borderless {
10 | @apply border-none;
11 | }
12 |
--------------------------------------------------------------------------------
/src/components/Upload/Upload.module.css:
--------------------------------------------------------------------------------
1 | .sbui-upload-dragger {
2 | @apply cursor-pointer max-w-lg flex justify-center px-6 pt-5 pb-6 border-2 border-gray-300 border-dashed rounded-md;
3 | }
4 |
5 | .sbui-upload-dragger--dragged {
6 | @apply bg-brand-100;
7 | }
--------------------------------------------------------------------------------
/src/lib/Layout/InputIconContainer.module.css:
--------------------------------------------------------------------------------
1 | .sbui-input-icon-container {
2 | @apply absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none;
3 | /* set the default color of the icon */
4 | @apply text-gray-600;
5 | @apply dark:text-white;
6 | }
7 |
--------------------------------------------------------------------------------
/src/components/Tabs/TabsContext.tsx:
--------------------------------------------------------------------------------
1 | import { createContext } from 'react'
2 |
3 | // Make sure the shape of the default value passed to
4 | // createContext matches the shape that the consumers expect!
5 | export const TabsContext = createContext({
6 | activeId: '',
7 | })
8 |
--------------------------------------------------------------------------------
/src/setupTests.js:
--------------------------------------------------------------------------------
1 | // jest-dom adds custom jest matchers for asserting on DOM nodes.
2 | // allows you to do things like:
3 | // expect(element).toHaveTextContent(/react/i)
4 | // learn more: https://github.com/testing-library/jest-dom
5 | import '@testing-library/jest-dom/extend-expect'
6 |
--------------------------------------------------------------------------------
/src/lib/Overlay/OverlayContext.tsx:
--------------------------------------------------------------------------------
1 | import { createContext } from 'react'
2 |
3 | // Make sure the shape of the default value passed to
4 | // createContext matches the shape that the consumers expect!
5 | export const DropdownContext = createContext({
6 | onClick: (e: any) => {},
7 | })
8 |
--------------------------------------------------------------------------------
/.storybook/preview.js:
--------------------------------------------------------------------------------
1 | // import css for san serif font styling
2 | import './preview.css'
3 |
4 | export const parameters = {
5 | actions: { argTypesRegex: '^on[A-Z].*' },
6 | darkMode: {
7 | darkClass: 'dark',
8 | lightClass: 'light',
9 | stylePreview: true,
10 | },
11 | }
12 |
--------------------------------------------------------------------------------
/src/components/InputOld/Input.css:
--------------------------------------------------------------------------------
1 | .form-input:disabled {
2 | @apply bg-gray-100 cursor-not-allowed;
3 | }
4 |
5 | .form-input--small {
6 | @apply text-sm py-1;
7 | }
8 |
9 | .form-input--medium {
10 | @apply text-base;
11 | }
12 |
13 | .form-input--error {
14 | @apply border-red-500;
15 | }
16 |
--------------------------------------------------------------------------------
/src/components/Image/Image.module.css:
--------------------------------------------------------------------------------
1 | .sbui-image {
2 |
3 | }
4 |
5 | .sbui-image-circle {
6 | @apply rounded-full;
7 | }
8 |
9 | .sbui-image-normal {
10 |
11 | }
12 |
13 | .sbui-image-rounded {
14 | @apply rounded
15 | }
16 |
17 | .sbui-image-responsive {
18 | @apply w-full;
19 | @apply h-auto;
20 |
21 | }
--------------------------------------------------------------------------------
/src/components/Checkbox/CheckboxContext.tsx:
--------------------------------------------------------------------------------
1 | import { createContext } from 'react'
2 |
3 | // Make sure the shape of the default value passed to
4 | // createContext matches the shape that the consumers expect!
5 | export const CheckboxContext = createContext({
6 | parentCallback: (e: any) => {},
7 | name: '',
8 | parentSize: '',
9 | })
10 |
--------------------------------------------------------------------------------
/src/components/InputOld/Input.stories.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import { Input } from '.'
4 |
5 | export default {
6 | title: 'Archive/Input Old',
7 | component: Input,
8 | }
9 |
10 | export const Default = (args) =>
11 | Default.args = {
12 | placeholder: 'Type text here ...',
13 | disabled: false
14 | }
15 |
--------------------------------------------------------------------------------
/src/components/Textarea/Textarea.stories.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import { Textarea } from '.'
4 |
5 | export default {
6 | title: 'Archive/Textarea',
7 | component: Textarea,
8 | }
9 |
10 | export const Default = (args) =>
11 | Default.args = {
12 | placeholder: 'Type text here ...',
13 | disabled: false
14 | }
15 |
--------------------------------------------------------------------------------
/src/lib/Layout/InputIconContainer.tsx:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | // @ts-ignore
3 | import InputIconContainerStyles from './InputIconContainer.module.css'
4 |
5 | export default function InputIconContainer({ icon }: any) {
6 | return (
7 |
8 | {icon}
9 |
10 | )
11 | }
12 |
--------------------------------------------------------------------------------
/src/components/Radio/RadioContext.tsx:
--------------------------------------------------------------------------------
1 | import { createContext } from 'react'
2 |
3 | // Make sure the shape of the default value passed to
4 | // createContext matches the shape that the consumers expect!
5 | export const RadioContext = createContext({
6 | parentCallback: (e: any) => {},
7 | type: '',
8 | name: '',
9 | activeId: '',
10 | parentSize: '',
11 | })
12 |
--------------------------------------------------------------------------------
/babel.config.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | presets: [
3 | [
4 | '@babel/env',
5 | {
6 | modules: false,
7 | loose: true,
8 | targets: {
9 | browsers: ['>2%'],
10 | },
11 | },
12 | ],
13 | '@babel/preset-react',
14 | ],
15 | plugins: ['@babel/plugin-transform-runtime', 'add-react-displayname'],
16 | }
17 |
--------------------------------------------------------------------------------
/.eslintrc.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | root: true,
3 | env: {
4 | browser: true,
5 | node: true,
6 | },
7 | parserOptions: {
8 | parser: 'babel-eslint',
9 | },
10 | extends: [
11 | 'react-app',
12 | 'prettier',
13 | 'plugin:prettier/recommended',
14 | ],
15 | plugins: ['prettier'],
16 | // add your custom rules here
17 | rules: {},
18 | }
19 |
--------------------------------------------------------------------------------
/src/components/Icon/IconContext.tsx:
--------------------------------------------------------------------------------
1 | import { createContext } from 'react'
2 |
3 | type ContextValue = { contextSize?: string; className?: string }
4 |
5 | // Make sure the shape of the default value passed to
6 | // createContext matches the shape that the consumers expect!
7 | export const IconContext = createContext({
8 | contextSize: '',
9 | className: '',
10 | })
11 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconX/IconX.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/x'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconX(props: any) {
9 | return
10 | }
11 |
12 | export default IconX
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTv/IconTv.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/tv'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTv(props: any) {
9 | return
10 | }
11 |
12 | export default IconTv
13 |
--------------------------------------------------------------------------------
/.storybook/preview.css:
--------------------------------------------------------------------------------
1 | .dark,
2 | .light {
3 | font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
4 | 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
5 | 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
6 | }
7 |
8 | .dark,
9 | .dark .docs-story {
10 | background: #181818;
11 | }
12 |
13 | .light {
14 | background: '#ffffff';
15 | }
16 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBox/IconBox.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/box'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBox(props: any) {
9 | return
10 | }
11 |
12 | export default IconBox
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCpu/IconCpu.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/cpu'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCpu(props: any) {
9 | return
10 | }
11 |
12 | export default IconCpu
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEye/IconEye.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/eye'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconEye(props: any) {
9 | return
10 | }
11 |
12 | export default IconEye
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconKey/IconKey.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/key'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconKey(props: any) {
9 | return
10 | }
11 |
12 | export default IconKey
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMap/IconMap.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/map'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMap(props: any) {
9 | return
10 | }
11 |
12 | export default IconMap
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMeh/IconMeh.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/meh'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMeh(props: any) {
9 | return
10 | }
11 |
12 | export default IconMeh
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMic/IconMic.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/mic'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMic(props: any) {
9 | return
10 | }
11 |
12 | export default IconMic
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRss/IconRss.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/rss'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRss(props: any) {
9 | return
10 | }
11 |
12 | export default IconRss
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSun/IconSun.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/sun'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSun(props: any) {
9 | return
10 | }
11 |
12 | export default IconSun
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTag/IconTag.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/tag'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTag(props: any) {
9 | return
10 | }
11 |
12 | export default IconTag
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZap/IconZap.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/zap'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconZap(props: any) {
9 | return
10 | }
11 |
12 | export default IconZap
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBell/IconBell.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bell'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBell(props: any) {
9 | return
10 | }
11 |
12 | export default IconBell
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBold/IconBold.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bold'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBold(props: any) {
9 | return
10 | }
11 |
12 | export default IconBold
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBook/IconBook.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/book'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBook(props: any) {
9 | return
10 | }
11 |
12 | export default IconBook
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCast/IconCast.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/cast'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCast(props: any) {
9 | return
10 | }
11 |
12 | export default IconCast
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCode/IconCode.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/code'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCode(props: any) {
9 | return
10 | }
11 |
12 | export default IconCode
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCopy/IconCopy.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/copy'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCopy(props: any) {
9 | return
10 | }
11 |
12 | export default IconCopy
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCrop/IconCrop.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/crop'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCrop(props: any) {
9 | return
10 | }
11 |
12 | export default IconCrop
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDisc/IconDisc.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/disc'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDisc(props: any) {
9 | return
10 | }
11 |
12 | export default IconDisc
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEdit/IconEdit.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/edit'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconEdit(props: any) {
9 | return
10 | }
11 |
12 | export default IconEdit
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFile/IconFile.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/file'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFile(props: any) {
9 | return
10 | }
11 |
12 | export default IconFile
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFilm/IconFilm.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/film'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFilm(props: any) {
9 | return
10 | }
11 |
12 | export default IconFilm
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFlag/IconFlag.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/flag'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFlag(props: any) {
9 | return
10 | }
11 |
12 | export default IconFlag
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGift/IconGift.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/gift'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGift(props: any) {
9 | return
10 | }
11 |
12 | export default IconGift
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGrid/IconGrid.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/grid'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGrid(props: any) {
9 | return
10 | }
11 |
12 | export default IconGrid
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHash/IconHash.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/hash'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHash(props: any) {
9 | return
10 | }
11 |
12 | export default IconHash
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHome/IconHome.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/home'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHome(props: any) {
9 | return
10 | }
11 |
12 | export default IconHome
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconInfo/IconInfo.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/info'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconInfo(props: any) {
9 | return
10 | }
11 |
12 | export default IconInfo
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLink/IconLink.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/link'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLink(props: any) {
9 | return
10 | }
11 |
12 | export default IconLink
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconList/IconList.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/list'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconList(props: any) {
9 | return
10 | }
11 |
12 | export default IconList
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLock/IconLock.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/lock'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLock(props: any) {
9 | return
10 | }
11 |
12 | export default IconLock
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMail/IconMail.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/mail'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMail(props: any) {
9 | return
10 | }
11 |
12 | export default IconMail
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMenu/IconMenu.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/menu'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMenu(props: any) {
9 | return
10 | }
11 |
12 | export default IconMenu
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMoon/IconMoon.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/moon'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMoon(props: any) {
9 | return
10 | }
11 |
12 | export default IconMoon
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMove/IconMove.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/move'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMove(props: any) {
9 | return
10 | }
11 |
12 | export default IconMove
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlay/IconPlay.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/play'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPlay(props: any) {
9 | return
10 | }
11 |
12 | export default IconPlay
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlus/IconPlus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/plus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPlus(props: any) {
9 | return
10 | }
11 |
12 | export default IconPlus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSave/IconSave.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/save'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSave(props: any) {
9 | return
10 | }
11 |
12 | export default IconSave
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSend/IconSend.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/send'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSend(props: any) {
9 | return
10 | }
11 |
12 | export default IconSend
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconStar/IconStar.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/star'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconStar(props: any) {
9 | return
10 | }
11 |
12 | export default IconStar
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTool/IconTool.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/tool'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTool(props: any) {
9 | return
10 | }
11 |
12 | export default IconTool
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconType/IconType.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/type'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconType(props: any) {
9 | return
10 | }
11 |
12 | export default IconType
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUser/IconUser.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/user'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUser(props: any) {
9 | return
10 | }
11 |
12 | export default IconUser
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWifi/IconWifi.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/wifi'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconWifi(props: any) {
9 | return
10 | }
11 |
12 | export default IconWifi
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWind/IconWind.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/wind'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconWind(props: any) {
9 | return
10 | }
11 |
12 | export default IconWind
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAward/IconAward.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/award'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAward(props: any) {
9 | return
10 | }
11 |
12 | export default IconAward
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCheck/IconCheck.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/check'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCheck(props: any) {
9 | return
10 | }
11 |
12 | export default IconCheck
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconClock/IconClock.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/clock'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconClock(props: any) {
9 | return
10 | }
11 |
12 | export default IconClock
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloud/IconCloud.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/cloud'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCloud(props: any) {
9 | return
10 | }
11 |
12 | export default IconCloud
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEdit2/IconEdit2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/edit-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconEdit2(props: any) {
9 | return
10 | }
11 |
12 | export default IconEdit2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEdit3/IconEdit3.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/edit-3'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconEdit3(props: any) {
9 | return
10 | }
11 |
12 | export default IconEdit3
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFigma/IconFigma.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/figma'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFigma(props: any) {
9 | return
10 | }
11 |
12 | export default IconFigma
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFrown/IconFrown.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/frown'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFrown(props: any) {
9 | return
10 | }
11 |
12 | export default IconFrown
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGlobe/IconGlobe.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/globe'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGlobe(props: any) {
9 | return
10 | }
11 |
12 | export default IconGlobe
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHeart/IconHeart.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/heart'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHeart(props: any) {
9 | return
10 | }
11 |
12 | export default IconHeart
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconImage/IconImage.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/image'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconImage(props: any) {
9 | return
10 | }
11 |
12 | export default IconImage
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconInbox/IconInbox.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/inbox'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconInbox(props: any) {
9 | return
10 | }
11 |
12 | export default IconInbox
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLink2/IconLink2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/link-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLink2(props: any) {
9 | return
10 | }
11 |
12 | export default IconLink2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLogIn/IconLogIn.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/log-in'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLogIn(props: any) {
9 | return
10 | }
11 |
12 | export default IconLogIn
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinus/IconMinus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/minus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMinus(props: any) {
9 | return
10 | }
11 |
12 | export default IconMinus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMusic/IconMusic.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/music'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMusic(props: any) {
9 | return
10 | }
11 |
12 | export default IconMusic
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPause/IconPause.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/pause'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPause(props: any) {
9 | return
10 | }
11 |
12 | export default IconPause
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhone/IconPhone.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/phone'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPhone(props: any) {
9 | return
10 | }
11 |
12 | export default IconPhone
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPower/IconPower.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/power'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPower(props: any) {
9 | return
10 | }
11 |
12 | export default IconPower
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRadio/IconRadio.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/radio'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRadio(props: any) {
9 | return
10 | }
11 |
12 | export default IconRadio
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShare/IconShare.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/share'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconShare(props: any) {
9 | return
10 | }
11 |
12 | export default IconShare
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSlack/IconSlack.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/slack'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSlack(props: any) {
9 | return
10 | }
11 |
12 | export default IconSlack
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSlash/IconSlash.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/slash'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSlash(props: any) {
9 | return
10 | }
11 |
12 | export default IconSlash
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSmile/IconSmile.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/smile'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSmile(props: any) {
9 | return
10 | }
11 |
12 | export default IconSmile
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrash/IconTrash.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/trash'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTrash(props: any) {
9 | return
10 | }
11 |
12 | export default IconTrash
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTruck/IconTruck.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/truck'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTruck(props: any) {
9 | return
10 | }
11 |
12 | export default IconTruck
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserX/IconUserX.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/user-x'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUserX(props: any) {
9 | return
10 | }
11 |
12 | export default IconUserX
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUsers/IconUsers.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/users'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUsers(props: any) {
9 | return
10 | }
11 |
12 | export default IconUsers
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVideo/IconVideo.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/video'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVideo(props: any) {
9 | return
10 | }
11 |
12 | export default IconVideo
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWatch/IconWatch.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/watch'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconWatch(props: any) {
9 | return
10 | }
11 |
12 | export default IconWatch
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAnchor/IconAnchor.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/anchor'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAnchor(props: any) {
9 | return
10 | }
11 |
12 | export default IconAnchor
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAtSign/IconAtSign.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/at-sign'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAtSign(props: any) {
9 | return
10 | }
11 |
12 | export default IconAtSign
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCamera/IconCamera.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/camera'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCamera(props: any) {
9 | return
10 | }
11 |
12 | export default IconCamera
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChrome/IconChrome.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/chrome'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconChrome(props: any) {
9 | return
10 | }
11 |
12 | export default IconChrome
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCircle/IconCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCoffee/IconCoffee.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/coffee'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCoffee(props: any) {
9 | return
10 | }
11 |
12 | export default IconCoffee
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDelete/IconDelete.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/delete'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDelete(props: any) {
9 | return
10 | }
11 |
12 | export default IconDelete
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDivide/IconDivide.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/divide'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDivide(props: any) {
9 | return
10 | }
11 |
12 | export default IconDivide
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconEyeOff/IconEyeOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/eye-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconEyeOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconEyeOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFilter/IconFilter.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/filter'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFilter(props: any) {
9 | return
10 | }
11 |
12 | export default IconFilter
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFolder/IconFolder.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/folder'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFolder(props: any) {
9 | return
10 | }
11 |
12 | export default IconFolder
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFramer/IconFramer.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/framer'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFramer(props: any) {
9 | return
10 | }
11 |
12 | export default IconFramer
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitHub/IconGitHub.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/github'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGitHub(props: any) {
9 | return
10 | }
11 |
12 | export default IconGitHub
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitlab/IconGitlab.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/gitlab'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGitlab(props: any) {
9 | return
10 | }
11 |
12 | export default IconGitlab
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconItalic/IconItalic.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/italic'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconItalic(props: any) {
9 | return
10 | }
11 |
12 | export default IconItalic
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLayers/IconLayers.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/layers'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLayers(props: any) {
9 | return
10 | }
11 |
12 | export default IconLayers
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLayout/IconLayout.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/layout'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLayout(props: any) {
9 | return
10 | }
11 |
12 | export default IconLayout
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLoader/IconLoader.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/loader'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLoader(props: any) {
9 | return
10 | }
11 |
12 | export default IconLoader
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLogOut/IconLogOut.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/log-out'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLogOut(props: any) {
9 | return
10 | }
11 |
12 | export default IconLogOut
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMapPin/IconMapPin.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/map-pin'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMapPin(props: any) {
9 | return
10 | }
11 |
12 | export default IconMapPin
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMicOff/IconMicOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/mic-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMicOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconMicOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPocket/IconPocket.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/pocket'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPocket(props: any) {
9 | return
10 | }
11 |
12 | export default IconPocket
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRepeat/IconRepeat.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/repeat'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRepeat(props: any) {
9 | return
10 | }
11 |
12 | export default IconRepeat
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRewind/IconRewind.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/rewind'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRewind(props: any) {
9 | return
10 | }
11 |
12 | export default IconRewind
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSearch/IconSearch.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/search'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSearch(props: any) {
9 | return
10 | }
11 |
12 | export default IconSearch
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconServer/IconServer.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/server'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconServer(props: any) {
9 | return
10 | }
11 |
12 | export default IconServer
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShare2/IconShare2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/share-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconShare2(props: any) {
9 | return
10 | }
11 |
12 | export default IconShare2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShield/IconShield.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/shield'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconShield(props: any) {
9 | return
10 | }
11 |
12 | export default IconShield
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSquare/IconSquare.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/square'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSquare(props: any) {
9 | return
10 | }
11 |
12 | export default IconSquare
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSunset/IconSunset.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/sunset'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSunset(props: any) {
9 | return
10 | }
11 |
12 | export default IconSunset
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTablet/IconTablet.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/tablet'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTablet(props: any) {
9 | return
10 | }
11 |
12 | export default IconTablet
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTarget/IconTarget.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/target'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTarget(props: any) {
9 | return
10 | }
11 |
12 | export default IconTarget
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrash2/IconTrash2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/trash-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTrash2(props: any) {
9 | return
10 | }
11 |
12 | export default IconTrash2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrello/IconTrello.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/trello'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTrello(props: any) {
9 | return
10 | }
11 |
12 | export default IconTrello
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTwitch/IconTwitch.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/twitch'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTwitch(props: any) {
9 | return
10 | }
11 |
12 | export default IconTwitch
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUnlock/IconUnlock.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/unlock'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUnlock(props: any) {
9 | return
10 | }
11 |
12 | export default IconUnlock
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUpload/IconUpload.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/upload'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUpload(props: any) {
9 | return
10 | }
11 |
12 | export default IconUpload
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolume/IconVolume.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/volume'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVolume(props: any) {
9 | return
10 | }
11 |
12 | export default IconVolume
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZapOff/IconZapOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/zap-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconZapOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconZapOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZoomIn/IconZoomIn.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/zoom-in'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconZoomIn(props: any) {
9 | return
10 | }
11 |
12 | export default IconZoomIn
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAirplay/IconAirplay.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/airplay'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAirplay(props: any) {
9 | return
10 | }
11 |
12 | export default IconAirplay
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArchive/IconArchive.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/archive'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconArchive(props: any) {
9 | return
10 | }
11 |
12 | export default IconArchive
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowUp/IconArrowUp.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/arrow-up'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconArrowUp(props: any) {
9 | return
10 | }
11 |
12 | export default IconArrowUp
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBattery/IconBattery.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/battery'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBattery(props: any) {
9 | return
10 | }
11 |
12 | export default IconBattery
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBellOff/IconBellOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bell-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBellOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconBellOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCodepen/IconCodepen.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/codepen'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCodepen(props: any) {
9 | return
10 | }
11 |
12 | export default IconCodepen
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconColumns/IconColumns.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/columns'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconColumns(props: any) {
9 | return
10 | }
11 |
12 | export default IconColumns
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCommand/IconCommand.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/command'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCommand(props: any) {
9 | return
10 | }
11 |
12 | export default IconCommand
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCompass/IconCompass.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/compass'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCompass(props: any) {
9 | return
10 | }
11 |
12 | export default IconCompass
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDroplet/IconDroplet.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/droplet'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDroplet(props: any) {
9 | return
10 | }
11 |
12 | export default IconDroplet
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFeather/IconFeather.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/feather'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFeather(props: any) {
9 | return
10 | }
11 |
12 | export default IconFeather
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHexagon/IconHexagon.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/hexagon'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHexagon(props: any) {
9 | return
10 | }
11 |
12 | export default IconHexagon
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMonitor/IconMonitor.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/monitor'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMonitor(props: any) {
9 | return
10 | }
11 |
12 | export default IconMonitor
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconOctagon/IconOctagon.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/octagon'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconOctagon(props: any) {
9 | return
10 | }
11 |
12 | export default IconOctagon
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPackage/IconPackage.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/package'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPackage(props: any) {
9 | return
10 | }
11 |
12 | export default IconPackage
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPenTool/IconPenTool.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/pen-tool'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPenTool(props: any) {
9 | return
10 | }
11 |
12 | export default IconPenTool
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPercent/IconPercent.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/percent'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPercent(props: any) {
9 | return
10 | }
11 |
12 | export default IconPercent
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPrinter/IconPrinter.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/printer'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPrinter(props: any) {
9 | return
10 | }
11 |
12 | export default IconPrinter
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShuffle/IconShuffle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/shuffle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconShuffle(props: any) {
9 | return
10 | }
11 |
12 | export default IconShuffle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSidebar/IconSidebar.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/sidebar'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSidebar(props: any) {
9 | return
10 | }
11 |
12 | export default IconSidebar
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSliders/IconSliders.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/sliders'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSliders(props: any) {
9 | return
10 | }
11 |
12 | export default IconSliders
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSpeaker/IconSpeaker.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/speaker'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSpeaker(props: any) {
9 | return
10 | }
11 |
12 | export default IconSpeaker
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSunrise/IconSunrise.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/sunrise'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSunrise(props: any) {
9 | return
10 | }
11 |
12 | export default IconSunrise
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTwitter/IconTwitter.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/twitter'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTwitter(props: any) {
9 | return
10 | }
11 |
12 | export default IconTwitter
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolume1/IconVolume1.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/volume-1'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVolume1(props: any) {
9 | return
10 | }
11 |
12 | export default IconVolume1
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolume2/IconVolume2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/volume-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVolume2(props: any) {
9 | return
10 | }
11 |
12 | export default IconVolume2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVolumeX/IconVolumeX.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/volume-x'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVolumeX(props: any) {
9 | return
10 | }
11 |
12 | export default IconVolumeX
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconWifiOff/IconWifiOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/wifi-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconWifiOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconWifiOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconXCircle/IconXCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/x-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconXCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconXCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconXSquare/IconXSquare.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/x-square'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconXSquare(props: any) {
9 | return
10 | }
11 |
12 | export default IconXSquare
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconYoutube/IconYoutube.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/youtube'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconYoutube(props: any) {
9 | return
10 | }
11 |
12 | export default IconYoutube
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconZoomOut/IconZoomOut.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/zoom-out'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconZoomOut(props: any) {
9 | return
10 | }
11 |
12 | export default IconZoomOut
13 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2 |
3 | # dependencies
4 | /node_modules
5 | /.pnp
6 | .pnp.js
7 |
8 | # testing
9 | /coverage
10 |
11 | # production
12 | /build
13 | dist
14 |
15 | # misc
16 | .DS_Store
17 | .env.local
18 | .env.development.local
19 | .env.test.local
20 | .env.production.local
21 |
22 | npm-debug.log*
23 | yarn-debug.log*
24 | yarn-error.log*
25 |
26 | .vscode
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconActivity/IconActivity.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/activity'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconActivity(props: any) {
9 | return
10 | }
11 |
12 | export default IconActivity
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAperture/IconAperture.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/aperture'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAperture(props: any) {
9 | return
10 | }
11 |
12 | export default IconAperture
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBarChart/IconBarChart.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bar-chart'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBarChart(props: any) {
9 | return
10 | }
11 |
12 | export default IconBarChart
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBookOpen/IconBookOpen.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/book-open'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBookOpen(props: any) {
9 | return
10 | }
11 |
12 | export default IconBookOpen
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBookmark/IconBookmark.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bookmark'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBookmark(props: any) {
9 | return
10 | }
11 |
12 | export default IconBookmark
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCalendar/IconCalendar.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/calendar'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCalendar(props: any) {
9 | return
10 | }
11 |
12 | export default IconCalendar
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudOff/IconCloudOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/cloud-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCloudOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconCloudOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDatabase/IconDatabase.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/database'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDatabase(props: any) {
9 | return
10 | }
11 |
12 | export default IconDatabase
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDownload/IconDownload.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/download'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDownload(props: any) {
9 | return
10 | }
11 |
12 | export default IconDownload
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDribbble/IconDribbble.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/dribbble'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDribbble(props: any) {
9 | return
10 | }
11 |
12 | export default IconDribbble
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFacebook/IconFacebook.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/facebook'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFacebook(props: any) {
9 | return
10 | }
11 |
12 | export default IconFacebook
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFilePlus/IconFilePlus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/file-plus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFilePlus(props: any) {
9 | return
10 | }
11 |
12 | export default IconFilePlus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFileText/IconFileText.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/file-text'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFileText(props: any) {
9 | return
10 | }
11 |
12 | export default IconFileText
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitMerge/IconGitMerge.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/git-merge'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGitMerge(props: any) {
9 | return
10 | }
11 |
12 | export default IconGitMerge
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLifeBuoy/IconLifeBuoy.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/life-buoy'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLifeBuoy(props: any) {
9 | return
10 | }
11 |
12 | export default IconLifeBuoy
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconLinkedin/IconLinkedin.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/linkedin'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconLinkedin(props: any) {
9 | return
10 | }
11 |
12 | export default IconLinkedin
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMaximize/IconMaximize.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/maximize'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMaximize(props: any) {
9 | return
10 | }
11 |
12 | export default IconMaximize
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinimize/IconMinimize.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/minimize'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMinimize(props: any) {
9 | return
10 | }
11 |
12 | export default IconMinimize
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneOff/IconPhoneOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/phone-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPhoneOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconPhoneOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPieChart/IconPieChart.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/pie-chart'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPieChart(props: any) {
9 | return
10 | }
11 |
12 | export default IconPieChart
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRotateCw/IconRotateCw.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/rotate-cw'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRotateCw(props: any) {
9 | return
10 | }
11 |
12 | export default IconRotateCw
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconScissors/IconScissors.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/scissors'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconScissors(props: any) {
9 | return
10 | }
11 |
12 | export default IconScissors
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSettings/IconSettings.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/settings'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSettings(props: any) {
9 | return
10 | }
11 |
12 | export default IconSettings
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSkipBack/IconSkipBack.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/skip-back'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSkipBack(props: any) {
9 | return
10 | }
11 |
12 | export default IconSkipBack
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTerminal/IconTerminal.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/terminal'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTerminal(props: any) {
9 | return
10 | }
11 |
12 | export default IconTerminal
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconThumbsUp/IconThumbsUp.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/thumbs-up'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconThumbsUp(props: any) {
9 | return
10 | }
11 |
12 | export default IconThumbsUp
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTriangle/IconTriangle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/triangle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTriangle(props: any) {
9 | return
10 | }
11 |
12 | export default IconTriangle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUmbrella/IconUmbrella.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/umbrella'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUmbrella(props: any) {
9 | return
10 | }
11 |
12 | export default IconUmbrella
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserPlus/IconUserPlus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/user-plus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUserPlus(props: any) {
9 | return
10 | }
11 |
12 | export default IconUserPlus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVideoOff/IconVideoOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/video-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVideoOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconVideoOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconXOctagon/IconXOctagon.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/x-octagon'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconXOctagon(props: any) {
9 | return
10 | }
11 |
12 | export default IconXOctagon
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignLeft/IconAlignLeft.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/align-left'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAlignLeft(props: any) {
9 | return
10 | }
11 |
12 | export default IconAlignLeft
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowDown/IconArrowDown.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/arrow-down'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconArrowDown(props: any) {
9 | return
10 | }
11 |
12 | export default IconArrowDown
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowLeft/IconArrowLeft.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/arrow-left'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconArrowLeft(props: any) {
9 | return
10 | }
11 |
12 | export default IconArrowLeft
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBarChart2/IconBarChart2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bar-chart-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBarChart2(props: any) {
9 | return
10 | }
11 |
12 | export default IconBarChart2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBluetooth/IconBluetooth.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/bluetooth'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBluetooth(props: any) {
9 | return
10 | }
11 |
12 | export default IconBluetooth
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconBriefcase/IconBriefcase.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/briefcase'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconBriefcase(props: any) {
9 | return
10 | }
11 |
12 | export default IconBriefcase
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCameraOff/IconCameraOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/camera-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCameraOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconCameraOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronUp/IconChevronUp.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/chevron-up'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconChevronUp(props: any) {
9 | return
10 | }
11 |
12 | export default IconChevronUp
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconClipboard/IconClipboard.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/clipboard'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconClipboard(props: any) {
9 | return
10 | }
11 |
12 | export default IconClipboard
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudRain/IconCloudRain.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/cloud-rain'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCloudRain(props: any) {
9 | return
10 | }
11 |
12 | export default IconCloudRain
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCloudSnow/IconCloudSnow.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/cloud-snow'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCloudSnow(props: any) {
9 | return
10 | }
11 |
12 | export default IconCloudSnow
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCrosshair/IconCrosshair.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/crosshair'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCrosshair(props: any) {
9 | return
10 | }
11 |
12 | export default IconCrosshair
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFileMinus/IconFileMinus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/file-minus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFileMinus(props: any) {
9 | return
10 | }
11 |
12 | export default IconFileMinus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitBranch/IconGitBranch.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/git-branch'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGitBranch(props: any) {
9 | return
10 | }
11 |
12 | export default IconGitBranch
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconGitCommit/IconGitCommit.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/git-commit'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconGitCommit(props: any) {
9 | return
10 | }
11 |
12 | export default IconGitCommit
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHardDrive/IconHardDrive.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/hard-drive'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHardDrive(props: any) {
9 | return
10 | }
11 |
12 | export default IconHardDrive
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconInstagram/IconInstagram.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/instagram'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconInstagram(props: any) {
9 | return
10 | }
11 |
12 | export default IconInstagram
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMaximize2/IconMaximize2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/maximize-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMaximize2(props: any) {
9 | return
10 | }
11 |
12 | export default IconMaximize2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinimize2/IconMinimize2.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/minimize-2'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMinimize2(props: any) {
9 | return
10 | }
11 |
12 | export default IconMinimize2
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPaperclip/IconPaperclip.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/paperclip'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPaperclip(props: any) {
9 | return
10 | }
11 |
12 | export default IconPaperclip
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPhoneCall/IconPhoneCall.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/phone-call'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPhoneCall(props: any) {
9 | return
10 | }
11 |
12 | export default IconPhoneCall
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRefreshCw/IconRefreshCw.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/refresh-cw'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRefreshCw(props: any) {
9 | return
10 | }
11 |
12 | export default IconRefreshCw
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRotateCcw/IconRotateCcw.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/rotate-ccw'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRotateCcw(props: any) {
9 | return
10 | }
11 |
12 | export default IconRotateCcw
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconShieldOff/IconShieldOff.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/shield-off'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconShieldOff(props: any) {
9 | return
10 | }
11 |
12 | export default IconShieldOff
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUnderline/IconUnderline.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/underline'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUnderline(props: any) {
9 | return
10 | }
11 |
12 | export default IconUnderline
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserCheck/IconUserCheck.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/user-check'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUserCheck(props: any) {
9 | return
10 | }
11 |
12 | export default IconUserCheck
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconUserMinus/IconUserMinus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/user-minus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconUserMinus(props: any) {
9 | return
10 | }
11 |
12 | export default IconUserMinus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconVoicemail/IconVoicemail.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/voicemail'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconVoicemail(props: any) {
9 | return
10 | }
11 |
12 | export default IconVoicemail
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignRight/IconAlignRight.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/align-right'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAlignRight(props: any) {
9 | return
10 | }
11 |
12 | export default IconAlignRight
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowRight/IconArrowRight.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/arrow-right'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconArrowRight(props: any) {
9 | return
10 | }
11 |
12 | export default IconArrowRight
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronsUp/IconChevronsUp.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/chevrons-up'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconChevronsUp(props: any) {
9 | return
10 | }
11 |
12 | export default IconChevronsUp
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCreditCard/IconCreditCard.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/credit-card'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCreditCard(props: any) {
9 | return
10 | }
11 |
12 | export default IconCreditCard
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconDollarSign/IconDollarSign.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/dollar-sign'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconDollarSign(props: any) {
9 | return
10 | }
11 |
12 | export default IconDollarSign
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFolderPlus/IconFolderPlus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/folder-plus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFolderPlus(props: any) {
9 | return
10 | }
11 |
12 | export default IconFolderPlus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHeadphones/IconHeadphones.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/headphones'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHeadphones(props: any) {
9 | return
10 | }
11 |
12 | export default IconHeadphones
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconHelpCircle/IconHelpCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/help-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconHelpCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconHelpCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconNavigation/IconNavigation.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/navigation'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconNavigation(props: any) {
9 | return
10 | }
11 |
12 | export default IconNavigation
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlayCircle/IconPlayCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/play-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPlayCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconPlayCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlusCircle/IconPlusCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/plus-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPlusCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconPlusCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconPlusSquare/IconPlusSquare.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/plus-square'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconPlusSquare(props: any) {
9 | return
10 | }
11 |
12 | export default IconPlusSquare
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconRefreshCcw/IconRefreshCcw.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/refresh-ccw'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconRefreshCcw(props: any) {
9 | return
10 | }
11 |
12 | export default IconRefreshCcw
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconSmartphone/IconSmartphone.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/smartphone'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconSmartphone(props: any) {
9 | return
10 | }
11 |
12 | export default IconSmartphone
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconStopCircle/IconStopCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/stop-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconStopCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconStopCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconThumbsDown/IconThumbsDown.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/thumbs-down'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconThumbsDown(props: any) {
9 | return
10 | }
11 |
12 | export default IconThumbsDown
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconToggleLeft/IconToggleLeft.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/toggle-left'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconToggleLeft(props: any) {
9 | return
10 | }
11 |
12 | export default IconToggleLeft
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconTrendingUp/IconTrendingUp.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/trending-up'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconTrendingUp(props: any) {
9 | return
10 | }
11 |
12 | export default IconTrendingUp
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlertCircle/IconAlertCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/alert-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAlertCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconAlertCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconAlignCenter/IconAlignCenter.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/align-center'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconAlignCenter(props: any) {
9 | return
10 | }
11 |
12 | export default IconAlignCenter
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconArrowUpLeft/IconArrowUpLeft.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/arrow-up-left'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconArrowUpLeft(props: any) {
9 | return
10 | }
11 |
12 | export default IconArrowUpLeft
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCheckCircle/IconCheckCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/check-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCheckCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconCheckCircle
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCheckSquare/IconCheckSquare.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/check-square'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCheckSquare(props: any) {
9 | return
10 | }
11 |
12 | export default IconCheckSquare
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronDown/IconChevronDown.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/chevron-down'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconChevronDown(props: any) {
9 | return
10 | }
11 |
12 | export default IconChevronDown
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconChevronLeft/IconChevronLeft.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/chevron-left'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconChevronLeft(props: any) {
9 | return
10 | }
11 |
12 | export default IconChevronLeft
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconCodesandbox/IconCodesandbox.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/codesandbox'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconCodesandbox(props: any) {
9 | return
10 | }
11 |
12 | export default IconCodesandbox
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFastForward/IconFastForward.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/fast-forward'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFastForward(props: any) {
9 | return
10 | }
11 |
12 | export default IconFastForward
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconFolderMinus/IconFolderMinus.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/folder-minus'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconFolderMinus(props: any) {
9 | return
10 | }
11 |
12 | export default IconFolderMinus
13 |
--------------------------------------------------------------------------------
/src/components/Icon/icons/IconMinusCircle/IconMinusCircle.tsx:
--------------------------------------------------------------------------------
1 | // DO NOT EDIT
2 | // this file is generated by /internals/populate-icons script
3 | import React from 'react'
4 | // @ts-ignore
5 | import Icon from 'react-feather/dist/icons/minus-circle'
6 | import IconBase from './../../IconBase'
7 |
8 | function IconMinusCircle(props: any) {
9 | return
10 | }
11 |
12 | export default IconMinusCircle
13 |
--------------------------------------------------------------------------------