icon

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
1,398
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
24 KB
Demos:
2 contributors
Install icon as a package?
Copied
npm i @bit/mui-org.material-ui.icon
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
modifieddraft
modifieddraft
chevron_left
chevron_right
icon ()
Properties
NameTypeDescription
children
node

The name of the icon font ligature.

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
color
'inherit' | 'primary' | 'secondary' | 'action' | 'error' | 'disabled'

The color of the component. It supports those theme colors that make sense for this component.

component
elementType

The component used for the root node. Either a string to use a DOM element or a component.

fontSize
'inherit' | 'default' | 'small' | 'large'

The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.

Help and resources