lucide-react 0.101.0 → 0.102.0
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 +20 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/subtitles.js +18 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +20 -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.
|
|
2
|
+
* lucide-react v0.102.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -13014,6 +13014,24 @@ var Subscript = createReactComponent('Subscript', [['path', {
|
|
|
13014
13014
|
}]]);
|
|
13015
13015
|
var Subscript$1 = Subscript;
|
|
13016
13016
|
|
|
13017
|
+
var Subtitles = createReactComponent('Subtitles', [['path', {
|
|
13018
|
+
d: 'M7 13h4',
|
|
13019
|
+
key: '1m1xj0'
|
|
13020
|
+
}], ['path', {
|
|
13021
|
+
d: 'M15 13h2',
|
|
13022
|
+
key: 'vgjay3'
|
|
13023
|
+
}], ['path', {
|
|
13024
|
+
d: 'M7 9h2',
|
|
13025
|
+
key: '1q072n'
|
|
13026
|
+
}], ['path', {
|
|
13027
|
+
d: 'M13 9h4',
|
|
13028
|
+
key: 'o7fxw0'
|
|
13029
|
+
}], ['path', {
|
|
13030
|
+
d: 'M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10Z',
|
|
13031
|
+
key: '12yqn6'
|
|
13032
|
+
}]]);
|
|
13033
|
+
var Subtitles$1 = Subtitles;
|
|
13034
|
+
|
|
13017
13035
|
var SunDim = createReactComponent('SunDim', [['path', {
|
|
13018
13036
|
d: 'M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z',
|
|
13019
13037
|
key: '1r4kox'
|
|
@@ -15696,6 +15714,7 @@ exports.StretchHorizontal = StretchHorizontal$1;
|
|
|
15696
15714
|
exports.StretchVertical = StretchVertical$1;
|
|
15697
15715
|
exports.Strikethrough = Strikethrough$1;
|
|
15698
15716
|
exports.Subscript = Subscript$1;
|
|
15717
|
+
exports.Subtitles = Subtitles$1;
|
|
15699
15718
|
exports.Sun = Sun$1;
|
|
15700
15719
|
exports.SunDim = SunDim$1;
|
|
15701
15720
|
exports.SunMedium = SunMedium$1;
|