@central-icons-react-native/round-filled-radius-2-stroke-2 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/round-filled-radius-2-stroke-2",
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/round-filled-radius-2-stroke-2",
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": "<Path d=\"M6 2C7.30585 2 8.41406 2.83532 8.82617 4H16.5C18.9853 4 21 6.01472 21 8.5C21 10.9853 18.9853 13 16.5 13H15V12.9941C14.8558 13.4057 14.6228 13.7932 14.2939 14.1221L14.1221 14.2939C12.9506 15.4652 11.0505 15.465 9.87891 14.2939L9.70801 14.1221C9.3778 13.7919 9.14407 13.4026 9 12.9893V13H7.5C6.11929 13 5 14.1193 5 15.5C5 16.8807 6.11929 18 7.5 18H15.1738C15.5859 16.8353 16.6941 16 18 16C19.6569 16 21 17.3431 21 19C21 20.6569 19.6569 22 18 22C16.6941 22 15.5859 21.1647 15.1738 20H7.5C5.01472 20 3 17.9853 3 15.5C3 13.0147 5.01472 11 7.5 11H9V11.0107C9.1441 10.5977 9.37803 10.2089 9.70801 9.87891L9.87891 9.70801C11.0505 8.53643 12.9505 8.53644 14.1221 9.70801L14.2939 9.87891C14.6225 10.2076 14.8558 10.5947 15 11.0059V11H16.5C17.8807 11 19 9.88071 19 8.5C19 7.11929 17.8807 6 16.5 6H8.82617C8.41406 7.16468 7.30585 8 6 8C4.34315 8 3 6.65685 3 5C3 3.34315 4.34315 2 6 2Z\" fill=\"currentColor\"/>",
124
+ "tags": "Path",
125
+ "componentName": "IconAgents",
126
+ "iconName": "agents, connections, flow",
127
+ "pathname": "src/IconAgents"
128
+ },
122
129
  {
123
130
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 4C7.58172 4 4 7.58172 4 12C4 14.7727 5.40977 17.2166 7.55626 18.6534C8.01521 18.9607 8.13822 19.5818 7.83101 20.0407C7.52379 20.4997 6.90269 20.6227 6.44374 20.3155C3.76629 18.5232 2 15.4681 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.4681 20.2337 18.5232 17.5563 20.3155C17.0973 20.6227 16.4762 20.4997 16.169 20.0407C15.8618 19.5818 15.9848 18.9607 16.4437 18.6534C18.5902 17.2166 20 14.7727 20 12C20 7.58172 16.4183 4 12 4ZM12 8C9.79086 8 8 9.79086 8 12C8 13.308 8.62676 14.4693 9.60058 15.2008C10.0422 15.5325 10.1313 16.1594 9.79957 16.6009C9.46788 17.0425 8.84101 17.1316 8.39942 16.7999C6.94434 15.707 6 13.9636 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 13.9636 17.0557 15.707 15.6006 16.7999C15.159 17.1316 14.5321 17.0425 14.2004 16.6009C13.8687 16.1594 13.9578 15.5325 14.3994 15.2008C15.3732 14.4693 16 13.308 16 12C16 9.79086 14.2091 8 12 8ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/>",
124
131
  "tags": "Path",
@@ -2002,6 +2009,13 @@
2002
2009
  "iconName": "bottle, wine, campaign",
2003
2010
  "pathname": "src/IconBottle"
2004
2011
  },
2012
+ {
2013
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM7 14C6.44771 14 6 14.4477 6 15C6 15.5523 6.44771 16 7 16H17C17.5523 16 18 15.5523 18 15C18 14.4477 17.5523 14 17 14H7Z\" fill=\"currentColor\"/>",
2014
+ "tags": "Path",
2015
+ "componentName": "IconBottombarHiddenBottomWide",
2016
+ "iconName": "bottombar-hidden-bottom-wide",
2017
+ "pathname": "src/IconBottombarHiddenBottomWide"
2018
+ },
2005
2019
  {
2006
2020
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM13.3 9.6001C14.1284 9.6001 14.8 8.92852 14.8 8.1001C14.8 7.27167 14.1284 6.6001 13.3 6.6001C12.4716 6.6001 11.8 7.27167 11.8 8.1001C11.8 8.92852 12.4716 9.6001 13.3 9.6001ZM18.2 11.5C18.2 12.3284 17.5284 13 16.7 13C15.8716 13 15.2 12.3284 15.2 11.5C15.2 10.6716 15.8716 10 16.7 10C17.5284 10 18.2 10.6716 18.2 11.5ZM12.15 14.2002C12.9784 14.2002 13.65 13.5286 13.65 12.7002C13.65 11.8718 12.9784 11.2002 12.15 11.2002C11.3216 11.2002 10.65 11.8718 10.65 12.7002C10.65 13.5286 11.3216 14.2002 12.15 14.2002Z\" fill=\"currentColor\"/>",
2007
2021
  "tags": "Path",
@@ -3647,6 +3661,13 @@
3647
3661
  "iconName": "cloud",
3648
3662
  "pathname": "src/IconCloud"
3649
3663
  },
3664
+ {
3665
+ "svg": "<Path d=\"M10 3.5C11.6322 3.5 13.113 4.15348 14.1934 5.20996C14.2619 5.27696 14.3834 5.32338 14.5176 5.30371C14.757 5.26845 15.0018 5.25 15.25 5.25C18.0114 5.25 20.25 7.48858 20.25 10.25C20.25 10.4118 20.3493 10.5832 20.4883 10.6631C21.9869 11.5242 23 13.1429 23 15C23 17.7614 20.7614 20 18 20H7C3.68629 20 1 17.3137 1 14C1 11.8124 2.17103 9.89874 3.91602 8.85156C3.9944 8.80452 4.05028 8.72091 4.06348 8.63086C4.48514 5.7291 6.98091 3.5 10 3.5Z\" fill=\"currentColor\"/>",
3666
+ "tags": "Path",
3667
+ "componentName": "IconCloud2",
3668
+ "iconName": "cloud-2",
3669
+ "pathname": "src/IconCloud2"
3670
+ },
3650
3671
  {
3651
3672
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C14.6164 2 16.7874 3.9013 17.21 6.39746C18.8939 6.81147 20.1434 8.33097 20.1436 10.1426C20.1436 12.2728 18.4163 13.9999 16.2861 14H13V15.1455C14.1288 15.4815 15.0185 16.3712 15.3545 17.5H21C21.5523 17.5 22 17.9477 22 18.5C22 19.0523 21.5523 19.5 21 19.5H15.3545C14.9242 20.9457 13.5855 22 12 22C10.4145 22 9.07583 20.9457 8.64551 19.5H3C2.44772 19.5 2 19.0523 2 18.5C2 17.9477 2.44772 17.5 3 17.5H8.64551C8.9815 16.3712 9.87124 15.4815 11 15.1455V14H8.42871C5.90409 13.9999 3.8575 11.9533 3.85742 9.42871C3.85742 7.32039 5.28387 5.54639 7.22461 5.01758C8.07303 3.23431 9.8914 2.00011 12 2ZM12 17C11.1716 17 10.5 17.6716 10.5 18.5C10.5 19.3284 11.1716 20 12 20C12.8284 20 13.5 19.3284 13.5 18.5C13.5 17.6716 12.8284 17 12 17Z\" fill=\"currentColor\"/>",
3652
3673
  "tags": "Path",
@@ -12754,6 +12775,13 @@
12754
12775
  "iconName": "toolbox",
12755
12776
  "pathname": "src/IconToolbox"
12756
12777
  },
12778
+ {
12779
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 4C20.6569 4 22 5.34315 22 7V17C22 18.6569 20.6569 20 19 20H5C3.34315 20 2 18.6569 2 17V7C2 5.34315 3.34315 4 5 4H19ZM7 8C6.44771 8 6 8.44772 6 9C6 9.55228 6.44771 10 7 10H17C17.5523 10 18 9.55228 18 9C18 8.44772 17.5523 8 17 8H7Z\" fill=\"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=\"M17.1967 4.99927L17.1994 5.0039C19.8684 5.10856 22 7.30535 22 10C22 12.0503 20.7659 13.8124 19 14.584V16H5V14.584C3.2341 13.8124 2 12.0503 2 10C2 7.30541 4.13152 5.10867 6.80043 5.00391C7.8373 3.20835 9.77754 2 12 2C14.2221 2 16.1608 3.20848 17.1967 4.99927Z\" fill=\"currentColor\"/><Path d=\"M5 18V19C5 20.6569 6.34315 22 8 22H16C17.6569 22 19 20.6569 19 19V18H5Z\" fill=\"currentColor\"/>",
12759
12787
  "tags": "Path",