@sensoro-design/icons-svg 2.78.0 → 2.79.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.
Files changed (34) hide show
  1. package/es/asn/BarcodeOutlined.d.ts +3 -0
  2. package/es/asn/BarcodeOutlined.js +20 -0
  3. package/es/asn/FullFrameAnalysisOutlined.d.ts +3 -0
  4. package/es/asn/FullFrameAnalysisOutlined.js +20 -0
  5. package/es/asn/ImageSearchOutlined.d.ts +3 -0
  6. package/es/asn/ImageSearchOutlined.js +20 -0
  7. package/es/asn/RelevanceOutlined.d.ts +3 -0
  8. package/es/asn/RelevanceOutlined.js +20 -0
  9. package/es/index.d.ts +4 -0
  10. package/es/index.js +4 -0
  11. package/inline-namespaced-svg/outlined/barcode.svg +1 -0
  12. package/inline-namespaced-svg/outlined/full-frame-analysis.svg +1 -0
  13. package/inline-namespaced-svg/outlined/image-search.svg +1 -0
  14. package/inline-namespaced-svg/outlined/relevance.svg +1 -0
  15. package/inline-svg/outlined/barcode.svg +1 -0
  16. package/inline-svg/outlined/full-frame-analysis.svg +1 -0
  17. package/inline-svg/outlined/image-search.svg +1 -0
  18. package/inline-svg/outlined/relevance.svg +1 -0
  19. package/lib/asn/BarcodeOutlined.d.ts +3 -0
  20. package/lib/asn/BarcodeOutlined.js +41 -0
  21. package/lib/asn/FullFrameAnalysisOutlined.d.ts +3 -0
  22. package/lib/asn/FullFrameAnalysisOutlined.js +41 -0
  23. package/lib/asn/ImageSearchOutlined.d.ts +3 -0
  24. package/lib/asn/ImageSearchOutlined.js +41 -0
  25. package/lib/asn/RelevanceOutlined.d.ts +3 -0
  26. package/lib/asn/RelevanceOutlined.js +41 -0
  27. package/lib/index.d.ts +4 -0
  28. package/lib/index.js +12 -0
  29. package/package.json +1 -1
  30. package/src/asn/BarcodeOutlined.ts +21 -0
  31. package/src/asn/FullFrameAnalysisOutlined.ts +21 -0
  32. package/src/asn/ImageSearchOutlined.ts +21 -0
  33. package/src/asn/RelevanceOutlined.ts +21 -0
  34. package/src/index.ts +4 -0
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const BarcodeOutlined: IconDefinition;
3
+ export default BarcodeOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var BarcodeOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'barcode',
18
+ theme: 'outlined'
19
+ };
20
+ export default BarcodeOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FullFrameAnalysisOutlined: IconDefinition;
3
+ export default FullFrameAnalysisOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var FullFrameAnalysisOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'full-frame-analysis',
18
+ theme: 'outlined'
19
+ };
20
+ export default FullFrameAnalysisOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const ImageSearchOutlined: IconDefinition;
3
+ export default ImageSearchOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var ImageSearchOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'image-search',
18
+ theme: 'outlined'
19
+ };
20
+ export default ImageSearchOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const RelevanceOutlined: IconDefinition;
3
+ export default RelevanceOutlined;
@@ -0,0 +1,20 @@
1
+ // This icon file is generated automatically.
2
+
3
+ var RelevanceOutlined = {
4
+ icon: {
5
+ tag: 'svg',
6
+ attrs: {
7
+ viewBox: '0 0 1024 1024',
8
+ focusable: 'false'
9
+ },
10
+ children: [{
11
+ tag: 'path',
12
+ attrs: {
13
+ d: 'M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z'
14
+ }
15
+ }]
16
+ },
17
+ name: 'relevance',
18
+ theme: 'outlined'
19
+ };
20
+ export default RelevanceOutlined;
package/es/index.d.ts CHANGED
@@ -80,6 +80,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './asn/AuxiliaryPoliceOf
80
80
  export { default as AvatarPurely } from './asn/AvatarPurely';
81
81
  export { default as BackwardOutlined } from './asn/BackwardOutlined';
82
82
  export { default as BannerOutlined } from './asn/BannerOutlined';
83
+ export { default as BarcodeOutlined } from './asn/BarcodeOutlined';
83
84
  export { default as BaseStationOutlined } from './asn/BaseStationOutlined';
84
85
  export { default as BatchOutlined } from './asn/BatchOutlined';
85
86
  export { default as BatteryGroupFilled } from './asn/BatteryGroupFilled';
@@ -383,6 +384,7 @@ export { default as ForwardOutlined } from './asn/ForwardOutlined';
383
384
  export { default as FrostOutlined } from './asn/FrostOutlined';
384
385
  export { default as FrownFilled } from './asn/FrownFilled';
385
386
  export { default as FrownOutlined } from './asn/FrownOutlined';
387
+ export { default as FullFrameAnalysisOutlined } from './asn/FullFrameAnalysisOutlined';
386
388
  export { default as FullTargetCameraOutlined } from './asn/FullTargetCameraOutlined';
387
389
  export { default as FullTargetOutlined } from './asn/FullTargetOutlined';
388
390
  export { default as FullscreenExitOutlined } from './asn/FullscreenExitOutlined';
@@ -481,6 +483,7 @@ export { default as ImageOptimizationFilled } from './asn/ImageOptimizationFille
481
483
  export { default as ImageOptimizationOutlined } from './asn/ImageOptimizationOutlined';
482
484
  export { default as ImageOutlined } from './asn/ImageOutlined';
483
485
  export { default as ImagePurely } from './asn/ImagePurely';
486
+ export { default as ImageSearchOutlined } from './asn/ImageSearchOutlined';
484
487
  export { default as InclinationOutlined } from './asn/InclinationOutlined';
485
488
  export { default as IncomingCallOutlined } from './asn/IncomingCallOutlined';
486
489
  export { default as IndoorTrackOutlined } from './asn/IndoorTrackOutlined';
@@ -752,6 +755,7 @@ export { default as RecreationOutlined } from './asn/RecreationOutlined';
752
755
  export { default as RedoOutlined } from './asn/RedoOutlined';
753
756
  export { default as RefillStationFilled } from './asn/RefillStationFilled';
754
757
  export { default as RefillStationOutlined } from './asn/RefillStationOutlined';
758
+ export { default as RelevanceOutlined } from './asn/RelevanceOutlined';
755
759
  export { default as ReloadOutlined } from './asn/ReloadOutlined';
756
760
  export { default as RemoteFireMonitoringFilled } from './asn/RemoteFireMonitoringFilled';
757
761
  export { default as RemoteFireMonitoringOutlined } from './asn/RemoteFireMonitoringOutlined';
package/es/index.js CHANGED
@@ -81,6 +81,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from "./asn/AuxiliaryPoliceOf
81
81
  export { default as AvatarPurely } from "./asn/AvatarPurely";
82
82
  export { default as BackwardOutlined } from "./asn/BackwardOutlined";
83
83
  export { default as BannerOutlined } from "./asn/BannerOutlined";
84
+ export { default as BarcodeOutlined } from "./asn/BarcodeOutlined";
84
85
  export { default as BaseStationOutlined } from "./asn/BaseStationOutlined";
85
86
  export { default as BatchOutlined } from "./asn/BatchOutlined";
86
87
  export { default as BatteryGroupFilled } from "./asn/BatteryGroupFilled";
@@ -384,6 +385,7 @@ export { default as ForwardOutlined } from "./asn/ForwardOutlined";
384
385
  export { default as FrostOutlined } from "./asn/FrostOutlined";
385
386
  export { default as FrownFilled } from "./asn/FrownFilled";
386
387
  export { default as FrownOutlined } from "./asn/FrownOutlined";
388
+ export { default as FullFrameAnalysisOutlined } from "./asn/FullFrameAnalysisOutlined";
387
389
  export { default as FullTargetCameraOutlined } from "./asn/FullTargetCameraOutlined";
388
390
  export { default as FullTargetOutlined } from "./asn/FullTargetOutlined";
389
391
  export { default as FullscreenExitOutlined } from "./asn/FullscreenExitOutlined";
@@ -482,6 +484,7 @@ export { default as ImageOptimizationFilled } from "./asn/ImageOptimizationFille
482
484
  export { default as ImageOptimizationOutlined } from "./asn/ImageOptimizationOutlined";
483
485
  export { default as ImageOutlined } from "./asn/ImageOutlined";
484
486
  export { default as ImagePurely } from "./asn/ImagePurely";
487
+ export { default as ImageSearchOutlined } from "./asn/ImageSearchOutlined";
485
488
  export { default as InclinationOutlined } from "./asn/InclinationOutlined";
486
489
  export { default as IncomingCallOutlined } from "./asn/IncomingCallOutlined";
487
490
  export { default as IndoorTrackOutlined } from "./asn/IndoorTrackOutlined";
@@ -753,6 +756,7 @@ export { default as RecreationOutlined } from "./asn/RecreationOutlined";
753
756
  export { default as RedoOutlined } from "./asn/RedoOutlined";
754
757
  export { default as RefillStationFilled } from "./asn/RefillStationFilled";
755
758
  export { default as RefillStationOutlined } from "./asn/RefillStationOutlined";
759
+ export { default as RelevanceOutlined } from "./asn/RelevanceOutlined";
756
760
  export { default as ReloadOutlined } from "./asn/ReloadOutlined";
757
761
  export { default as RemoteFireMonitoringFilled } from "./asn/RemoteFireMonitoringFilled";
758
762
  export { default as RemoteFireMonitoringOutlined } from "./asn/RemoteFireMonitoringOutlined";
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false" xmlns="http://www.w3.org/2000/svg"><path d="M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z" /></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 1024 1024" focusable="false"><path d="M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z" /></svg>
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const BarcodeOutlined: IconDefinition;
3
+ export default BarcodeOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/BarcodeOutlined.ts
20
+ var BarcodeOutlined_exports = {};
21
+ __export(BarcodeOutlined_exports, {
22
+ default: () => BarcodeOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(BarcodeOutlined_exports);
25
+ var BarcodeOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "barcode",
39
+ theme: "outlined"
40
+ };
41
+ var BarcodeOutlined_default = BarcodeOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const FullFrameAnalysisOutlined: IconDefinition;
3
+ export default FullFrameAnalysisOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/FullFrameAnalysisOutlined.ts
20
+ var FullFrameAnalysisOutlined_exports = {};
21
+ __export(FullFrameAnalysisOutlined_exports, {
22
+ default: () => FullFrameAnalysisOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(FullFrameAnalysisOutlined_exports);
25
+ var FullFrameAnalysisOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "full-frame-analysis",
39
+ theme: "outlined"
40
+ };
41
+ var FullFrameAnalysisOutlined_default = FullFrameAnalysisOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const ImageSearchOutlined: IconDefinition;
3
+ export default ImageSearchOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/ImageSearchOutlined.ts
20
+ var ImageSearchOutlined_exports = {};
21
+ __export(ImageSearchOutlined_exports, {
22
+ default: () => ImageSearchOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(ImageSearchOutlined_exports);
25
+ var ImageSearchOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "image-search",
39
+ theme: "outlined"
40
+ };
41
+ var ImageSearchOutlined_default = ImageSearchOutlined;
@@ -0,0 +1,3 @@
1
+ import { IconDefinition } from '../types';
2
+ declare const RelevanceOutlined: IconDefinition;
3
+ export default RelevanceOutlined;
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: true });
8
+ };
9
+ var __copyProps = (to, from, except, desc) => {
10
+ if (from && typeof from === "object" || typeof from === "function") {
11
+ for (let key of __getOwnPropNames(from))
12
+ if (!__hasOwnProp.call(to, key) && key !== except)
13
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ }
15
+ return to;
16
+ };
17
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
+
19
+ // src/asn/RelevanceOutlined.ts
20
+ var RelevanceOutlined_exports = {};
21
+ __export(RelevanceOutlined_exports, {
22
+ default: () => RelevanceOutlined_default
23
+ });
24
+ module.exports = __toCommonJS(RelevanceOutlined_exports);
25
+ var RelevanceOutlined = {
26
+ icon: {
27
+ tag: "svg",
28
+ attrs: { viewBox: "0 0 1024 1024", focusable: "false" },
29
+ children: [
30
+ {
31
+ tag: "path",
32
+ attrs: {
33
+ d: "M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z"
34
+ }
35
+ }
36
+ ]
37
+ },
38
+ name: "relevance",
39
+ theme: "outlined"
40
+ };
41
+ var RelevanceOutlined_default = RelevanceOutlined;
package/lib/index.d.ts CHANGED
@@ -80,6 +80,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './asn/AuxiliaryPoliceOf
80
80
  export { default as AvatarPurely } from './asn/AvatarPurely';
81
81
  export { default as BackwardOutlined } from './asn/BackwardOutlined';
82
82
  export { default as BannerOutlined } from './asn/BannerOutlined';
83
+ export { default as BarcodeOutlined } from './asn/BarcodeOutlined';
83
84
  export { default as BaseStationOutlined } from './asn/BaseStationOutlined';
84
85
  export { default as BatchOutlined } from './asn/BatchOutlined';
85
86
  export { default as BatteryGroupFilled } from './asn/BatteryGroupFilled';
@@ -383,6 +384,7 @@ export { default as ForwardOutlined } from './asn/ForwardOutlined';
383
384
  export { default as FrostOutlined } from './asn/FrostOutlined';
384
385
  export { default as FrownFilled } from './asn/FrownFilled';
385
386
  export { default as FrownOutlined } from './asn/FrownOutlined';
387
+ export { default as FullFrameAnalysisOutlined } from './asn/FullFrameAnalysisOutlined';
386
388
  export { default as FullTargetCameraOutlined } from './asn/FullTargetCameraOutlined';
387
389
  export { default as FullTargetOutlined } from './asn/FullTargetOutlined';
388
390
  export { default as FullscreenExitOutlined } from './asn/FullscreenExitOutlined';
@@ -481,6 +483,7 @@ export { default as ImageOptimizationFilled } from './asn/ImageOptimizationFille
481
483
  export { default as ImageOptimizationOutlined } from './asn/ImageOptimizationOutlined';
482
484
  export { default as ImageOutlined } from './asn/ImageOutlined';
483
485
  export { default as ImagePurely } from './asn/ImagePurely';
486
+ export { default as ImageSearchOutlined } from './asn/ImageSearchOutlined';
484
487
  export { default as InclinationOutlined } from './asn/InclinationOutlined';
485
488
  export { default as IncomingCallOutlined } from './asn/IncomingCallOutlined';
486
489
  export { default as IndoorTrackOutlined } from './asn/IndoorTrackOutlined';
@@ -752,6 +755,7 @@ export { default as RecreationOutlined } from './asn/RecreationOutlined';
752
755
  export { default as RedoOutlined } from './asn/RedoOutlined';
753
756
  export { default as RefillStationFilled } from './asn/RefillStationFilled';
754
757
  export { default as RefillStationOutlined } from './asn/RefillStationOutlined';
758
+ export { default as RelevanceOutlined } from './asn/RelevanceOutlined';
755
759
  export { default as ReloadOutlined } from './asn/ReloadOutlined';
756
760
  export { default as RemoteFireMonitoringFilled } from './asn/RemoteFireMonitoringFilled';
757
761
  export { default as RemoteFireMonitoringOutlined } from './asn/RemoteFireMonitoringOutlined';
package/lib/index.js CHANGED
@@ -111,6 +111,7 @@ __export(src_exports, {
111
111
  AvatarPurely: () => import_AvatarPurely.default,
112
112
  BackwardOutlined: () => import_BackwardOutlined.default,
113
113
  BannerOutlined: () => import_BannerOutlined.default,
114
+ BarcodeOutlined: () => import_BarcodeOutlined.default,
114
115
  BaseStationOutlined: () => import_BaseStationOutlined.default,
115
116
  BatchOutlined: () => import_BatchOutlined.default,
116
117
  BatteryGroupFilled: () => import_BatteryGroupFilled.default,
@@ -414,6 +415,7 @@ __export(src_exports, {
414
415
  FrostOutlined: () => import_FrostOutlined.default,
415
416
  FrownFilled: () => import_FrownFilled.default,
416
417
  FrownOutlined: () => import_FrownOutlined.default,
418
+ FullFrameAnalysisOutlined: () => import_FullFrameAnalysisOutlined.default,
417
419
  FullTargetCameraOutlined: () => import_FullTargetCameraOutlined.default,
418
420
  FullTargetOutlined: () => import_FullTargetOutlined.default,
419
421
  FullscreenExitOutlined: () => import_FullscreenExitOutlined.default,
@@ -512,6 +514,7 @@ __export(src_exports, {
512
514
  ImageOptimizationOutlined: () => import_ImageOptimizationOutlined.default,
513
515
  ImageOutlined: () => import_ImageOutlined.default,
514
516
  ImagePurely: () => import_ImagePurely.default,
517
+ ImageSearchOutlined: () => import_ImageSearchOutlined.default,
515
518
  InclinationOutlined: () => import_InclinationOutlined.default,
516
519
  IncomingCallOutlined: () => import_IncomingCallOutlined.default,
517
520
  IndoorTrackOutlined: () => import_IndoorTrackOutlined.default,
@@ -783,6 +786,7 @@ __export(src_exports, {
783
786
  RedoOutlined: () => import_RedoOutlined.default,
784
787
  RefillStationFilled: () => import_RefillStationFilled.default,
785
788
  RefillStationOutlined: () => import_RefillStationOutlined.default,
789
+ RelevanceOutlined: () => import_RelevanceOutlined.default,
786
790
  ReloadOutlined: () => import_ReloadOutlined.default,
787
791
  RemoteFireMonitoringFilled: () => import_RemoteFireMonitoringFilled.default,
788
792
  RemoteFireMonitoringOutlined: () => import_RemoteFireMonitoringOutlined.default,
@@ -1166,6 +1170,7 @@ var import_AuxiliaryPoliceOfficerFilled = __toESM(require("./asn/AuxiliaryPolice
1166
1170
  var import_AvatarPurely = __toESM(require("./asn/AvatarPurely"));
1167
1171
  var import_BackwardOutlined = __toESM(require("./asn/BackwardOutlined"));
1168
1172
  var import_BannerOutlined = __toESM(require("./asn/BannerOutlined"));
1173
+ var import_BarcodeOutlined = __toESM(require("./asn/BarcodeOutlined"));
1169
1174
  var import_BaseStationOutlined = __toESM(require("./asn/BaseStationOutlined"));
1170
1175
  var import_BatchOutlined = __toESM(require("./asn/BatchOutlined"));
1171
1176
  var import_BatteryGroupFilled = __toESM(require("./asn/BatteryGroupFilled"));
@@ -1469,6 +1474,7 @@ var import_ForwardOutlined = __toESM(require("./asn/ForwardOutlined"));
1469
1474
  var import_FrostOutlined = __toESM(require("./asn/FrostOutlined"));
1470
1475
  var import_FrownFilled = __toESM(require("./asn/FrownFilled"));
1471
1476
  var import_FrownOutlined = __toESM(require("./asn/FrownOutlined"));
1477
+ var import_FullFrameAnalysisOutlined = __toESM(require("./asn/FullFrameAnalysisOutlined"));
1472
1478
  var import_FullTargetCameraOutlined = __toESM(require("./asn/FullTargetCameraOutlined"));
1473
1479
  var import_FullTargetOutlined = __toESM(require("./asn/FullTargetOutlined"));
1474
1480
  var import_FullscreenExitOutlined = __toESM(require("./asn/FullscreenExitOutlined"));
@@ -1567,6 +1573,7 @@ var import_ImageOptimizationFilled = __toESM(require("./asn/ImageOptimizationFil
1567
1573
  var import_ImageOptimizationOutlined = __toESM(require("./asn/ImageOptimizationOutlined"));
1568
1574
  var import_ImageOutlined = __toESM(require("./asn/ImageOutlined"));
1569
1575
  var import_ImagePurely = __toESM(require("./asn/ImagePurely"));
1576
+ var import_ImageSearchOutlined = __toESM(require("./asn/ImageSearchOutlined"));
1570
1577
  var import_InclinationOutlined = __toESM(require("./asn/InclinationOutlined"));
1571
1578
  var import_IncomingCallOutlined = __toESM(require("./asn/IncomingCallOutlined"));
1572
1579
  var import_IndoorTrackOutlined = __toESM(require("./asn/IndoorTrackOutlined"));
@@ -1838,6 +1845,7 @@ var import_RecreationOutlined = __toESM(require("./asn/RecreationOutlined"));
1838
1845
  var import_RedoOutlined = __toESM(require("./asn/RedoOutlined"));
1839
1846
  var import_RefillStationFilled = __toESM(require("./asn/RefillStationFilled"));
1840
1847
  var import_RefillStationOutlined = __toESM(require("./asn/RefillStationOutlined"));
1848
+ var import_RelevanceOutlined = __toESM(require("./asn/RelevanceOutlined"));
1841
1849
  var import_ReloadOutlined = __toESM(require("./asn/ReloadOutlined"));
1842
1850
  var import_RemoteFireMonitoringFilled = __toESM(require("./asn/RemoteFireMonitoringFilled"));
1843
1851
  var import_RemoteFireMonitoringOutlined = __toESM(require("./asn/RemoteFireMonitoringOutlined"));
@@ -2221,6 +2229,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2221
2229
  AvatarPurely,
2222
2230
  BackwardOutlined,
2223
2231
  BannerOutlined,
2232
+ BarcodeOutlined,
2224
2233
  BaseStationOutlined,
2225
2234
  BatchOutlined,
2226
2235
  BatteryGroupFilled,
@@ -2524,6 +2533,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2524
2533
  FrostOutlined,
2525
2534
  FrownFilled,
2526
2535
  FrownOutlined,
2536
+ FullFrameAnalysisOutlined,
2527
2537
  FullTargetCameraOutlined,
2528
2538
  FullTargetOutlined,
2529
2539
  FullscreenExitOutlined,
@@ -2622,6 +2632,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2622
2632
  ImageOptimizationOutlined,
2623
2633
  ImageOutlined,
2624
2634
  ImagePurely,
2635
+ ImageSearchOutlined,
2625
2636
  InclinationOutlined,
2626
2637
  IncomingCallOutlined,
2627
2638
  IndoorTrackOutlined,
@@ -2893,6 +2904,7 @@ var import_ZoomPlusOutlined = __toESM(require("./asn/ZoomPlusOutlined"));
2893
2904
  RedoOutlined,
2894
2905
  RefillStationFilled,
2895
2906
  RefillStationOutlined,
2907
+ RelevanceOutlined,
2896
2908
  ReloadOutlined,
2897
2909
  RemoteFireMonitoringFilled,
2898
2910
  RemoteFireMonitoringOutlined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sensoro-design/icons-svg",
3
- "version": "2.78.0",
3
+ "version": "2.79.0",
4
4
  "description": "sensoro design icons.",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const BarcodeOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M72 160h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H72a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm328 0h104a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H400a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-128 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm312 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm320 0h48a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8h-48a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8zm-192 0h120a8 8 0 0 1 8 8v688a8 8 0 0 1-8 8H712a8 8 0 0 1-8-8V168a8 8 0 0 1 8-8z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'barcode',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default BarcodeOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const FullFrameAnalysisOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M880 112a32 32 0 0 1 32 32v736a32 32 0 0 1-32 32H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H848V328H595.97a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H624v-88h-28.03a8 8 0 0 1-7.94-8v-48c0-4.42 3.52-8 7.94-8H880zm-452.03 0c4.48 0 8 3.58 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H176v368h252.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H400v88h28.03a8 8 0 0 1 8 8v48a8 8 0 0 1-8 8H144a32 32 0 0 1-32-32V144a32 32 0 0 1 32-32h284.03zm104 0a8.02 8.02 0 0 1 8.06 8v784a8 8 0 0 1-8.06 8H491a8 8 0 0 1-8-8V120a8 8 0 0 1 8-8h40.96zM352 760h-64v88h64v-88zm384 0h-64v88h64v-88zm-496 0h-64v88h64v-88zm608 0h-64v88h64v-88zM240 176h-64v88h64v-88zm496 0h-64v88h64v-88zm112 0h-64v88h64v-88zm-496 0h-64v88h64v-88z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'full-frame-analysis',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default FullFrameAnalysisOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const ImageSearchOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M751.23 480a190.72 190.72 0 0 1 155.59 301.06l74.88 74.88a8 8 0 0 1 0 11.26l-33.92 33.92a8 8 0 0 1-11.4 0l-74.81-74.82A190.72 190.72 0 1 1 751.23 480zM880 136a32 32 0 0 1 32 32v256a8 8 0 0 1-8 8h-56a8 8 0 0 1-8-8V208H136v334.72l89.6-117.06a8 8 0 0 1 12.8 0l148.16 193.6 208-271.61a8 8 0 0 1 12.74 0l72.83 95.17a238.72 238.72 0 0 0-59.2 27.9l-19.97-26.11-208 271.61a8 8 0 0 1-12.8 0l-148.1-193.6-96 125.32V768h368a8 8 0 0 1 8 8v56a8 8 0 0 1-8 8H96a32 32 0 0 1-32-32V168a32 32 0 0 1 32-32h784zM656 587.2a126.72 126.72 0 1 0 190.53 167.04A126.72 126.72 0 0 0 656 587.2zM283.97 248a84.03 84.03 0 1 1 0 168 84.03 84.03 0 0 1 0-168zm0 56a27.97 27.97 0 1 0 0 56 27.97 27.97 0 0 0 0-56z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'image-search',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default ImageSearchOutlined;
@@ -0,0 +1,21 @@
1
+ // This icon file is generated automatically.
2
+ import { IconDefinition } from '../types';
3
+
4
+ const RelevanceOutlined: IconDefinition = {
5
+ icon: {
6
+ tag: 'svg',
7
+ attrs: { viewBox: '0 0 1024 1024', focusable: 'false' },
8
+ children: [
9
+ {
10
+ tag: 'path',
11
+ attrs: {
12
+ d: 'M896 356.03a16 16 0 0 1 16 16V896a16 16 0 0 1-16 16H371.97a16 16 0 0 1-16-16V724.03a7.95 7.95 0 0 1 8-7.93H416c4.48 0 8 3.52 8 7.93V844.1h420.1V423.94H423.94V544a8 8 0 0 1-8 8h-51.9a8 8 0 0 1-8-8V371.97a16 16 0 0 1 15.67-16H896zM128 667.9a16 16 0 0 1-16-16V127.87a16 16 0 0 1 16-16h524.03a16 16 0 0 1 16 16V299.9a8 8 0 0 1-8.06 8H608a8 8 0 0 1-7.94-7.68V179.9H179.9V600h420.04V480c0-4.35 3.39-7.87 7.68-8h52.28a8.02 8.02 0 0 1 8.07 8v172.03a16 16 0 0 1-15.75 16L128 667.84z',
13
+ },
14
+ },
15
+ ],
16
+ },
17
+ name: 'relevance',
18
+ theme: 'outlined',
19
+ };
20
+
21
+ export default RelevanceOutlined;
package/src/index.ts CHANGED
@@ -81,6 +81,7 @@ export { default as AuxiliaryPoliceOfficerFilled } from './asn/AuxiliaryPoliceOf
81
81
  export { default as AvatarPurely } from './asn/AvatarPurely';
82
82
  export { default as BackwardOutlined } from './asn/BackwardOutlined';
83
83
  export { default as BannerOutlined } from './asn/BannerOutlined';
84
+ export { default as BarcodeOutlined } from './asn/BarcodeOutlined';
84
85
  export { default as BaseStationOutlined } from './asn/BaseStationOutlined';
85
86
  export { default as BatchOutlined } from './asn/BatchOutlined';
86
87
  export { default as BatteryGroupFilled } from './asn/BatteryGroupFilled';
@@ -384,6 +385,7 @@ export { default as ForwardOutlined } from './asn/ForwardOutlined';
384
385
  export { default as FrostOutlined } from './asn/FrostOutlined';
385
386
  export { default as FrownFilled } from './asn/FrownFilled';
386
387
  export { default as FrownOutlined } from './asn/FrownOutlined';
388
+ export { default as FullFrameAnalysisOutlined } from './asn/FullFrameAnalysisOutlined';
387
389
  export { default as FullTargetCameraOutlined } from './asn/FullTargetCameraOutlined';
388
390
  export { default as FullTargetOutlined } from './asn/FullTargetOutlined';
389
391
  export { default as FullscreenExitOutlined } from './asn/FullscreenExitOutlined';
@@ -482,6 +484,7 @@ export { default as ImageOptimizationFilled } from './asn/ImageOptimizationFille
482
484
  export { default as ImageOptimizationOutlined } from './asn/ImageOptimizationOutlined';
483
485
  export { default as ImageOutlined } from './asn/ImageOutlined';
484
486
  export { default as ImagePurely } from './asn/ImagePurely';
487
+ export { default as ImageSearchOutlined } from './asn/ImageSearchOutlined';
485
488
  export { default as InclinationOutlined } from './asn/InclinationOutlined';
486
489
  export { default as IncomingCallOutlined } from './asn/IncomingCallOutlined';
487
490
  export { default as IndoorTrackOutlined } from './asn/IndoorTrackOutlined';
@@ -753,6 +756,7 @@ export { default as RecreationOutlined } from './asn/RecreationOutlined';
753
756
  export { default as RedoOutlined } from './asn/RedoOutlined';
754
757
  export { default as RefillStationFilled } from './asn/RefillStationFilled';
755
758
  export { default as RefillStationOutlined } from './asn/RefillStationOutlined';
759
+ export { default as RelevanceOutlined } from './asn/RelevanceOutlined';
756
760
  export { default as ReloadOutlined } from './asn/ReloadOutlined';
757
761
  export { default as RemoteFireMonitoringFilled } from './asn/RemoteFireMonitoringFilled';
758
762
  export { default as RemoteFireMonitoringOutlined } from './asn/RemoteFireMonitoringOutlined';