@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.236 → 1.1.238
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/IconLock2/index.d.ts +4 -0
- package/IconLock2/index.js +2 -0
- package/IconLock2/index.js.map +1 -0
- package/IconLock2/index.mjs +2 -0
- package/IconLock2/index.mjs.map +1 -0
- package/IconPeopleIdCard2/index.d.ts +4 -0
- package/IconPeopleIdCard2/index.js +2 -0
- package/IconPeopleIdCard2/index.js.map +1 -0
- package/IconPeopleIdCard2/index.mjs +2 -0
- package/IconPeopleIdCard2/index.mjs.map +1 -0
- package/IconUnlocked2/index.d.ts +4 -0
- package/IconUnlocked2/index.js +2 -0
- package/IconUnlocked2/index.js.map +1 -0
- package/IconUnlocked2/index.mjs +2 -0
- package/IconUnlocked2/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- 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/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
8
|
+
This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.238) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1998 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
|
|
|
@@ -1356,6 +1356,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1356
1356
|
- **IconPeopleGear** — people-gear, user-settings, preferences, person
|
|
1357
1357
|
- **IconPeopleGroup2** — people-group-2, user, friend
|
|
1358
1358
|
- **IconPeopleIdCard** — people-id-card, profile, user-account, badge, person
|
|
1359
|
+
- **IconPeopleIdCard2** — people-id-card-2, profile, user-account, badge, person
|
|
1359
1360
|
- **IconPeopleLike** — people-like, inner circle
|
|
1360
1361
|
- **IconPeopleNoise** — people-noise, audio-quality, user-noise
|
|
1361
1362
|
- **IconPeopleRemove** — people-remove, user-remove
|
|
@@ -1493,6 +1494,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1493
1494
|
- **IconKeyhole** — keyhole
|
|
1494
1495
|
- **IconLaw** — law, legal, terms, imprint, balance
|
|
1495
1496
|
- **IconLock** — lock, private
|
|
1497
|
+
- **IconLock2** — lock-2, private
|
|
1496
1498
|
- **IconPasskeys** — passkeys, passkey, passwordless
|
|
1497
1499
|
- **IconPassport** — passport, visa
|
|
1498
1500
|
- **IconPassword** — password, lock, protection
|
|
@@ -1512,6 +1514,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1512
1514
|
- **IconSiren** — siren, alarm
|
|
1513
1515
|
- **IconUmbrellaSecurity** — umbrella-security
|
|
1514
1516
|
- **IconUnlocked** — unlocked, unlock, private
|
|
1517
|
+
- **IconUnlocked2** — unlocked-2, unlock, private
|
|
1515
1518
|
- **IconVault** — vault, safe
|
|
1516
1519
|
|
|
1517
1520
|
### Shopping & Payment
|
package/tsx-icons.json
CHANGED
|
@@ -7889,6 +7889,13 @@
|
|
|
7889
7889
|
"iconName": "lock, private",
|
|
7890
7890
|
"pathname": "src/IconLock"
|
|
7891
7891
|
},
|
|
7892
|
+
{
|
|
7893
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C14.7614 1.5 17 3.73858 17 6.5V8.25684C18.8283 9.72298 20 11.9741 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.5ZM11 17H13V12.25H11V17ZM12 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
|
+
},
|
|
7892
7899
|
{
|
|
7893
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\"/>",
|
|
7894
7901
|
"tags": "Path",
|
|
@@ -9499,6 +9506,13 @@
|
|
|
9499
9506
|
"iconName": "people-id-card, profile, user-account, badge, person",
|
|
9500
9507
|
"pathname": "src/IconPeopleIdCard"
|
|
9501
9508
|
},
|
|
9509
|
+
{
|
|
9510
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8 8H16V4H20V22H4V4H8V8ZM12 16.5C9.85841 16.5 8.06606 17.996 7.61133 20H16.3887C15.9339 17.996 14.1416 16.5 12 16.5ZM12 9.75C10.6193 9.75 9.5 10.8693 9.5 12.25C9.5 13.6307 10.6193 14.75 12 14.75C13.3807 14.75 14.5 13.6307 14.5 12.25C14.5 10.8693 13.3807 9.75 12 9.75Z\" fill=\"currentColor\"/><Path d=\"M14 6H10V2H14V6Z\" fill=\"currentColor\"/>",
|
|
9511
|
+
"tags": "Path",
|
|
9512
|
+
"componentName": "IconPeopleIdCard2",
|
|
9513
|
+
"iconName": "people-id-card-2, profile, user-account, badge, person",
|
|
9514
|
+
"pathname": "src/IconPeopleIdCard2"
|
|
9515
|
+
},
|
|
9502
9516
|
{
|
|
9503
9517
|
"svg": "<Path d=\"M12 2C9.51472 2 7.5 4.01472 7.5 6.5C7.5 8.98528 9.51472 11 12 11C14.4853 11 16.5 8.98528 16.5 6.5C16.5 4.01472 14.4853 2 12 2Z\" fill=\"currentColor\"/><Path d=\"M3.50515 19.9064C3.91741 15.5211 7.24298 12 12.0008 12C13.2093 12 14.3255 12.2272 15.325 12.6381C14.5091 12.8598 13.7433 13.3045 13.1253 13.9637C12.1879 14.9636 11.7494 16.2778 11.7494 17.6412C11.7494 19.0179 12.2988 20.1446 12.9434 21H3.40234L3.50515 19.9064Z\" fill=\"currentColor\"/><Path d=\"M17.0367 21.9558C16.6973 21.7817 16.2389 21.5196 15.7744 21.1701C14.8918 20.506 13.75 19.3434 13.75 17.6901C13.75 16.4682 14.3697 15.4342 15.3154 14.8935C16.1106 14.4388 17.0852 14.3629 18.0013 14.7459C18.9174 14.3629 19.892 14.4388 20.6872 14.8935C21.6329 15.4342 22.2526 16.4682 22.2526 17.6901C22.2526 19.3434 21.1108 20.506 20.2282 21.1701C19.7637 21.5196 19.3053 21.7817 18.966 21.9558L18.0013 22.3774C17.6713 22.2474 17.3537 22.1186 17.0367 21.9558Z\" fill=\"currentColor\"/>",
|
|
9504
9518
|
"tags": "Path",
|
|
@@ -13090,6 +13104,13 @@
|
|
|
13090
13104
|
"iconName": "unlocked, unlock, private",
|
|
13091
13105
|
"pathname": "src/IconUnlocked"
|
|
13092
13106
|
},
|
|
13107
|
+
{
|
|
13108
|
+
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 1.5C14.0999 1.5 15.8948 2.79445 16.6357 4.625L14.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.9701 5.1755 9.71597 7.00879 8.25H7V6.5C7 3.73858 9.23858 1.5 12 1.5ZM11 17H13V12.25H11V17Z\" fill=\"currentColor\"/>",
|
|
13109
|
+
"tags": "Path",
|
|
13110
|
+
"componentName": "IconUnlocked2",
|
|
13111
|
+
"iconName": "unlocked-2, unlock, private",
|
|
13112
|
+
"pathname": "src/IconUnlocked2"
|
|
13113
|
+
},
|
|
13093
13114
|
{
|
|
13094
13115
|
"svg": "<Path d=\"M15.9371 17.3515L21 22.4145L22.4142 21.0003L3.00003 1.58606L1.58582 3.00027L6.64882 8.06328L2.1488 9.56329L7.58582 15.0003L2.58582 20.0003L4.00003 21.4145L9.00003 16.4145L14.437 21.8515L15.9371 17.3515Z\" fill=\"currentColor\"/><Path d=\"M17.3402 13.142L17.3209 13.1999L10.8005 6.6794L10.8583 6.66012L14.3446 1.43066L22.5697 9.65573L17.3402 13.142Z\" fill=\"currentColor\"/>",
|
|
13095
13116
|
"tags": "Path",
|