You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+75-1
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,16 @@ This library uses [@carbon/icons](https://github.com/carbon-design-system/carbon
12
12
13
13
```bash
14
14
yarn add -D carbon-icons-svelte
15
+
15
16
# OR
17
+
16
18
npm install -D carbon-icons-svelte
17
19
```
18
20
19
21
## Usage
20
22
23
+
Supported icon sizes include `16`, `20`, `24` and `32`. Refer to the [Carbon icon library](https://www.carbondesignsystem.com/guidelines/icons/library) for supported icons.
0 commit comments