File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
4343import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
4444
4545# The below icons will have the color #FF5733, size xxl and a rotation of 45 degree
46- <EOS_LOADING_ANIMATED color="#FF5733" size="xxl" rotate={45}/>
46+ <EOS_LOADING_ANIMATED color="#FF5733" size="xxl" rotate={45} className="icon" />
4747```
4848
4949#### Prop Details
@@ -55,6 +55,7 @@ import { EOS_LOADING_ANIMATED } from 'eos-icons-react';
5555| horizontalFlip | boolean | false | Flips icon horizontally |
5656| verticalFlip | boolean | false | Flips icon vertically |
5757| theme | string | 'filled' | sets icon theme (only available for common components)** |
58+ | className | string | '' | sets custom styling class for icon component |
5859
5960> (* ) Size can be provided using either string or number. Pre-Defined size list
6061
You can’t perform that action at this time.
0 commit comments