@central-icons-react/round-filled-radius-3-stroke-1 0.0.15 → 0.0.17

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/README.md CHANGED
@@ -47,7 +47,7 @@ function MyComponent() {
47
47
  }
48
48
  ```
49
49
 
50
- Or you can import from the main entry point (requires dynamic imports, not recommended to be used in production):
50
+ Or you can import from the main entry point (not recommended to be used in production, loads all icons):
51
51
 
52
52
  ```jsx
53
53
  import { CentralIcon } from "@central-icons-react/round-filled-radius-3-stroke-1";