Skip to content

Commit 74abfd6

Browse files
committed
docs(README.md): drop descriptions for style and class as they are standard props for svg
1 parent 129490b commit 74abfd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ In addition to these, each component can take the following properties:
138138
| :---------- | :--------- | :-------- | :---------------------------------------------------- |
139139
| size | `IconSize` | `base` | Set the attributes `width` and `height` |
140140
| altText | `string` | icon name | Set the `aria-labelledby` attribute on the svg |
141-
| style | `string` | | Set the `style` attribute on the rendered svg |
142-
| class | `string` | | Set the `class` attribute on the rendered svg |
143141

144142
The underlying properties can also be set and overriden manually, e.g. setting `width` explicitly takes precedence over `size`.
145143

0 commit comments

Comments
 (0)