@central-icons-react/round-outlined-radius-1-stroke-2 1.0.7 → 1.0.8
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/IconBank2/index.d.ts +4 -0
 - package/IconBank2/index.js +2 -0
 - package/IconBank2/index.js.map +1 -0
 - package/IconBank2/index.mjs +2 -0
 - package/IconBank2/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 +1 -1
 - 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": "1.0. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "1.0.8",
         
     | 
| 
       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": 1527,
         
     | 
| 
       16 
16 
     | 
    
         
             
              "categories": {
         
     | 
| 
       17 
17 
     | 
    
         
             
                "AI & Magic": {
         
     | 
| 
       18 
18 
     | 
    
         
             
                  "count": 33,
         
     | 
| 
         @@ -202,9 +202,10 @@ 
     | 
|
| 
       202 
202 
     | 
    
         
             
                  ]
         
     | 
| 
       203 
203 
     | 
    
         
             
                },
         
     | 
| 
       204 
204 
     | 
    
         
             
                "Building": {
         
     | 
| 
       205 
     | 
    
         
            -
                  "count":  
     | 
| 
      
 205 
     | 
    
         
            +
                  "count": 23,
         
     | 
| 
       206 
206 
     | 
    
         
             
                  "icons": [
         
     | 
| 
       207 
207 
     | 
    
         
             
                    "IconBank",
         
     | 
| 
      
 208 
     | 
    
         
            +
                    "IconBank2",
         
     | 
| 
       208 
209 
     | 
    
         
             
                    "IconBlock",
         
     | 
| 
       209 
210 
     | 
    
         
             
                    "IconBuildings",
         
     | 
| 
       210 
211 
     | 
    
         
             
                    "IconCourt",
         
     | 
| 
         @@ -1878,6 +1879,7 @@ 
     | 
|
| 
       1878 
1879 
     | 
    
         
             
                "IconBalloon": "balloon, birthday",
         
     | 
| 
       1879 
1880 
     | 
    
         
             
                "IconBanana": "banana, fruit",
         
     | 
| 
       1880 
1881 
     | 
    
         
             
                "IconBank": "bank",
         
     | 
| 
      
 1882 
     | 
    
         
            +
                "IconBank2": "bank-2, library, gov",
         
     | 
| 
       1881 
1883 
     | 
    
         
             
                "IconBanknote1": "banknote-1, money, bill",
         
     | 
| 
       1882 
1884 
     | 
    
         
             
                "IconBanknote2": "banknote-2, money, bill",
         
     | 
| 
       1883 
1885 
     | 
    
         
             
                "IconBarcode": "barcode, qr code, scan",
         
     |