@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.224 → 1.1.225
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/IconMapEditFlat/index.d.ts +4 -0
- package/IconMapEditFlat/index.js +2 -0
- package/IconMapEditFlat/index.js.map +1 -0
- package/IconMapEditFlat/index.mjs +2 -0
- package/IconMapEditFlat/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- 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 +2 -1
- package/tsx-icons.json +7 -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.225) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1984 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
|
|
|
@@ -1285,6 +1285,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
|
|
|
1285
1285
|
- **IconInitiatives** — initiatives, nav, rooting
|
|
1286
1286
|
- **IconLocation** — location, explore, compass
|
|
1287
1287
|
- **IconMap** — map, paper
|
|
1288
|
+
- **IconMapEditFlat** — map-edit-flat, route, plan
|
|
1288
1289
|
- **IconMapPin** — map-pin, location
|
|
1289
1290
|
- **IconMapPin2** — map-pin-2, location
|
|
1290
1291
|
- **IconMapPinFlat** — map-pin-flat, route
|
package/tsx-icons.json
CHANGED
|
@@ -7987,6 +7987,13 @@
|
|
|
7987
7987
|
"iconName": "map, paper",
|
|
7988
7988
|
"pathname": "src/IconMap"
|
|
7989
7989
|
},
|
|
7990
|
+
{
|
|
7991
|
+
"svg": "<Path d=\"M3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H7V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M11 7H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M20 14V20H5.5C4.11929 20 3 18.8807 3 17.5C3 16.1193 4.11929 15 5.5 15H7\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M14 12.0002V9.66684L17.5 6.16684C18.1443 5.52251 19.189 5.52251 19.8333 6.16684C20.4777 6.81118 20.4777 7.85584 19.8333 8.50018L16.3333 12.0002H14Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/>",
|
|
7992
|
+
"tags": "Path",
|
|
7993
|
+
"componentName": "IconMapEditFlat",
|
|
7994
|
+
"iconName": "map-edit-flat, route, plan",
|
|
7995
|
+
"pathname": "src/IconMapEditFlat"
|
|
7996
|
+
},
|
|
7990
7997
|
{
|
|
7991
7998
|
"svg": "<Path d=\"M14.4978 10C14.4978 11.3807 13.3785 12.5 11.9978 12.5C10.6171 12.5 9.4978 11.3807 9.4978 10C9.4978 8.61929 10.6171 7.5 11.9978 7.5C13.3785 7.5 14.4978 8.61929 14.4978 10Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M19 10C19 15.866 12 21 12 21C12 21 5 15.866 5 10C5 6.13401 8.13401 3 12 3C15.866 3 19 6.13401 19 10Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
7992
7999
|
"tags": "Path",
|