lucide 0.16.21 → 0.16.22
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.js +32 -1
- package/dist/cjs/lucide.js.map +1 -1
- package/dist/esm/icons/index.js +2 -0
- package/dist/esm/icons/scan-line.js +16 -0
- package/dist/esm/icons/scan.js +11 -0
- package/dist/lucide.d.ts +2 -0
- package/dist/umd/lucide.js +32 -1
- package/dist/umd/lucide.js.map +1 -1
- package/dist/umd/lucide.min.js +2 -2
- package/dist/umd/lucide.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide v0.16.
|
|
2
|
+
* lucide v0.16.22 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -5186,6 +5186,33 @@ var Scale = ['svg', defaultAttributes, [['path', {
|
|
|
5186
5186
|
}]]];
|
|
5187
5187
|
var Scale$1 = Scale;
|
|
5188
5188
|
|
|
5189
|
+
var ScanLine = ['svg', defaultAttributes, [['path', {
|
|
5190
|
+
d: 'M3 7V5a2 2 0 012-2h2'
|
|
5191
|
+
}], ['path', {
|
|
5192
|
+
d: 'M17 3h2a2 2 0 012 2v2'
|
|
5193
|
+
}], ['path', {
|
|
5194
|
+
d: 'M21 17v2a2 2 0 01-2 2h-2'
|
|
5195
|
+
}], ['path', {
|
|
5196
|
+
d: 'M7 21H5a2 2 0 01-2-2v-2'
|
|
5197
|
+
}], ['line', {
|
|
5198
|
+
x1: '7',
|
|
5199
|
+
y1: '12',
|
|
5200
|
+
x2: '17',
|
|
5201
|
+
y2: '12'
|
|
5202
|
+
}]]];
|
|
5203
|
+
var ScanLine$1 = ScanLine;
|
|
5204
|
+
|
|
5205
|
+
var Scan = ['svg', defaultAttributes, [['path', {
|
|
5206
|
+
d: 'M3 7V5a2 2 0 012-2h2'
|
|
5207
|
+
}], ['path', {
|
|
5208
|
+
d: 'M17 3h2a2 2 0 012 2v2'
|
|
5209
|
+
}], ['path', {
|
|
5210
|
+
d: 'M21 17v2a2 2 0 01-2 2h-2'
|
|
5211
|
+
}], ['path', {
|
|
5212
|
+
d: 'M7 21H5a2 2 0 01-2-2v-2'
|
|
5213
|
+
}]]];
|
|
5214
|
+
var Scan$1 = Scan;
|
|
5215
|
+
|
|
5189
5216
|
var Scissors = ['svg', defaultAttributes, [['circle', {
|
|
5190
5217
|
cx: '6',
|
|
5191
5218
|
cy: '6',
|
|
@@ -7279,6 +7306,8 @@ var allIcons = /*#__PURE__*/Object.freeze({
|
|
|
7279
7306
|
RussianRuble: RussianRuble$1,
|
|
7280
7307
|
Save: Save$1,
|
|
7281
7308
|
Scale: Scale$1,
|
|
7309
|
+
ScanLine: ScanLine$1,
|
|
7310
|
+
Scan: Scan$1,
|
|
7282
7311
|
Scissors: Scissors$1,
|
|
7283
7312
|
ScreenShareOff: ScreenShareOff$1,
|
|
7284
7313
|
ScreenShare: ScreenShare$1,
|
|
@@ -7839,6 +7868,8 @@ exports.Ruler = Ruler$1;
|
|
|
7839
7868
|
exports.RussianRuble = RussianRuble$1;
|
|
7840
7869
|
exports.Save = Save$1;
|
|
7841
7870
|
exports.Scale = Scale$1;
|
|
7871
|
+
exports.Scan = Scan$1;
|
|
7872
|
+
exports.ScanLine = ScanLine$1;
|
|
7842
7873
|
exports.Scissors = Scissors$1;
|
|
7843
7874
|
exports.ScreenShare = ScreenShare$1;
|
|
7844
7875
|
exports.ScreenShareOff = ScreenShareOff$1;
|