@central-icons-react-native/round-filled-radius-2-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=\"M7 3C7.55228 3 8 3.44772 8 4V6H11C11.5523 6 12 6.44772 12 7C12 7.55228 11.5523 8 11 8H8V15C8 15.5523 7.55228 16 7 16H5.5C4.67157 16 4 16.6716 4 17.5C4 18.3284 4.67157 19 5.5 19H18C18.5523 19 19 18.5523 19 18V14C19 13.4477 19.4477 13 20 13C20.5523 13 21 13.4477 21 14V18C21 19.6569 19.6569 21 18 21H5.5C3.567 21 2 19.433 2 17.5V6.5C2 4.567 3.567 3 5.5 3H7Z\" fill=\"currentColor\"/><Path d=\"M16.793 5.45996C17.8278 4.42513 19.5052 4.42519 20.54 5.45996C21.5749 6.49482 21.5749 8.17218 20.54 9.20703L17.04 12.707C16.8525 12.8945 16.5982 13 16.333 13H14C13.4477 13 13 12.5523 13 12V9.66699C13 9.40181 13.1055 9.14749 13.293 8.95996L16.793 5.45996Z\" fill=\"currentColor\"/>",
|
|
7992
|
+
"tags": "Path",
|
|
7993
|
+
"componentName": "IconMapEditFlat",
|
|
7994
|
+
"iconName": "map-edit-flat, route, plan",
|
|
7995
|
+
"pathname": "src/IconMapEditFlat"
|
|
7996
|
+
},
|
|
7990
7997
|
{
|
|
7991
7998
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 10C4 5.58172 7.58172 2 12 2C16.4183 2 20 5.58172 20 10C20 12.4742 18.9059 14.7588 17.6306 16.5941C16.3478 18.4403 14.8159 19.9262 13.7922 20.8238C12.7584 21.7302 11.2416 21.7302 10.2078 20.8238C9.18407 19.9262 7.65218 18.4403 6.36935 16.5941C5.09414 14.7588 4 12.4742 4 10ZM11.9978 12.5C13.3785 12.5 14.4978 11.3807 14.4978 10C14.4978 8.61929 13.3785 7.5 11.9978 7.5C10.6171 7.5 9.4978 8.61929 9.4978 10C9.4978 11.3807 10.6171 12.5 11.9978 12.5Z\" fill=\"currentColor\"/>",
|
|
7992
7999
|
"tags": "Path",
|