@commercetools/nimbus-icons 3.3.0 → 3.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/README.mdx +1 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.mdx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
id: Icons
|
|
3
3
|
title: Icons
|
|
4
|
-
description:
|
|
4
|
+
description: Find and use icons from the Nimbus icon library.
|
|
5
5
|
layout: no-sidebar
|
|
6
6
|
order: 5
|
|
7
7
|
menu:
|
|
@@ -10,17 +10,4 @@ tags:
|
|
|
10
10
|
- icons
|
|
11
11
|
---
|
|
12
12
|
|
|
13
|
-
# Icons
|
|
14
|
-
|
|
15
|
-
Icons come from a separate package. Each Icon is a react component that can be
|
|
16
|
-
used in any other component.
|
|
17
|
-
|
|
18
|
-
> [!NOTE]
|
|
19
|
-
> If you can't find a fitting Icon, you may want to use the external
|
|
20
|
-
> [material ui icon search](https://mui.com/material-ui/material-icons/?theme=Outlined&query=access#search-material-icons)
|
|
21
|
-
> as the search below does not have access to Icon meta-data, only to
|
|
22
|
-
> component-names.
|
|
23
|
-
|
|
24
|
-
Here is the list of available icons:
|
|
25
|
-
|
|
26
13
|
<IconSearch />
|