@central-icons-react-native/round-filled-radius-0-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=\"M19 22.5C19 22.7761 18.7761 23 18.5 23H5.5C5.22386 23 5 22.7761 5 22.5V15.8721C6.36426 18.3331 8.98674 20 12 20C15.0133 20 17.6357 18.3331 19 15.8721V22.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 8.5C13.933 8.5 15.5 10.067 15.5 12C15.5 13.933 13.933 15.5 12 15.5C10.067 15.5 8.5 13.933 8.5 12C8.5 10.067 10.067 8.5 12 8.5ZM12 9.5C10.6193 9.5 9.5 10.6193 9.5 12C9.5 13.3807 10.6193 14.5 12 14.5C13.3807 14.5 14.5 13.3807 14.5 12C14.5 10.6193 13.3807 9.5 12 9.5Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 5C15.866 5 19 8.13401 19 12C19 15.866 15.866 19 12 19C8.13401 19 5 15.866 5 12C5 8.13401 8.13401 5 12 5ZM12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6Z\" fill=\"currentColor\"/><Path d=\"M18.5 1C18.7761 1 19 1.22386 19 1.5V8.12695C17.6356 5.66629 15.013 4 12 4C8.98705 4 6.36438 5.66629 5 8.12695V1.5C5 1.22386 5.22386 1 5.5 1H18.5Z\" fill=\"currentColor\"/>",
|
|
6277
|
+
"tags": "Path",
|
|
6278
|
+
"componentName": "IconHapticFeedback",
|
|
6279
|
+
"iconName": "haptic-feedback, vibration",
|
|
6280
|
+
"pathname": "src/IconHapticFeedback"
|
|
6281
|
+
},
|
|
6275
6282
|
{
|
|
6276
6283
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M8.55842 3.00347C8.83267 3.03574 9.02884 3.28422 8.99658 3.55847L8.59168 7.00005H16.5848L17.0034 3.44163C17.0357 3.16738 17.2842 2.97121 17.5584 3.00347C17.8327 3.03574 18.0288 3.28422 17.9966 3.55847L17.5917 7.00005H20.5C20.7761 7.00005 21 7.22391 21 7.50005C21 7.77619 20.7761 8.00005 20.5 8.00005H17.474L16.5329 16H20.5C20.7761 16 21 16.2239 21 16.5C21 16.7762 20.7761 17 20.5 17H16.4152L15.9966 20.5585C15.9643 20.8327 15.7158 21.0289 15.4416 20.9966C15.1673 20.9644 14.9712 20.7159 15.0034 20.4416L15.4083 17H7.41521L6.99658 20.5585C6.96431 20.8327 6.71583 21.0289 6.44158 20.9966C6.16733 20.9644 5.97116 20.7159 6.00342 20.4416L6.40832 17H3.5C3.22386 17 3 16.7762 3 16.5C3 16.2239 3.22386 16 3.5 16H6.52596L7.46714 8.00005H3.5C3.22386 8.00005 3 7.77619 3 7.50005C3 7.22391 3.22386 7.00005 3.5 7.00005H7.58479L8.00342 3.44163C8.03569 3.16738 8.28417 2.97121 8.55842 3.00347ZM8.47404 8.00005L7.53286 16H15.526L16.4671 8.00005H8.47404Z\" fill=\"currentColor\"/>",
|
|
6277
6284
|
"tags": "Path",
|