lucide-preact 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-preact.js +17 -1
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/rocket.js +15 -0
- package/dist/lucide-preact.d.ts +1 -0
- package/dist/umd/lucide-preact.js +17 -1
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.17.
|
|
2
|
+
* lucide-preact v0.17.14 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -7084,6 +7084,21 @@ var Rewind = createPreactComponent('Rewind', [['polygon', {
|
|
|
7084
7084
|
}]]);
|
|
7085
7085
|
var Rewind$1 = Rewind;
|
|
7086
7086
|
|
|
7087
|
+
var Rocket = createPreactComponent('Rocket', [['path', {
|
|
7088
|
+
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',
|
|
7089
|
+
key: '1clok2'
|
|
7090
|
+
}], ['path', {
|
|
7091
|
+
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',
|
|
7092
|
+
key: '1gakzr'
|
|
7093
|
+
}], ['path', {
|
|
7094
|
+
d: 'M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0',
|
|
7095
|
+
key: '1f8sc4'
|
|
7096
|
+
}], ['path', {
|
|
7097
|
+
d: 'M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5',
|
|
7098
|
+
key: 'qeys4'
|
|
7099
|
+
}]]);
|
|
7100
|
+
var Rocket$1 = Rocket;
|
|
7101
|
+
|
|
7087
7102
|
var RockingChair = createPreactComponent('RockingChair', [['polyline', {
|
|
7088
7103
|
points: '3.5 2 6.5 12.5 18 12.5',
|
|
7089
7104
|
key: 'y3iy52'
|
|
@@ -9934,6 +9949,7 @@ exports.Repeat1 = Repeat1$1;
|
|
|
9934
9949
|
exports.Reply = Reply$1;
|
|
9935
9950
|
exports.ReplyAll = ReplyAll$1;
|
|
9936
9951
|
exports.Rewind = Rewind$1;
|
|
9952
|
+
exports.Rocket = Rocket$1;
|
|
9937
9953
|
exports.RockingChair = RockingChair$1;
|
|
9938
9954
|
exports.RotateCcw = RotateCcw$1;
|
|
9939
9955
|
exports.RotateCw = RotateCw$1;
|