svg-icon

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
268,644
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
24 KB
Node passed into the SVG element.
2 contributors
Install svg-icon as a package?
Copied
npm i @bit/mui-org.material-ui.svg-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
chevron_left
chevron_right

Node passed into the SVG element.

The color of the component. It supports those theme colors that make sense for this component. You can use the htmlColor prop to apply a color attribute to the SVG element.

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

Applies a color attribute to the SVG element.

The shape-rendering attribute. The behavior of the different options is described on the MDN Web Docs. If you are having issues with blurry icons you should investigate this prop.

Provides a human-readable title for the element that contains it. https://www.w3.org/TR/SVG-access/#Equivalent

Allows you to redefine what the coordinates without units mean inside an SVG element. For example, if the SVG element is 500 (width) by 200 (height), and you pass viewBox="0 0 50 20", this means that the coordinates inside the SVG will go from the top left corner (0,0) to bottom right (50,20) and each unit will be worth 10px.

Properties
NameTypeDescription
children
node

Node passed into the SVG element.

classes
object

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

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

The color of the component. It supports those theme colors that make sense for this component. You can use the htmlColor prop to apply a color attribute to the SVG element.

component
elementType

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

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

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

htmlColor
string

Applies a color attribute to the SVG element.

shapeRendering
string

The shape-rendering attribute. The behavior of the different options is described on the MDN Web Docs. If you are having issues with blurry icons you should investigate this property.

titleAccess
string

Provides a human-readable title for the element that contains it. https://www.w3.org/TR/SVG-access/#Equivalent

viewBox
string

Allows you to redefine what the coordinates without units mean inside an SVG element. For example, if the SVG element is 500 (width) by 200 (height), and you pass viewBox="0 0 50 20", this means that the coordinates inside the SVG will go from the top left corner (0,0) to bottom right (50,20) and each unit will be worth 10px.

Help and resources