@central-icons-react-native/square-filled-radius-0-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 fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C16.4446 2 20 5.6982 20 10.2002C19.9999 12.7333 18.5706 14.8093 17.1367 16.5537C16.772 16.9974 16.3953 17.4328 16.0312 17.8535C15.6643 18.2776 15.31 18.6866 14.9756 19.0938C14.3024 19.9134 13.7496 20.6777 13.3887 21.4316L13.1162 22H10.8838L10.6123 21.4316C10.2514 20.6777 9.69853 19.9144 9.02539 19.0947C8.6909 18.6874 8.33683 18.2777 7.96973 17.8535C7.60559 17.4328 7.22899 16.9974 6.86426 16.5537C5.43022 14.8093 4.00007 12.7335 4 10.2002C4 5.6982 7.55535 2 12 2ZM12 6.5C10.067 6.5 8.5 8.067 8.5 10C8.5 11.933 10.067 13.5 12 13.5C13.933 13.5 15.5 11.933 15.5 10C15.5 8.067 13.933 6.5 12 6.5Z\" fill=\"currentColor\"/>",
|
|
7600
|
+
"tags": "Path",
|
|
7601
|
+
"componentName": "IconMapPin2",
|
|
7602
|
+
"iconName": "map-pin-2, location",
|
|
7603
|
+
"pathname": "src/IconMapPin2"
|
|
7604
|
+
},
|
|
7598
7605
|
{
|
|
7599
7606
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 19H5.5C4.67 19 4 18.33 4 17.5C4 16.67 4.67 16 5.5 16H8V8H11V6H8V3H5.5C3.57 3 2 4.57 2 6.5V17.5C2 19.43 3.57 21 5.5 21H21V13H19V19Z\" fill=\"currentColor\"/><Path d=\"M18.01 11.58C18.33 11.38 18.75 11.08 19.18 10.69C20.01 9.93 21 8.68 21 7.02C21 4.81 19.21 3.02 17 3.02C14.79 3.02 13 4.81 13 7.02C13 8.68 13.99 9.93 14.82 10.69C15.25 11.08 15.67 11.38 15.99 11.58C16.316 11.7838 16.6539 11.9439 17 12.11L17.035 12.0932C17.3671 11.9339 17.6975 11.7753 18.01 11.58Z\" fill=\"currentColor\"/>",
|
|
7600
7607
|
"tags": "Path",
|