@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.234 → 1.1.236
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/IconEmojiTongue/index.d.ts +4 -0
- package/IconEmojiTongue/index.js +2 -0
- package/IconEmojiTongue/index.js.map +1 -0
- package/IconEmojiTongue/index.mjs +2 -0
- package/IconEmojiTongue/index.mjs.map +1 -0
- package/IconEmojiWinkTongue/index.d.ts +4 -0
- package/IconEmojiWinkTongue/index.js +2 -0
- package/IconEmojiWinkTongue/index.js.map +1 -0
- package/IconEmojiWinkTongue/index.mjs +2 -0
- package/IconEmojiWinkTongue/index.mjs.map +1 -0
- package/IconKey3/index.d.ts +4 -0
- package/IconKey3/index.js +2 -0
- package/IconKey3/index.js.map +1 -0
- package/IconKey3/index.mjs +2 -0
- package/IconKey3/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.236) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1995 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
|
|
|
@@ -743,7 +743,9 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
743
743
|
- **IconEmojiSmilingFace** — emoji-smiling-face, heart-eyes
|
|
744
744
|
- **IconEmojiSmirking** — emoji-smirking
|
|
745
745
|
- **IconEmojiStarStruck** — emoji-star-struck, star-eyes
|
|
746
|
+
- **IconEmojiTongue** — emoji-tongue, fun
|
|
746
747
|
- **IconEmojiWink** — emoji-wink
|
|
748
|
+
- **IconEmojiWinkTongue** — emoji-wink-tongue, fun
|
|
747
749
|
- **IconMask** — mask, theatre
|
|
748
750
|
- **IconPoop** — poop, spam
|
|
749
751
|
|
|
@@ -1487,6 +1489,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1487
1489
|
- **IconGhost2** — ghost-2, privacy, hidden, unknown
|
|
1488
1490
|
- **IconKey1** — key-1, password
|
|
1489
1491
|
- **IconKey2** — key-2, password
|
|
1492
|
+
- **IconKey3** — key-3, password
|
|
1490
1493
|
- **IconKeyhole** — keyhole
|
|
1491
1494
|
- **IconLaw** — law, legal, terms, imprint, balance
|
|
1492
1495
|
- **IconLock** — lock, private
|
package/tsx-icons.json
CHANGED
|
@@ -5222,6 +5222,13 @@
|
|
|
5222
5222
|
"iconName": "emoji-star-struck, star-eyes",
|
|
5223
5223
|
"pathname": "src/IconEmojiStarStruck"
|
|
5224
5224
|
},
|
|
5225
|
+
{
|
|
5226
|
+
"svg": "<Path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\" fill=\"currentColor\"/>",
|
|
5227
|
+
"tags": "Path",
|
|
5228
|
+
"componentName": "IconEmojiTongue",
|
|
5229
|
+
"iconName": "emoji-tongue, fun",
|
|
5230
|
+
"pathname": "src/IconEmojiTongue"
|
|
5231
|
+
},
|
|
5225
5232
|
{
|
|
5226
5233
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.8516 13.8652C14.9343 14.0196 13.2324 14.2744 12 14.2744C10.7673 14.2744 9.06458 14.0196 8.14746 13.8652C7.82115 13.8105 7.52671 14.0801 7.58789 14.4053C8.55393 19.5403 15.4443 19.5228 16.4121 14.4053C16.4735 14.08 16.178 13.8103 15.8516 13.8652ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.625 8.5C13.5895 8.5 12.75 9.02167 12.75 9.74609C12.75 11 13.5895 10.1885 14.625 10.1885C15.6605 10.1885 16.5 11 16.5 9.74609C16.5 9.02167 15.6605 8.5 14.625 8.5Z\" fill=\"currentColor\"/>",
|
|
5227
5234
|
"tags": "Path",
|
|
@@ -5229,6 +5236,13 @@
|
|
|
5229
5236
|
"iconName": "emoji-wink",
|
|
5230
5237
|
"pathname": "src/IconEmojiWink"
|
|
5231
5238
|
},
|
|
5239
|
+
{
|
|
5240
|
+
"svg": "<Path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM8 13C7.44772 13 7 13.4477 7 14C7 14.5523 7.44772 15 8 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H16C16.5523 15 17 14.5523 17 14C17 13.4477 16.5523 13 16 13H8ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\" fill=\"currentColor\"/>",
|
|
5241
|
+
"tags": "Path",
|
|
5242
|
+
"componentName": "IconEmojiWinkTongue",
|
|
5243
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
5244
|
+
"pathname": "src/IconEmojiWinkTongue"
|
|
5245
|
+
},
|
|
5232
5246
|
{
|
|
5233
5247
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.3001 17.7148L6.49955 11.9142L4.82798 13.5858C4.04693 14.3669 4.04693 15.6332 4.82797 16.4142L6.82798 18.4142C7.20305 18.7893 7.71176 19 8.24219 19H10.2168C10.763 19 11.2854 18.7766 11.6628 18.3818L12.3001 17.7148ZM12.4211 3.16425C13.9832 1.60215 16.5159 1.60215 18.078 3.16425L20.883 5.96927C22.4201 7.50633 22.4483 9.98955 20.9465 11.5611L13.1087 19.7635C12.3541 20.5533 11.3092 21 10.2168 21H8.24219C7.18132 21 6.16391 20.5786 5.41376 19.8285L3.41376 17.8285C1.85166 16.2664 1.85167 13.7337 3.41376 12.1716L12.4211 3.16425Z\" fill=\"currentColor\"/>",
|
|
5234
5248
|
"tags": "Path",
|
|
@@ -7364,6 +7378,13 @@
|
|
|
7364
7378
|
"iconName": "key-2, password",
|
|
7365
7379
|
"pathname": "src/IconKey2"
|
|
7366
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
|
+
},
|
|
7367
7388
|
{
|
|
7368
7389
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M7 3C4.79086 3 3 4.79086 3 7V18C3 20.2091 4.79086 22 7 22H17C19.2091 22 21 20.2091 21 18V7C21 4.79086 19.2091 3 17 3H7ZM6.5 5.06301C5.63739 5.28503 5 6.06808 5 7V18C5 19.1046 5.89543 20 7 20H8V14H7.5C6.94772 14 6.5 13.5523 6.5 13V5.06301ZM10 20H14V14H13.5C12.9477 14 12.5 13.5523 12.5 13V5H11.5V13C11.5 13.5523 11.0523 14 10.5 14H10V20ZM17.5 5.06301V13C17.5 13.5523 17.0523 14 16.5 14H16V20H17C18.1046 20 19 19.1046 19 18V7C19 6.06808 18.3626 5.28503 17.5 5.06301Z\" fill=\"currentColor\"/>",
|
|
7369
7390
|
"tags": "Path",
|