@geneui/icons 1.4.0 → 1.4.1

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.
@@ -2,7 +2,7 @@ import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.j
2
2
  import React from 'react';
3
3
 
4
4
  var _excluded = ["size", "color"];
5
- var SvgArchiveMajor = function SvgArchiveMajor(_ref) {
5
+ var SvgArchive = function SvgArchive(_ref) {
6
6
  var _ref$size = _ref.size,
7
7
  size = _ref$size === void 0 ? 24 : _ref$size,
8
8
  _ref$color = _ref.color,
@@ -20,4 +20,4 @@ var SvgArchiveMajor = function SvgArchiveMajor(_ref) {
20
20
  }));
21
21
  };
22
22
 
23
- export { SvgArchiveMajor as S };
23
+ export { SvgArchive as S };
package/index.d.ts CHANGED
@@ -16,8 +16,8 @@ export declare const AlignmentTop: React.FC<IconProps>;
16
16
  export declare const AlignmentTopFilled: React.FC<IconProps>;
17
17
  export declare const AlignmentVerticalCenter: React.FC<IconProps>;
18
18
  export declare const AppGrid: React.FC<IconProps>;
19
+ export declare const Archive: React.FC<IconProps>;
19
20
  export declare const ArchiveFilled: React.FC<IconProps>;
20
- export declare const ArchiveMajor: React.FC<IconProps>;
21
21
  export declare const ArrowBounceDown: React.FC<IconProps>;
22
22
  export declare const ArrowBounceUp: React.FC<IconProps>;
23
23
  export declare const ArrowDown: React.FC<IconProps>;
package/index.js CHANGED
@@ -10,8 +10,8 @@ export { S as AlignmentTop } from './icons/AlignmentTop.js';
10
10
  export { S as AlignmentTopFilled } from './icons/AlignmentTopFilled.js';
11
11
  export { S as AlignmentVerticalCenter } from './icons/AlignmentVerticalCenter.js';
12
12
  export { S as AppGrid } from './icons/AppGrid.js';
13
+ export { S as Archive } from './icons/Archive.js';
13
14
  export { S as ArchiveFilled } from './icons/ArchiveFilled.js';
14
- export { S as ArchiveMajor } from './icons/ArchiveMajor.js';
15
15
  export { S as ArrowBounceDown } from './icons/ArrowBounceDown.js';
16
16
  export { S as ArrowBounceUp } from './icons/ArrowBounceUp.js';
17
17
  export { S as ArrowDown } from './icons/ArrowDown.js';
package/metadata.js CHANGED
@@ -313,25 +313,23 @@ const metadata = {
313
313
  ],
314
314
  "creation_date": "2/20/2025, 1:27:08 PM"
315
315
  },
316
- "ArchiveFilled": {
317
- "id": "ArchiveFilledMajor",
318
- "name": "ArchiveFilled",
316
+ "Archive": {
317
+ "id": "ArchiveMajor",
318
+ "name": "Archive",
319
319
  "set": "major",
320
- "type": "filled",
320
+ "type": "outline",
321
321
  "keywords": [
322
322
  "Archive",
323
323
  "file storage",
324
324
  "data preservation",
325
325
  "document retention",
326
326
  "save",
327
- "backup",
328
- "filled",
329
- "completed."
327
+ "backup."
330
328
  ],
331
329
  "aliases": [
332
330
  ""
333
331
  ],
334
- "description": "The filled archive icon represents a completed or active storage action, where files or documents are securely stored or archived. It is typically used to indicate that items have been successfully archived or backed up and are no longer in active use but are preserved for future reference. ",
332
+ "description": "The archive icon typically represents the action of storing or preserving files or documents for long-term storage, often in a compressed or organized format for easy retrieval. ",
335
333
  "sizes": [
336
334
  16,
337
335
  20,
@@ -340,25 +338,27 @@ const metadata = {
340
338
  32,
341
339
  48
342
340
  ],
343
- "creation_date": "1/8/2025, 3:18:49 PM"
341
+ "creation_date": "1/8/2025, 2:33:45 PM"
344
342
  },
345
- "ArchiveMajor": {
346
- "id": "ArchiveMajor",
347
- "name": "ArchiveMajor",
343
+ "ArchiveFilled": {
344
+ "id": "ArchiveFilledMajor",
345
+ "name": "ArchiveFilled",
348
346
  "set": "major",
349
- "type": "outline",
347
+ "type": "filled",
350
348
  "keywords": [
351
349
  "Archive",
352
350
  "file storage",
353
351
  "data preservation",
354
352
  "document retention",
355
353
  "save",
356
- "backup."
354
+ "backup",
355
+ "filled",
356
+ "completed."
357
357
  ],
358
358
  "aliases": [
359
359
  ""
360
360
  ],
361
- "description": "The archive icon typically represents the action of storing or preserving files or documents for long-term storage, often in a compressed or organized format for easy retrieval. ",
361
+ "description": "The filled archive icon represents a completed or active storage action, where files or documents are securely stored or archived. It is typically used to indicate that items have been successfully archived or backed up and are no longer in active use but are preserved for future reference. ",
362
362
  "sizes": [
363
363
  16,
364
364
  20,
@@ -367,7 +367,7 @@ const metadata = {
367
367
  32,
368
368
  48
369
369
  ],
370
- "creation_date": "1/8/2025, 2:33:45 PM"
370
+ "creation_date": "1/8/2025, 3:18:49 PM"
371
371
  },
372
372
  "ArrowBounceDown": {
373
373
  "id": "ArrowBounceDownMajor",
@@ -2603,7 +2603,7 @@ const metadata = {
2603
2603
  "id": "EmojiSadMajor",
2604
2604
  "name": "EmojiSad",
2605
2605
  "set": "major",
2606
- "type": "filled",
2606
+ "type": "outline",
2607
2607
  "keywords": [
2608
2608
  "emoji",
2609
2609
  "sad",
@@ -3446,8 +3446,8 @@ const metadata = {
3446
3446
  "creation_date": "2/3/2025, 3:09:34 PM"
3447
3447
  },
3448
3448
  "Info": {
3449
- "id": "InfoOutlineMajor",
3450
- "name": "InfoOutline",
3449
+ "id": "InfoMajor",
3450
+ "name": "Info",
3451
3451
  "set": "major",
3452
3452
  "type": "outline",
3453
3453
  "keywords": [
@@ -3751,7 +3751,7 @@ const metadata = {
3751
3751
  },
3752
3752
  "LightBulb": {
3753
3753
  "id": "LightBulbMajor",
3754
- "name": "LightBulbFill",
3754
+ "name": "LightBulb",
3755
3755
  "set": "major",
3756
3756
  "type": "outline",
3757
3757
  "keywords": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geneui/icons",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Gene UI icons distributed as SVG React components.",
5
5
  "author": "SoftConstruct",
6
6
  "homepage": "https://github.com/softconstruct/gene-ui-icons#readme",
File without changes