@central-icons-react-native/round-filled-radius-2-stroke-2 1.1.235 → 1.1.237

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.235",
21
+ version: "1.1.237",
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.235",
3
+ "version": "1.1.237",
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.235) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1994 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.237) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1997 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
 
@@ -1489,9 +1489,11 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1489
1489
  - **IconGhost2** — ghost-2, privacy, hidden, unknown
1490
1490
  - **IconKey1** — key-1, password
1491
1491
  - **IconKey2** — key-2, password
1492
+ - **IconKey3** — key-3, password
1492
1493
  - **IconKeyhole** — keyhole
1493
1494
  - **IconLaw** — law, legal, terms, imprint, balance
1494
1495
  - **IconLock** — lock, private
1496
+ - **IconLock2** — lock-2, private
1495
1497
  - **IconPasskeys** — passkeys, passkey, passwordless
1496
1498
  - **IconPassport** — passport, visa
1497
1499
  - **IconPassword** — password, lock, protection
@@ -1511,6 +1513,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1511
1513
  - **IconSiren** — siren, alarm
1512
1514
  - **IconUmbrellaSecurity** — umbrella-security
1513
1515
  - **IconUnlocked** — unlocked, unlock, private
1516
+ - **IconUnlocked2** — unlocked-2, unlock, private
1514
1517
  - **IconVault** — vault, safe
1515
1518
 
1516
1519
  ### Shopping & Payment
package/tsx-icons.json CHANGED
@@ -7378,6 +7378,13 @@
7378
7378
  "iconName": "key-2, password",
7379
7379
  "pathname": "src/IconKey2"
7380
7380
  },
7381
+ {
7382
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.4999 2C19.5375 2.00004 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5375 13 16.4999 13C15.3422 13 14.2689 12.6411 13.3827 12.0303L10.1816 15.2314L11.4218 16.4717C12.4708 17.5211 12.4708 19.2221 11.4218 20.2715C10.3723 21.3209 8.67051 21.3209 7.62102 20.2715L6.38078 19.0312L4.20696 21.207C3.81644 21.5975 3.18342 21.5975 2.79289 21.207C2.40237 20.8165 2.40237 20.1835 2.79289 19.793L11.9687 10.6162C11.3582 9.73029 10.9999 8.65723 10.9999 7.5C10.9999 4.46243 13.4624 2 16.4999 2ZM16.4999 4C14.5669 4 12.9999 5.567 12.9999 7.5C12.9999 9.433 14.5669 11 16.4999 11C18.4329 11 19.9999 9.43297 19.9999 7.5C19.9999 5.56703 18.4329 4.00004 16.4999 4Z\" fill=\"currentColor\"/>",
7383
+ "tags": "Path",
7384
+ "componentName": "IconKey3",
7385
+ "iconName": "key-3, password",
7386
+ "pathname": "src/IconKey3"
7387
+ },
7381
7388
  {
7382
7389
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 3C4.34315 3 3 4.34315 3 6V19C3 20.6569 4.34315 22 6 22H18C19.6569 22 21 20.6569 21 19V6C21 4.34315 19.6569 3 18 3H6ZM6.5 5H6C5.44772 5 5 5.44772 5 6V19C5 19.5523 5.44772 20 6 20H8V14H7.5C6.94772 14 6.5 13.5523 6.5 13V5ZM10 20H14V14H13.5C12.9477 14 12.5 13.5523 12.5 13V5H11.5V13C11.5 13.5523 11.0523 14 10.5 14H10V20ZM17.5 5V13C17.5 13.5523 17.0523 14 16.5 14H16V20H18C18.5523 20 19 19.5523 19 19V6C19 5.44772 18.5523 5 18 5H17.5Z\" fill=\"currentColor\"/>",
7383
7390
  "tags": "Path",
@@ -7882,6 +7889,13 @@
7882
7889
  "iconName": "lock, private",
7883
7890
  "pathname": "src/IconLock"
7884
7891
  },
7892
+ {
7893
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25C17 8.25228 16.999 8.25456 16.999 8.25684C18.8277 9.72297 20 11.9738 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12ZM12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C13.0611 6.5 14.0734 6.70786 15 7.08301V6.5C15 4.84315 13.6569 3.5 12 3.5Z\" fill=\"currentColor\"/>",
7894
+ "tags": "Path",
7895
+ "componentName": "IconLock2",
7896
+ "iconName": "lock-2, private",
7897
+ "pathname": "src/IconLock2"
7898
+ },
7885
7899
  {
7886
7900
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M9.04569 3.81737C9.71439 2.49787 10.8787 1.15841 12.6342 1.43469C13.3133 1.54156 13.9293 1.81095 14.4081 2.28748C14.8856 2.7628 15.1473 3.36528 15.2573 4.0013C15.4686 5.22306 15.1477 6.71423 14.5472 8.281C13.6863 10.527 12.1261 13.2408 10.0296 16.163C10.2468 17.2212 10.551 18.0536 10.9087 18.5846C12.974 21.6499 16.2055 20.3465 16.6265 18.328C16.7506 17.7333 17.3332 17.3517 17.928 17.4758C18.5227 17.5998 18.9042 18.1825 18.7802 18.7772C17.908 22.9587 12.0874 24.2713 9.08419 19.8138C8.80421 19.3983 8.5675 18.9121 8.369 18.3771C7.9744 18.8819 7.56586 19.3906 7.14414 19.9022C6.75773 20.371 6.06445 20.4378 5.59567 20.0514C5.12689 19.665 5.06013 18.9717 5.44654 18.5029C6.25565 17.5213 7.00904 16.5575 7.70276 15.6203C7.67214 15.4099 7.64488 15.1979 7.62077 14.985C7.40733 13.0995 7.42565 10.9925 7.65818 9.03412C7.88881 7.09182 8.34017 5.20951 9.04569 3.81737ZM9.67779 12.7792C10.9614 10.7972 11.9153 9.00069 12.4929 7.49362C13.0507 6.03845 13.1979 5.00346 13.0895 4.37612C13.0396 4.08759 12.9445 3.93479 12.8561 3.84675C12.7688 3.75993 12.6097 3.6579 12.2922 3.60794C12.0545 3.57054 11.5858 3.67192 11.0081 4.81188C10.4672 5.87921 10.0588 7.475 9.84283 9.29352C9.70758 10.4326 9.6518 11.6253 9.67779 12.7792Z\" fill=\"currentColor\"/>",
7887
7901
  "tags": "Path",
@@ -13083,6 +13097,13 @@
13083
13097
  "iconName": "unlocked, unlock, private",
13084
13098
  "pathname": "src/IconUnlocked"
13085
13099
  },
13100
+ {
13101
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625C16.8429 5.13693 16.5959 5.71954 16.084 5.92676C15.5721 6.13373 14.9894 5.88682 14.7822 5.375C14.3364 4.27383 13.2574 3.5 12 3.5C10.3431 3.5 9 4.84315 9 6.5V7.08301C9.92657 6.70786 10.9389 6.5 12 6.5C16.4183 6.5 20 10.0817 20 14.5C20 18.9183 16.4183 22.5 12 22.5C7.58172 22.5 4 18.9183 4 14.5C4 11.9741 5.17169 9.72298 7 8.25684V6.5C7 3.73858 9.23858 1.5 12 1.5ZM12 12C11.4477 12 11 12.4477 11 13V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V13C13 12.4477 12.5523 12 12 12Z\" fill=\"currentColor\"/>",
13102
+ "tags": "Path",
13103
+ "componentName": "IconUnlocked2",
13104
+ "iconName": "unlocked-2, unlock, private",
13105
+ "pathname": "src/IconUnlocked2"
13106
+ },
13086
13107
  {
13087
13108
  "svg": "<Path d=\"M16.1907 17.605L20.2929 21.7072C20.6834 22.0978 21.3166 22.0978 21.7071 21.7072C22.0976 21.3167 22.0976 20.6835 21.7071 20.293L3.70711 2.29302C3.31658 1.90249 2.68342 1.90249 2.29289 2.29302C1.90237 2.68354 1.90237 3.3167 2.29289 3.70723L6.39514 7.80948L5.11292 8.1469C2.87378 8.73615 2.11787 11.5322 3.75508 13.1694L6.58578 16.0001L3.29288 19.293C2.90236 19.6836 2.90236 20.3167 3.29288 20.7072C3.68341 21.0978 4.31657 21.0978 4.7071 20.7072L7.99999 17.4144L10.8307 20.2451C12.4679 21.8823 15.264 21.1264 15.8532 18.8872L16.1907 17.605Z\" fill=\"currentColor\"/><Path d=\"M17.7566 12.9899C17.6165 13.0599 17.4966 13.1609 17.4045 13.2833L10.7168 6.59559C10.8392 6.50355 10.9402 6.38359 11.0103 6.24351L12.3646 3.53483C13.2804 1.70333 15.7213 1.30723 17.1692 2.75515L21.245 6.83092C22.6929 8.27885 22.2968 10.7198 20.4653 11.6355L17.7566 12.9899Z\" fill=\"currentColor\"/>",
13088
13109
  "tags": "Path",