Home
Getting Started
Components
AlertAnimateHeightAvatarAvatarListBadgeButtonButtonMenuCalendarCalendarRangeCardCarouselChipClickOutsideContainerContentLoaderCurrencyDataTableDatePickerDateTimePickerDividerDrawerDropdownFloatingActionsGoogleMapGridIconIconDotIfInfiniteScrollKW LogoLoaderModalMonthPickerMonthRangeNavIconOptionsTogglePaginationPartnerLogoResponsiveSVG IconPropsHow to use in React appsExamplesSnackbarStaticMapStatusIndicatorTabTableTimePickerToastsTooltip
Forms
Typography
Utilities
Visualization Components
SVGIcon
Production ready SVG components.
Additional reference to Icons can be found here.
Props
label
String
primaryColor
String
secondaryColor
String
size
'small' │ 'medium' │ 'large'
How to use in React apps
Find the name of the icon you wish to use, and simply import it from SVGIcon/icons/icon-name
import DesignsDuotone from 'real-react/SVGIcon/icons/designs-duotone';
Then use it as a regular React component
<DesignsDuotone size="large" />