lucide-react 0.17.13 → 0.17.14
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/dist/cjs/lucide-react.js +17 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/rocket.js +15 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +17 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.17.
|
|
2
|
+
* lucide-react v0.17.14 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -7095,6 +7095,21 @@ var Rewind = createReactComponent('Rewind', [['polygon', {
|
|
|
7095
7095
|
}]]);
|
|
7096
7096
|
var Rewind$1 = Rewind;
|
|
7097
7097
|
|
|
7098
|
+
var Rocket = createReactComponent('Rocket', [['path', {
|
|
7099
|
+
d: 'M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 00-2.91-.09z',
|
|
7100
|
+
key: '1clok2'
|
|
7101
|
+
}], ['path', {
|
|
7102
|
+
d: 'M12 15l-3-3a22 22 0 012-3.95A12.88 12.88 0 0122 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 01-4 2z',
|
|
7103
|
+
key: '1gakzr'
|
|
7104
|
+
}], ['path', {
|
|
7105
|
+
d: 'M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0',
|
|
7106
|
+
key: '1f8sc4'
|
|
7107
|
+
}], ['path', {
|
|
7108
|
+
d: 'M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5',
|
|
7109
|
+
key: 'qeys4'
|
|
7110
|
+
}]]);
|
|
7111
|
+
var Rocket$1 = Rocket;
|
|
7112
|
+
|
|
7098
7113
|
var RockingChair = createReactComponent('RockingChair', [['polyline', {
|
|
7099
7114
|
points: '3.5 2 6.5 12.5 18 12.5',
|
|
7100
7115
|
key: 'y3iy52'
|
|
@@ -9945,6 +9960,7 @@ exports.Repeat1 = Repeat1$1;
|
|
|
9945
9960
|
exports.Reply = Reply$1;
|
|
9946
9961
|
exports.ReplyAll = ReplyAll$1;
|
|
9947
9962
|
exports.Rewind = Rewind$1;
|
|
9963
|
+
exports.Rocket = Rocket$1;
|
|
9948
9964
|
exports.RockingChair = RockingChair$1;
|
|
9949
9965
|
exports.RotateCcw = RotateCcw$1;
|
|
9950
9966
|
exports.RotateCw = RotateCw$1;
|