@central-icons-react/round-outlined-radius-1-stroke-2 0.0.59 → 0.0.60
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/Icon3dBoxTop/index.d.ts +4 -0
 - package/Icon3dBoxTop/index.js +2 -0
 - package/Icon3dBoxTop/index.js.map +1 -0
 - package/Icon3dBoxTop/index.mjs +2 -0
 - package/Icon3dBoxTop/index.mjs.map +1 -0
 - package/README.md +1 -0
 - package/icons/index.d.ts +1 -0
 - package/icons/index.js +1 -1
 - package/icons/index.js.map +1 -1
 - package/icons/index.mjs +1 -1
 - package/icons/index.mjs.map +1 -1
 - package/icons-index.json +5 -3
 - package/index.js +1 -1
 - package/index.js.map +1 -1
 - package/index.mjs +1 -1
 - package/index.mjs.map +1 -1
 - package/license-check.js +4 -0
 - package/package.json +1 -1
 
    
        package/icons-index.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "package": "@central-icons-react/round-outlined-radius-1-stroke-2",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "0.0. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.0.60",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "style": "round-outlined-radius-1-stroke-2",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "importExamples": {
         
     | 
| 
       6 
6 
     | 
    
         
             
                "individual": "import { IconHome } from '@central-icons-react/round-outlined-radius-1-stroke-2/IconHome';",
         
     | 
| 
         @@ -12,7 +12,7 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                "withProps": "<IconHome size={32} color=\"#007AFF\" />",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
         
     | 
| 
       14 
14 
     | 
    
         
             
              },
         
     | 
| 
       15 
     | 
    
         
            -
              "totalIcons":  
     | 
| 
      
 15 
     | 
    
         
            +
              "totalIcons": 1513,
         
     | 
| 
       16 
16 
     | 
    
         
             
              "categories": {
         
     | 
| 
       17 
17 
     | 
    
         
             
                "AI & Magic": {
         
     | 
| 
       18 
18 
     | 
    
         
             
                  "count": 32,
         
     | 
| 
         @@ -179,8 +179,9 @@ 
     | 
|
| 
       179 
179 
     | 
    
         
             
                  ]
         
     | 
| 
       180 
180 
     | 
    
         
             
                },
         
     | 
| 
       181 
181 
     | 
    
         
             
                "Augmented Reality": {
         
     | 
| 
       182 
     | 
    
         
            -
                  "count":  
     | 
| 
      
 182 
     | 
    
         
            +
                  "count": 16,
         
     | 
| 
       183 
183 
     | 
    
         
             
                  "icons": [
         
     | 
| 
      
 184 
     | 
    
         
            +
                    "Icon3dBoxTop",
         
     | 
| 
       184 
185 
     | 
    
         
             
                    "Icon3dSphere",
         
     | 
| 
       185 
186 
     | 
    
         
             
                    "IconAr",
         
     | 
| 
       186 
187 
     | 
    
         
             
                    "IconArCube1",
         
     | 
| 
         @@ -1703,6 +1704,7 @@ 
     | 
|
| 
       1703 
1704 
     | 
    
         
             
                }
         
     | 
| 
       1704 
1705 
     | 
    
         
             
              },
         
     | 
| 
       1705 
1706 
     | 
    
         
             
              "iconAliases": {
         
     | 
| 
      
 1707 
     | 
    
         
            +
                "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
         
     | 
| 
       1706 
1708 
     | 
    
         
             
                "Icon3dSphere": "3d-sphere",
         
     | 
| 
       1707 
1709 
     | 
    
         
             
                "Icon4k": "4k",
         
     | 
| 
       1708 
1710 
     | 
    
         
             
                "IconAddKeyframe": "add-keyframe, rhombus",
         
     |