@odx/icons 4.0.0-rc.43 → 4.0.0-rc.44

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
@@ -124,7 +124,7 @@ import '@odx/icons/core';
124
124
  ### SCSS Example
125
125
 
126
126
  ```scss
127
- @use "@odx/icons/main" as odxIcons;
127
+ @use "@odx/icons/scss" as odxIcons;
128
128
 
129
129
  .my-icon-user {
130
130
  @include odxIcons.icon("core::user");