@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.244 → 1.1.245
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/IconCircleBanSign/index.js +1 -1
- package/IconCircleBanSign/index.js.map +1 -1
- package/IconCircleBanSign/index.mjs +1 -1
- package/IconCircleBanSign/index.mjs.map +1 -1
- package/IconDevices2/index.js +1 -1
- package/IconDevices2/index.js.map +1 -1
- package/IconDevices2/index.mjs +1 -1
- package/IconDevices2/index.mjs.map +1 -1
- package/IconParasol/index.js +1 -1
- package/IconParasol/index.js.map +1 -1
- package/IconParasol/index.mjs +1 -1
- package/IconParasol/index.mjs.map +1 -1
- package/IconUnblock/index.d.ts +4 -0
- package/IconUnblock/index.js +2 -0
- package/IconUnblock/index.js.map +1 -0
- package/IconUnblock/index.mjs +2 -0
- package/IconUnblock/index.mjs.map +1 -0
- package/README.md +5 -4
- package/filtered-icons.json +21 -7
- package/icons/index.d.ts +1 -0
- package/icons-index.json +12 -10
- package/index.d.ts +1 -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 +6 -5
- package/tsx-icons.json +10 -3
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.245) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2013 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
|
|
|
@@ -1017,10 +1017,14 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1017
1017
|
|
|
1018
1018
|
### Health & Medical
|
|
1019
1019
|
|
|
1020
|
+
- **IconInjection** — injection
|
|
1020
1021
|
- **IconMask1** — mask, medical-mask, covid
|
|
1021
1022
|
- **IconMedicalCross** — medical-cross, first-aid, emergency
|
|
1022
1023
|
- **IconMedicalCrossCircle** — medical-cross-circle, first-aid, emergency
|
|
1023
1024
|
- **IconMedicalCrossSquare** — medical-cross-square, first-aid, emergency
|
|
1025
|
+
- **IconMedicinePill** — medicine-pill
|
|
1026
|
+
- **IconMedicinePill2** — medicine-pill-2, tablett
|
|
1027
|
+
- **IconMedicineTablett** — medicine-tablett, pill
|
|
1024
1028
|
|
|
1025
1029
|
### Interface General
|
|
1026
1030
|
|
|
@@ -1214,6 +1218,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1214
1218
|
- **IconTrashRounded** — trash-rounded, delete, remove
|
|
1215
1219
|
- **IconTrial** — trial, try, money-back, test-phase
|
|
1216
1220
|
- **IconUnarchiv** — unarchiv, unbox
|
|
1221
|
+
- **IconUnblock** — unblock, unban
|
|
1217
1222
|
- **IconUnpin** — unpin
|
|
1218
1223
|
- **IconUnpin2** — unpin-2
|
|
1219
1224
|
- **IconUntrash** — untrash
|
|
@@ -1944,7 +1949,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1944
1949
|
- **IconGraduateCap2** — graduate-cap-2, study, education, academic, student
|
|
1945
1950
|
- **IconHermesHelmet** — hermes-helmet
|
|
1946
1951
|
- **IconInfinity** — infinity, loop, boomerang
|
|
1947
|
-
- **IconInjection** — injection
|
|
1948
1952
|
- **IconJudgeGavel** — judge-gavel, legal, terms, law
|
|
1949
1953
|
- **IconLab** — lab
|
|
1950
1954
|
- **IconLifeVest** — life-vest, vest
|
|
@@ -1953,9 +1957,6 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1953
1957
|
- **IconMagicLamp** — magic-lamp, wish, agents, genie
|
|
1954
1958
|
- **IconMakeItPop** — make-it-pop, design
|
|
1955
1959
|
- **IconMedal** — medal, trophy, badge, winner, win
|
|
1956
|
-
- **IconMedicinePill** — medicine-pill
|
|
1957
|
-
- **IconMedicinePill2** — medicine-pill-2, tablett
|
|
1958
|
-
- **IconMedicineTablett** — medicine-tablett, pill
|
|
1959
1960
|
- **IconMouth** — mouth, kiss
|
|
1960
1961
|
- **IconNailedIt** — nailed-it
|
|
1961
1962
|
- **IconOrganisation** — organisation, organimgram
|
package/tsx-icons.json
CHANGED
|
@@ -3438,7 +3438,7 @@
|
|
|
3438
3438
|
"pathname": "src/IconCircleArrowDown"
|
|
3439
3439
|
},
|
|
3440
3440
|
{
|
|
3441
|
-
"svg": "<Path d=\"
|
|
3441
|
+
"svg": "<Path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C9.37665 21.5 7.00165 20.4367 5.28249 18.7175C3.56332 16.9984 2.5 14.6234 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C14.6234 2.5 16.9984 3.56332 18.7175 5.28249C20.4367 7.00165 21.5 9.37665 21.5 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M18.4413 5.55859L5.46924 18.5307\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
3442
3442
|
"tags": "Path",
|
|
3443
3443
|
"componentName": "IconCircleBanSign",
|
|
3444
3444
|
"iconName": "circle-ban-sign, circle, block, ads",
|
|
@@ -4628,7 +4628,7 @@
|
|
|
4628
4628
|
"pathname": "src/IconDevices"
|
|
4629
4629
|
},
|
|
4630
4630
|
{
|
|
4631
|
-
"svg": "<Path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><Path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><Path d=\"M20.5 7V3.5H3.5V17.
|
|
4631
|
+
"svg": "<Path d=\"M15.5 9.5H22.5V20.5H15.5V9.5Z\" stroke=\"currentColor\"/><Path d=\"M13 19.5H1.5V17.5H13\" stroke=\"currentColor\"/><Path d=\"M20.5 7V3.5H3.5V17.25\" stroke=\"currentColor\"/>",
|
|
4632
4632
|
"tags": "Path",
|
|
4633
4633
|
"componentName": "IconDevices2",
|
|
4634
4634
|
"iconName": "devices-2, laptop-phone",
|
|
@@ -9374,7 +9374,7 @@
|
|
|
9374
9374
|
"pathname": "src/IconParagraph"
|
|
9375
9375
|
},
|
|
9376
9376
|
{
|
|
9377
|
-
"svg": "<G clip-Path=\"url(#
|
|
9377
|
+
"svg": "<G clip-Path=\"url(#clip0_15261_28203)\"><Path d=\"M20.2279 7.2497C17.6046 2.70592 11.7945 1.14911 7.25068 3.77246C2.7069 6.39581 1.15008 12.2059 3.77344 16.7497C5.07393 14.78 6.90221 13.7244 8.8012 13.8469C10.5588 11.6133 12.387 10.5578 15.2002 10.1525C16.0436 8.44668 17.8718 7.39109 20.2279 7.2497Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M11.6641 11.4229L16.7474 20.2274\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.0489 9.89011C12.4472 5.54365 9.02082 2.85323 7.298 3.8479C5.57819 4.84083 6.18982 9.14003 8.64237 13.5583\" stroke=\"currentColor\" strokeLinecap=\"square\"/></G><Defs><ClipPath id=\"clip0_15261_28203\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs>",
|
|
9378
9378
|
"tags": "ClipPath, Defs, G, Path, Rect",
|
|
9379
9379
|
"componentName": "IconParasol",
|
|
9380
9380
|
"iconName": "parasol,umbrella,vacation",
|
|
@@ -13153,6 +13153,13 @@
|
|
|
13153
13153
|
"iconName": "unarchiv, unbox",
|
|
13154
13154
|
"pathname": "src/IconUnarchiv"
|
|
13155
13155
|
},
|
|
13156
|
+
{
|
|
13157
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M5.5 18.5L10 14\" stroke=\"currentColor\"/><Path d=\"M14 10L18.5 5.5\" stroke=\"currentColor\"/>",
|
|
13158
|
+
"tags": "Circle, Path",
|
|
13159
|
+
"componentName": "IconUnblock",
|
|
13160
|
+
"iconName": "unblock, unban",
|
|
13161
|
+
"pathname": "src/IconUnblock"
|
|
13162
|
+
},
|
|
13156
13163
|
{
|
|
13157
13164
|
"svg": "<Path d=\"M9.75 6.25C9.75 6.80228 9.30228 7.25 8.75 7.25C8.19772 7.25 7.75 6.80228 7.75 6.25C7.75 5.69772 8.19772 5.25 8.75 5.25C9.30228 5.25 9.75 5.69772 9.75 6.25Z\" fill=\"currentColor\"/><Path d=\"M6.25 6.25C6.25 6.80228 5.80228 7.25 5.25 7.25C4.69772 7.25 4.25 6.80228 4.25 6.25C4.25 5.69772 4.69772 5.25 5.25 5.25C5.80228 5.25 6.25 5.69772 6.25 6.25Z\" fill=\"currentColor\"/><Path d=\"M9.75 17.75C9.75 18.3023 9.30228 18.75 8.75 18.75C8.19772 18.75 7.75 18.3023 7.75 17.75C7.75 17.1977 8.19772 16.75 8.75 16.75C9.30228 16.75 9.75 17.1977 9.75 17.75Z\" fill=\"currentColor\"/><Path d=\"M9.5 3.25C9.5 3.66421 9.16421 4 8.75 4C8.33579 4 8 3.66421 8 3.25C8 2.83579 8.33579 2.5 8.75 2.5C9.16421 2.5 9.5 2.83579 9.5 3.25Z\" fill=\"currentColor\"/><Path d=\"M3.25 10C3.25 10.4142 2.91421 10.75 2.5 10.75C2.08579 10.75 1.75 10.4142 1.75 10C1.75 9.58579 2.08579 9.25 2.5 9.25C2.91421 9.25 3.25 9.58579 3.25 10Z\" fill=\"currentColor\"/><Path d=\"M3.25 14C3.25 14.4142 2.91421 14.75 2.5 14.75C2.08579 14.75 1.75 14.4142 1.75 14C1.75 13.5858 2.08579 13.25 2.5 13.25C2.91421 13.25 3.25 13.5858 3.25 14Z\" fill=\"currentColor\"/><Path d=\"M9.5 20.75C9.5 21.1642 9.16421 21.5 8.75 21.5C8.33579 21.5 8 21.1642 8 20.75C8 20.3358 8.33579 20 8.75 20C9.16421 20 9.5 20.3358 9.5 20.75Z\" fill=\"currentColor\"/><Path d=\"M10.25 10C10.25 10.8284 9.57843 11.5 8.75 11.5C7.92157 11.5 7.25 10.8284 7.25 10C7.25 9.17157 7.92157 8.5 8.75 8.5C9.57843 8.5 10.25 9.17157 10.25 10Z\" fill=\"currentColor\"/><Path d=\"M10.25 14C10.25 14.8284 9.57843 15.5 8.75 15.5C7.92157 15.5 7.25 14.8284 7.25 14C7.25 13.1716 7.92157 12.5 8.75 12.5C9.57843 12.5 10.25 13.1716 10.25 14Z\" fill=\"currentColor\"/><Path d=\"M6.25 10C6.25 10.5523 5.80228 11 5.25 11C4.69772 11 4.25 10.5523 4.25 10C4.25 9.44772 4.69772 9 5.25 9C5.80228 9 6.25 9.44772 6.25 10Z\" fill=\"currentColor\"/><Path d=\"M6.25 14C6.25 14.5523 5.80228 15 5.25 15C4.69772 15 4.25 14.5523 4.25 14C4.25 13.4477 4.69772 13 5.25 13C5.80228 13 6.25 13.4477 6.25 14Z\" fill=\"currentColor\"/><Path d=\"M6.25 17.75C6.25 18.3023 5.80228 18.75 5.25 18.75C4.69772 18.75 4.25 18.3023 4.25 17.75C4.25 17.1977 4.69772 16.75 5.25 16.75C5.80228 16.75 6.25 17.1977 6.25 17.75Z\" fill=\"currentColor\"/><Path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5V21.5Z\" stroke=\"currentColor\"/>",
|
|
13158
13165
|
"tags": "Path",
|