@central-icons-react/round-outlined-radius-1-stroke-2 0.0.59 → 0.0.61
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/Icon3dBoxBottom/index.d.ts +4 -0
 - package/Icon3dBoxBottom/index.js +2 -0
 - package/Icon3dBoxBottom/index.js.map +1 -0
 - package/Icon3dBoxBottom/index.mjs +2 -0
 - package/Icon3dBoxBottom/index.mjs.map +1 -0
 - 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 +2 -0
 - package/icons/index.d.ts +2 -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 +7 -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.61",
         
     | 
| 
       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": 1514,
         
     | 
| 
       16 
16 
     | 
    
         
             
              "categories": {
         
     | 
| 
       17 
17 
     | 
    
         
             
                "AI & Magic": {
         
     | 
| 
       18 
18 
     | 
    
         
             
                  "count": 32,
         
     | 
| 
         @@ -179,8 +179,10 @@ 
     | 
|
| 
       179 
179 
     | 
    
         
             
                  ]
         
     | 
| 
       180 
180 
     | 
    
         
             
                },
         
     | 
| 
       181 
181 
     | 
    
         
             
                "Augmented Reality": {
         
     | 
| 
       182 
     | 
    
         
            -
                  "count":  
     | 
| 
      
 182 
     | 
    
         
            +
                  "count": 17,
         
     | 
| 
       183 
183 
     | 
    
         
             
                  "icons": [
         
     | 
| 
      
 184 
     | 
    
         
            +
                    "Icon3dBoxBottom",
         
     | 
| 
      
 185 
     | 
    
         
            +
                    "Icon3dBoxTop",
         
     | 
| 
       184 
186 
     | 
    
         
             
                    "Icon3dSphere",
         
     | 
| 
       185 
187 
     | 
    
         
             
                    "IconAr",
         
     | 
| 
       186 
188 
     | 
    
         
             
                    "IconArCube1",
         
     | 
| 
         @@ -1703,6 +1705,8 @@ 
     | 
|
| 
       1703 
1705 
     | 
    
         
             
                }
         
     | 
| 
       1704 
1706 
     | 
    
         
             
              },
         
     | 
| 
       1705 
1707 
     | 
    
         
             
              "iconAliases": {
         
     | 
| 
      
 1708 
     | 
    
         
            +
                "Icon3dBoxBottom": "3d-box-bottom, shaders, model, room",
         
     | 
| 
      
 1709 
     | 
    
         
            +
                "Icon3dBoxTop": "3d-box-top, shaders, model, cube, ar",
         
     | 
| 
       1706 
1710 
     | 
    
         
             
                "Icon3dSphere": "3d-sphere",
         
     | 
| 
       1707 
1711 
     | 
    
         
             
                "Icon4k": "4k",
         
     | 
| 
       1708 
1712 
     | 
    
         
             
                "IconAddKeyframe": "add-keyframe, rhombus",
         
     |