@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.225 → 1.1.227

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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-outlined-radius-0-stroke-1",
21
- version: "1.1.225",
21
+ version: "1.1.227",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.225",
3
+ "version": "1.1.227",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
5
5
 
6
6
  # Central Icons — React Native
7
7
 
8
- This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.225) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1984 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.227) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1988 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
11
11
 
@@ -389,6 +389,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
389
389
  ### Clouds
390
390
 
391
391
  - **IconCloud** — cloud
392
+ - **IconCloud2** — cloud-2
392
393
  - **IconCloudApi** — cloud-api, cloud-network
393
394
  - **IconCloudCheck** — cloud-check, save
394
395
  - **IconCloudDownload** — cloud-download
@@ -405,6 +406,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
405
406
 
406
407
  - **IconAgent** — agent, flow, diagram, org
407
408
  - **IconAgenticCoding** — agentic-coding, ai-code, vibe-code
409
+ - **IconAgents** — agents, connections, flow
408
410
  - **IconAnchor** — anchor, webhooks
409
411
  - **IconAnimatePath** — animate-path, animation, jump
410
412
  - **IconAnimation** — animation
@@ -1225,6 +1227,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1225
1227
  - **IconAlignVerticalCenter** — align-vertical-center, alignment
1226
1228
  - **IconBento** — bento, layout, grid, flex
1227
1229
  - **IconBoard** — board, moodboard, layout, template
1230
+ - **IconBottombarHiddenBottomWide** — bottombar-hidden-bottom-wide
1228
1231
  - **IconCanvasGrid** — canvas-grid, design, app-icon, blueprint
1229
1232
  - **IconCarussel** — carussel, slides
1230
1233
  - **IconColumns3** — columns-3, layout, third
@@ -1274,6 +1277,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1274
1277
  - **IconSlidesWideAdd** — slides-wide-add
1275
1278
  - **IconSlideTallAdd** — slide-tall-add
1276
1279
  - **IconSlideWideAdd** — slide-wide-add
1280
+ - **IconTopbarHiddenTopWide** — topbar-hidden-top-wide
1277
1281
 
1278
1282
  ### Location
1279
1283
 
package/tsx-icons.json CHANGED
@@ -119,6 +119,13 @@
119
119
  "iconName": "agent-network, connections, atoms",
120
120
  "pathname": "src/IconAgentNetwork"
121
121
  },
122
+ {
123
+ "svg": "<Circle cx=\"6\" cy=\"5\" r=\"2.5\" stroke=\"currentColor\"/><Circle cx=\"18\" cy=\"19\" r=\"2.5\" stroke=\"currentColor\"/><Path d=\"M8.75 12L12 8.75L15.25 12L12 15.25L8.75 12Z\" stroke=\"currentColor\"/><Path d=\"M8.5 5H17C18.933 5 20.5 6.567 20.5 8.5C20.5 10.433 18.933 12 17 12H15\" stroke=\"currentColor\"/><Path d=\"M9 12H7C5.067 12 3.5 13.567 3.5 15.5C3.5 17.433 5.067 19 7 19H15.5\" stroke=\"currentColor\"/>",
124
+ "tags": "Circle, Path",
125
+ "componentName": "IconAgents",
126
+ "iconName": "agents, connections, flow",
127
+ "pathname": "src/IconAgents"
128
+ },
122
129
  {
123
130
  "svg": "<Circle cx=\"12\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\"/><Path d=\"M12.5 11.5H11.5V12.5H12.5V11.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M16.7508 20.2286C19.5899 18.5859 21.5 15.516 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 15.516 4.41007 18.5859 7.24917 20.2286\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M9.24865 16.7634C7.60544 15.8122 6.5 14.0352 6.5 12C6.5 8.96243 8.96243 6.5 12 6.5C15.0376 6.5 17.5 8.96243 17.5 12C17.5 14.0352 16.3946 15.8122 14.7514 16.7634\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
124
131
  "tags": "Circle, Path",
@@ -2002,6 +2009,13 @@
2002
2009
  "iconName": "bottle, wine, campaign",
2003
2010
  "pathname": "src/IconBottle"
2004
2011
  },
2012
+ {
2013
+ "svg": "<Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M18 15.5L6 15.5\" stroke=\"currentColor\"/>",
2014
+ "tags": "Path",
2015
+ "componentName": "IconBottombarHiddenBottomWide",
2016
+ "iconName": "bottombar-hidden-bottom-wide",
2017
+ "pathname": "src/IconBottombarHiddenBottomWide"
2018
+ },
2005
2019
  {
2006
2020
  "svg": "<Path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\"/><Circle cx=\"16.25\" cy=\"11.25\" r=\"1.25\" fill=\"currentColor\"/><Circle cx=\"12\" cy=\"12.25\" r=\"1.25\" fill=\"currentColor\"/><Circle cx=\"13.1484\" cy=\"8\" r=\"1.25\" fill=\"currentColor\"/>",
2007
2021
  "tags": "Circle, Path",
@@ -3647,6 +3661,13 @@
3647
3661
  "iconName": "cloud",
3648
3662
  "pathname": "src/IconCloud"
3649
3663
  },
3664
+ {
3665
+ "svg": "<Path d=\"M10 4C11.752 4 13.3112 4.82042 14.3184 6.09668C14.619 6.0334 14.9306 6 15.25 6C17.7353 6 19.75 8.01472 19.75 10.5C19.75 10.6167 19.7431 10.7322 19.7344 10.8467C21.3586 11.5257 22.5 13.1295 22.5 15C22.5 17.4853 20.4853 19.5 18 19.5H7C3.96243 19.5 1.5 17.0376 1.5 14C1.5 11.8566 2.72652 10.0003 4.51562 9.09277C4.72405 6.2454 7.09942 4 10 4Z\" stroke=\"currentColor\"/>",
3666
+ "tags": "Path",
3667
+ "componentName": "IconCloud2",
3668
+ "iconName": "cloud-2",
3669
+ "pathname": "src/IconCloud2"
3670
+ },
3650
3671
  {
3651
3672
  "svg": "<Path d=\"M8.18146 13.5C6.07274 13.5 4.36328 11.8211 4.36328 9.75C4.36328 7.85044 5.80133 6.28077 7.66653 6.03381C8.28569 4.26838 9.99185 3 11.9996 3C14.5301 3 16.5815 5.01472 16.5815 7.5C18.2684 7.5 19.636 8.84315 19.636 10.5C19.636 12.1569 18.2684 13.5 16.5815 13.5H8.18146Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"12\" cy=\"18.5\" r=\"2.5\" stroke=\"currentColor\"/><Path d=\"M9.5 18.5H2.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M21.5 18.5H14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M12 16V13.5\" stroke=\"currentColor\"/>",
3652
3673
  "tags": "Circle, Path",
@@ -12754,6 +12775,13 @@
12754
12775
  "iconName": "toolbox",
12755
12776
  "pathname": "src/IconToolbox"
12756
12777
  },
12778
+ {
12779
+ "svg": "<Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M18 8.5L6 8.5\" stroke=\"currentColor\"/>",
12780
+ "tags": "Path",
12781
+ "componentName": "IconTopbarHiddenTopWide",
12782
+ "iconName": "topbar-hidden-top-wide",
12783
+ "pathname": "src/IconTopbarHiddenTopWide"
12784
+ },
12757
12785
  {
12758
12786
  "svg": "<Path d=\"M6.72266 7.77778C6.72266 4.86294 9.0856 2.5 12.0004 2.5C13.954 2.5 15.6596 3.56136 16.5721 5.13889\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M7 14.5C4.51472 14.5 2.5 12.4853 2.5 10C2.5 7.51472 4.51472 5.5 7 5.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M17 14.5C19.4853 14.5 21.5 12.4853 21.5 10C21.5 7.51472 19.4853 5.5 17 5.5C15.8587 5.5 14.8167 5.92484 14.0234 6.625\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M18.5 14.5V21.5H5.5V14.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M5.66602 17.5H18.3327\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
12759
12787
  "tags": "Path",