@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.164 → 1.1.165
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/IconMapPin2/index.d.ts +4 -0
- package/IconMapPin2/index.js +2 -0
- package/IconMapPin2/index.js.map +1 -0
- package/IconMapPin2/index.mjs +2 -0
- package/IconMapPin2/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/tsx-icons.json +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -7595,6 +7595,13 @@
|
|
|
7595
7595
|
"iconName": "map-pin, location",
|
|
7596
7596
|
"pathname": "src/IconMapPin"
|
|
7597
7597
|
},
|
|
7598
|
+
{
|
|
7599
|
+
"svg": "<Path d=\"M19.2008 10.2C19.2008 6.22355 15.9772 3 12.0008 3C8.02433 3 4.80078 6.22355 4.80078 10.2C4.80078 14.5076 9.30078 16.95 11.0032 20.4076C11.1866 20.7801 11.5856 21 12.0008 21C12.416 21 12.7956 20.7699 12.9983 20.4076C14.7008 16.95 19.2008 14.5076 19.2008 10.2Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9 10.2002C9 8.54334 10.3431 7.2002 12 7.2002C13.6569 7.2002 15 8.54334 15 10.2002C15 11.857 13.6569 13.2002 12 13.2002C10.3431 13.2002 9 11.857 9 10.2002Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
7600
|
+
"tags": "Path",
|
|
7601
|
+
"componentName": "IconMapPin2",
|
|
7602
|
+
"iconName": "map-pin-2, location",
|
|
7603
|
+
"pathname": "src/IconMapPin2"
|
|
7604
|
+
},
|
|
7598
7605
|
{
|
|
7599
7606
|
"svg": "<Path d=\"M10 7H7M3 17.5V6.5C3 5.11929 4.11929 4 5.5 4H7V15H5.5C4.11929 15 3 16.1193 3 17.5ZM3 17.5C3 18.8807 4.11929 20 5.5 20H18C19.1046 20 20 19.1046 20 18V14M20 7C20 9.5 17 11 17 11C17 11 14 9.5 14 7C14 5.34315 15.3431 4 17 4C18.6569 4 20 5.34315 20 7Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
7600
7607
|
"tags": "Path",
|