@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.222 → 1.1.224
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/IconOwlFace/index.d.ts +4 -0
- package/IconOwlFace/index.js +2 -0
- package/IconOwlFace/index.js.map +1 -0
- package/IconOwlFace/index.mjs +2 -0
- package/IconOwlFace/index.mjs.map +1 -0
- package/IconShieldAccess/index.d.ts +4 -0
- package/IconShieldAccess/index.js +2 -0
- package/IconShieldAccess/index.js.map +1 -0
- package/IconShieldAccess/index.mjs +2 -0
- package/IconShieldAccess/index.mjs.map +1 -0
- package/IconShieldSearch/index.d.ts +4 -0
- package/IconShieldSearch/index.js +2 -0
- package/IconShieldSearch/index.js.map +1 -0
- package/IconShieldSearch/index.mjs +2 -0
- package/IconShieldSearch/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.224) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1983 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,6 +1489,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1489
1489
|
- **IconSafeSimple** — safe-simple, save
|
|
1490
1490
|
- **IconShield** — shield, security, protection
|
|
1491
1491
|
- **IconShield2** — shield-2, safety, privacy
|
|
1492
|
+
- **IconShieldAccess** — shield-access, full-access
|
|
1492
1493
|
- **IconShieldBreak** — shield-break, not-secure
|
|
1493
1494
|
- **IconShieldCheck** — shield-check, security, protection
|
|
1494
1495
|
- **IconShieldCheck2** — shield-check-2, protect, security, check
|
|
@@ -1496,6 +1497,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1496
1497
|
- **IconShieldCode** — shield-code, sandbox
|
|
1497
1498
|
- **IconShieldCrossed** — shield-crossed, security, protection
|
|
1498
1499
|
- **IconShieldKeyhole** — shield-keyhole
|
|
1500
|
+
- **IconShieldSearch** — shield-search, safety, privacy, security, scan
|
|
1499
1501
|
- **IconSiren** — siren, alarm
|
|
1500
1502
|
- **IconUmbrellaSecurity** — umbrella-security
|
|
1501
1503
|
- **IconUnlocked** — unlocked, unlock, private
|
|
@@ -1925,6 +1927,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1925
1927
|
- **IconMouth** — mouth, kiss
|
|
1926
1928
|
- **IconNailedIt** — nailed-it
|
|
1927
1929
|
- **IconOrganisation** — organisation, organimgram
|
|
1930
|
+
- **IconOwlFace** — owl-face, learning, reading, research
|
|
1928
1931
|
- **IconParachute** — parachute, airdrop
|
|
1929
1932
|
- **IconParasol** — parasol, umbrella, vacation
|
|
1930
1933
|
- **IconPeace** — peace
|
package/tsx-icons.json
CHANGED
|
@@ -8897,6 +8897,13 @@
|
|
|
8897
8897
|
"iconName": "organisation, organimgram",
|
|
8898
8898
|
"pathname": "src/IconOrganisation"
|
|
8899
8899
|
},
|
|
8900
|
+
{
|
|
8901
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 12C12 9.51472 9.98528 7.5 7.5 7.5C5.01472 7.5 3 9.51472 3 12\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M21 12C21 9.51472 18.9853 7.5 16.5 7.5C14.0147 7.5 12 9.51472 12 12\" stroke=\"currentColor\" strokeWidth=\"2\"/><Circle cx=\"7.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\"/><Circle cx=\"16.5\" cy=\"12\" r=\"1.25\" fill=\"currentColor\"/><Path d=\"M12 12V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
8902
|
+
"tags": "Circle, Path",
|
|
8903
|
+
"componentName": "IconOwlFace",
|
|
8904
|
+
"iconName": "owl-face, learning, reading, research",
|
|
8905
|
+
"pathname": "src/IconOwlFace"
|
|
8906
|
+
},
|
|
8900
8907
|
{
|
|
8901
8908
|
"svg": "<Path d=\"M14 16H16M9 4V9H15V4M4 4V20H20V4H4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
8902
8909
|
"tags": "Path",
|
|
@@ -10948,6 +10955,13 @@
|
|
|
10948
10955
|
"iconName": "shield-2, safety, privacy",
|
|
10949
10956
|
"pathname": "src/IconShield2"
|
|
10950
10957
|
},
|
|
10958
|
+
{
|
|
10959
|
+
"svg": "<Path d=\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Circle cx=\"11.9992\" cy=\"15.7\" r=\"1.3\" fill=\"currentColor\"/><Path d=\"M11.1 13C11.7 13 12.3 13 12.9 13C12.9042 12.9083 12.9083 12.8167 12.9125 12.725C12.9875 11.075 13.0625 9.425 13.1375 7.775C13.1417 7.68333 13.1458 7.59167 13.15 7.5C12.3833 7.5 11.6167 7.5 10.85 7.5C10.8542 7.59167 10.8583 7.68333 10.8625 7.775C10.9375 9.425 11.0125 11.075 11.0875 12.725C11.0917 12.8167 11.0958 12.9083 11.1 13Z\" fill=\"currentColor\"/>",
|
|
10960
|
+
"tags": "Circle, Path",
|
|
10961
|
+
"componentName": "IconShieldAccess",
|
|
10962
|
+
"iconName": "shield-access, full-access",
|
|
10963
|
+
"pathname": "src/IconShieldAccess"
|
|
10964
|
+
},
|
|
10951
10965
|
{
|
|
10952
10966
|
"svg": "<Path d=\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M12.4 7.9541H11.6L10.6 10.5541L8 11.5541V12.3541L10.6 13.3541L11.6 15.9541H12.4L13.4 13.3541L16 12.3541V11.5541L13.4 10.5541L12.4 7.9541Z\" fill=\"currentColor\"/>",
|
|
10953
10967
|
"tags": "Path",
|
|
@@ -11004,6 +11018,13 @@
|
|
|
11004
11018
|
"iconName": "shield-keyhole",
|
|
11005
11019
|
"pathname": "src/IconShieldKeyhole"
|
|
11006
11020
|
},
|
|
11021
|
+
{
|
|
11022
|
+
"svg": "<Path d=\"M4 6L12 2.5L20 6V13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Circle cx=\"11\" cy=\"11\" r=\"3\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M13 13L16 16\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
11023
|
+
"tags": "Circle, Path",
|
|
11024
|
+
"componentName": "IconShieldSearch",
|
|
11025
|
+
"iconName": "shield-search, safety, privacy, security, scan",
|
|
11026
|
+
"pathname": "src/IconShieldSearch"
|
|
11027
|
+
},
|
|
11007
11028
|
{
|
|
11008
11029
|
"svg": "<Path d=\"M2.5 13L12 3L21.5 13H17V20H7V13H2.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
11009
11030
|
"tags": "Path",
|