@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.140 → 1.1.141
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/IconHapticFeedback/index.d.ts +4 -0
- package/IconHapticFeedback/index.js +2 -0
- package/IconHapticFeedback/index.js.map +1 -0
- package/IconHapticFeedback/index.mjs +2 -0
- package/IconHapticFeedback/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
|
@@ -6272,6 +6272,13 @@
|
|
|
6272
6272
|
"iconName": "haptic, waves",
|
|
6273
6273
|
"pathname": "src/IconHaptic"
|
|
6274
6274
|
},
|
|
6275
|
+
{
|
|
6276
|
+
"svg": "<Path d=\"M15.5 1.5H8.5C6.84315 1.5 5.5 2.84315 5.5 4.5V19.5C5.5 21.1569 6.84315 22.5 8.5 22.5H15.5C17.1569 22.5 18.5 21.1569 18.5 19.5V4.5C18.5 2.84315 17.1569 1.5 15.5 1.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"6.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
6277
|
+
"tags": "Circle, Path",
|
|
6278
|
+
"componentName": "IconHapticFeedback",
|
|
6279
|
+
"iconName": "haptic-feedback, vibration",
|
|
6280
|
+
"pathname": "src/IconHapticFeedback"
|
|
6281
|
+
},
|
|
6275
6282
|
{
|
|
6276
6283
|
"svg": "<Path d=\"M8.5 3.5L6.5 20.5M17.5 3.5L15.5 20.5M3.5 7.5H20.5M20.5 16.5H3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6277
6284
|
"tags": "Path",
|