@leafygreen-ui/icon 11.28.0 → 11.29.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 (66) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +7 -7
  3. package/dist/Collections.js +2 -0
  4. package/dist/Collections.js.map +1 -0
  5. package/dist/Dashboard.js +1 -1
  6. package/dist/Dashboard.js.map +1 -1
  7. package/dist/InternalEmployee.js +2 -0
  8. package/dist/InternalEmployee.js.map +1 -0
  9. package/dist/Primary.js +2 -0
  10. package/dist/Primary.js.map +1 -0
  11. package/dist/Recommended.js +2 -0
  12. package/dist/Recommended.js.map +1 -0
  13. package/dist/SearchIndex.js +2 -0
  14. package/dist/SearchIndex.js.map +1 -0
  15. package/dist/Secondary.js +2 -0
  16. package/dist/Secondary.js.map +1 -0
  17. package/dist/esm/Collections.js +2 -0
  18. package/dist/esm/Collections.js.map +1 -0
  19. package/dist/esm/Dashboard.js +1 -1
  20. package/dist/esm/Dashboard.js.map +1 -1
  21. package/dist/esm/InternalEmployee.js +2 -0
  22. package/dist/esm/InternalEmployee.js.map +1 -0
  23. package/dist/esm/Primary.js +2 -0
  24. package/dist/esm/Primary.js.map +1 -0
  25. package/dist/esm/Recommended.js +2 -0
  26. package/dist/esm/Recommended.js.map +1 -0
  27. package/dist/esm/SearchIndex.js +2 -0
  28. package/dist/esm/SearchIndex.js.map +1 -0
  29. package/dist/esm/Secondary.js +2 -0
  30. package/dist/esm/Secondary.js.map +1 -0
  31. package/dist/esm/index.js +1 -1
  32. package/dist/esm/index.js.map +1 -1
  33. package/dist/generated/Collections.d.ts +23 -0
  34. package/dist/generated/Collections.d.ts.map +1 -0
  35. package/dist/generated/Dashboard.d.ts +1 -1
  36. package/dist/generated/InternalEmployee.d.ts +23 -0
  37. package/dist/generated/InternalEmployee.d.ts.map +1 -0
  38. package/dist/generated/Primary.d.ts +23 -0
  39. package/dist/generated/Primary.d.ts.map +1 -0
  40. package/dist/generated/Recommended.d.ts +23 -0
  41. package/dist/generated/Recommended.d.ts.map +1 -0
  42. package/dist/generated/SearchIndex.d.ts +23 -0
  43. package/dist/generated/SearchIndex.d.ts.map +1 -0
  44. package/dist/generated/Secondary.d.ts +23 -0
  45. package/dist/generated/Secondary.d.ts.map +1 -0
  46. package/dist/glyphs/index.d.ts +25 -1
  47. package/dist/glyphs/index.d.ts.map +1 -1
  48. package/dist/index.js +1 -1
  49. package/dist/index.js.map +1 -1
  50. package/package.json +1 -1
  51. package/src/generated/Collections.tsx +45 -0
  52. package/src/generated/Dashboard.tsx +2 -2
  53. package/src/generated/InternalEmployee.tsx +45 -0
  54. package/src/generated/Primary.tsx +45 -0
  55. package/src/generated/Recommended.tsx +45 -0
  56. package/src/generated/SearchIndex.tsx +45 -0
  57. package/src/generated/Secondary.tsx +45 -0
  58. package/src/glyphs/Collections.svg +4 -0
  59. package/src/glyphs/Dashboard.svg +5 -5
  60. package/src/glyphs/InternalEmployee.svg +5 -0
  61. package/src/glyphs/Primary.svg +3 -0
  62. package/src/glyphs/Recommended.svg +4 -0
  63. package/src/glyphs/SearchIndex.svg +6 -0
  64. package/src/glyphs/Secondary.svg +4 -0
  65. package/src/glyphs/index.ts +12 -0
  66. package/stories.js +1 -1
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
+ * @checksum e28e8a9de639ade4293c5f67ea2076f2
6
+ */
7
+ import * as React from "react";
8
+ import PropTypes from 'prop-types';
9
+ import { LGGlyph } from '../types';
10
+ export interface CollectionsProps extends LGGlyph.ComponentProps {
11
+ }
12
+ declare const Collections: {
13
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: CollectionsProps): React.JSX.Element;
14
+ displayName: string;
15
+ isGlyph: boolean;
16
+ propTypes: {
17
+ fill: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string | number>;
19
+ className: PropTypes.Requireable<string>;
20
+ };
21
+ };
22
+ export default Collections;
23
+ //# sourceMappingURL=Collections.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Collections.d.ts","sourceRoot":"","sources":["../../src/generated/Collections.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACnE,QAAA,MAAM,WAAW;uHASd,gBAAgB;;;;;;;;CAelB,CAAC;AAQF,eAAe,WAAW,CAAC"}
@@ -2,7 +2,7 @@
2
2
  * This is a generated file. Do not modify it manually.
3
3
  *
4
4
  * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
- * @checksum 22684d7685d3538818f4e0b3fb439475
5
+ * @checksum 815504b5936468163ee07eba2b72393a
6
6
  */
7
7
  import * as React from "react";
8
8
  import PropTypes from 'prop-types';
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
+ * @checksum 75bd58b7f0431c78fc82af37f2eb713d
6
+ */
7
+ import * as React from "react";
8
+ import PropTypes from 'prop-types';
9
+ import { LGGlyph } from '../types';
10
+ export interface InternalEmployeeProps extends LGGlyph.ComponentProps {
11
+ }
12
+ declare const InternalEmployee: {
13
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: InternalEmployeeProps): React.JSX.Element;
14
+ displayName: string;
15
+ isGlyph: boolean;
16
+ propTypes: {
17
+ fill: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string | number>;
19
+ className: PropTypes.Requireable<string>;
20
+ };
21
+ };
22
+ export default InternalEmployee;
23
+ //# sourceMappingURL=InternalEmployee.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InternalEmployee.d.ts","sourceRoot":"","sources":["../../src/generated/InternalEmployee.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,qBAAsB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACxE,QAAA,MAAM,gBAAgB;uHASnB,qBAAqB;;;;;;;;CAevB,CAAC;AAQF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
+ * @checksum 55093ae5f5b02170c4f8c9ad61f02c38
6
+ */
7
+ import * as React from "react";
8
+ import PropTypes from 'prop-types';
9
+ import { LGGlyph } from '../types';
10
+ export interface PrimaryProps extends LGGlyph.ComponentProps {
11
+ }
12
+ declare const Primary: {
13
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: PrimaryProps): React.JSX.Element;
14
+ displayName: string;
15
+ isGlyph: boolean;
16
+ propTypes: {
17
+ fill: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string | number>;
19
+ className: PropTypes.Requireable<string>;
20
+ };
21
+ };
22
+ export default Primary;
23
+ //# sourceMappingURL=Primary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Primary.d.ts","sourceRoot":"","sources":["../../src/generated/Primary.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC/D,QAAA,MAAM,OAAO;uHASV,YAAY;;;;;;;;CAed,CAAC;AAQF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
+ * @checksum 8076a865fbdb36bec3f4ddf1a1f136dd
6
+ */
7
+ import * as React from "react";
8
+ import PropTypes from 'prop-types';
9
+ import { LGGlyph } from '../types';
10
+ export interface RecommendedProps extends LGGlyph.ComponentProps {
11
+ }
12
+ declare const Recommended: {
13
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: RecommendedProps): React.JSX.Element;
14
+ displayName: string;
15
+ isGlyph: boolean;
16
+ propTypes: {
17
+ fill: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string | number>;
19
+ className: PropTypes.Requireable<string>;
20
+ };
21
+ };
22
+ export default Recommended;
23
+ //# sourceMappingURL=Recommended.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Recommended.d.ts","sourceRoot":"","sources":["../../src/generated/Recommended.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACnE,QAAA,MAAM,WAAW;uHASd,gBAAgB;;;;;;;;CAelB,CAAC;AAQF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
+ * @checksum af7e0fb62eeafd1be79c5280a224061f
6
+ */
7
+ import * as React from "react";
8
+ import PropTypes from 'prop-types';
9
+ import { LGGlyph } from '../types';
10
+ export interface SearchIndexProps extends LGGlyph.ComponentProps {
11
+ }
12
+ declare const SearchIndex: {
13
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: SearchIndexProps): React.JSX.Element;
14
+ displayName: string;
15
+ isGlyph: boolean;
16
+ propTypes: {
17
+ fill: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string | number>;
19
+ className: PropTypes.Requireable<string>;
20
+ };
21
+ };
22
+ export default SearchIndex;
23
+ //# sourceMappingURL=SearchIndex.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SearchIndex.d.ts","sourceRoot":"","sources":["../../src/generated/SearchIndex.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,gBAAiB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACnE,QAAA,MAAM,WAAW;uHASd,gBAAgB;;;;;;;;CAelB,CAAC;AAQF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/build.ts
5
+ * @checksum cc288159527964f3ceef8eeb46787d45
6
+ */
7
+ import * as React from "react";
8
+ import PropTypes from 'prop-types';
9
+ import { LGGlyph } from '../types';
10
+ export interface SecondaryProps extends LGGlyph.ComponentProps {
11
+ }
12
+ declare const Secondary: {
13
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: SecondaryProps): React.JSX.Element;
14
+ displayName: string;
15
+ isGlyph: boolean;
16
+ propTypes: {
17
+ fill: PropTypes.Requireable<string>;
18
+ size: PropTypes.Requireable<string | number>;
19
+ className: PropTypes.Requireable<string>;
20
+ };
21
+ };
22
+ export default Secondary;
23
+ //# sourceMappingURL=Secondary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Secondary.d.ts","sourceRoot":"","sources":["../../src/generated/Secondary.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,cAAe,SAAQ,OAAO,CAAC,cAAc;CAAG;AACjE,QAAA,MAAM,SAAS;uHASZ,cAAc;;;;;;;;CAehB,CAAC;AAQF,eAAe,SAAS,CAAC"}
@@ -145,6 +145,10 @@ declare const _glyphs: {
145
145
  title?: string | null | undefined;
146
146
  role?: "img" | "presentation" | undefined;
147
147
  }>;
148
+ readonly Collections: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
149
+ title?: string | null | undefined;
150
+ role?: "img" | "presentation" | undefined;
151
+ }>;
148
152
  readonly Colon: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
149
153
  title?: string | null | undefined;
150
154
  role?: "img" | "presentation" | undefined;
@@ -285,6 +289,10 @@ declare const _glyphs: {
285
289
  title?: string | null | undefined;
286
290
  role?: "img" | "presentation" | undefined;
287
291
  }>;
292
+ readonly InternalEmployee: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
293
+ title?: string | null | undefined;
294
+ role?: "img" | "presentation" | undefined;
295
+ }>;
288
296
  readonly InviteUser: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
289
297
  title?: string | null | undefined;
290
298
  role?: "img" | "presentation" | undefined;
@@ -405,6 +413,10 @@ declare const _glyphs: {
405
413
  title?: string | null | undefined;
406
414
  role?: "img" | "presentation" | undefined;
407
415
  }>;
416
+ readonly Primary: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
417
+ title?: string | null | undefined;
418
+ role?: "img" | "presentation" | undefined;
419
+ }>;
408
420
  readonly QuestionMarkWithCircle: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
409
421
  title?: string | null | undefined;
410
422
  role?: "img" | "presentation" | undefined;
@@ -413,6 +425,10 @@ declare const _glyphs: {
413
425
  title?: string | null | undefined;
414
426
  role?: "img" | "presentation" | undefined;
415
427
  }>;
428
+ readonly Recommended: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
429
+ title?: string | null | undefined;
430
+ role?: "img" | "presentation" | undefined;
431
+ }>;
416
432
  readonly Redo: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
417
433
  title?: string | null | undefined;
418
434
  role?: "img" | "presentation" | undefined;
@@ -449,6 +465,14 @@ declare const _glyphs: {
449
465
  title?: string | null | undefined;
450
466
  role?: "img" | "presentation" | undefined;
451
467
  }>;
468
+ readonly SearchIndex: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
469
+ title?: string | null | undefined;
470
+ role?: "img" | "presentation" | undefined;
471
+ }>;
472
+ readonly Secondary: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
473
+ title?: string | null | undefined;
474
+ role?: "img" | "presentation" | undefined;
475
+ }>;
452
476
  readonly Settings: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
453
477
  title?: string | null | undefined;
454
478
  role?: "img" | "presentation" | undefined;
@@ -587,6 +611,6 @@ declare const _glyphs: {
587
611
  }>;
588
612
  };
589
613
  export declare type GlyphName = keyof typeof _glyphs;
590
- export declare const glyphs: Record<"ActivityFeed" | "AddFile" | "AllProducts" | "Apps" | "Array" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "Beaker" | "Bell" | "Biometric" | "Boolean" | "Building" | "Bulb" | "Calendar" | "Camera" | "Cap" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "ChartFilled" | "Charts" | "Checkmark" | "CheckmarkWithCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Colon" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "FullScreenEnter" | "FullScreenExit" | "Folder" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Hash" | "Highlight" | "Home" | "HorizontalDrag" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InviteUser" | "Key" | "Laptop" | "LightningBolt" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "Mobile" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "OpenNewTab" | "Pause" | "Person" | "PersonGroup" | "PersonWithLock" | "Pin" | "Play" | "Plus" | "PlusWithCircle" | "QuestionMarkWithCircle" | "Read" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Return" | "Save" | "Serverless" | "ShardedCluster" | "Settings" | "Shell" | "SMS" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "String" | "Support" | "Sweep" | "Table" | "Tag" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "TimeSeriesCollection" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
614
+ export declare const glyphs: Record<"ActivityFeed" | "AddFile" | "AllProducts" | "Apps" | "Array" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "Beaker" | "Bell" | "Biometric" | "Boolean" | "Building" | "Bulb" | "Calendar" | "Camera" | "Cap" | "CaretDown" | "CaretLeft" | "CaretRight" | "CaretUp" | "ChartFilled" | "Charts" | "Checkmark" | "CheckmarkWithCircle" | "ChevronDown" | "ChevronLeft" | "ChevronRight" | "ChevronUp" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Collections" | "Colon" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "FullScreenEnter" | "FullScreenExit" | "Folder" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Hash" | "Highlight" | "Home" | "HorizontalDrag" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InternalEmployee" | "InviteUser" | "Key" | "Laptop" | "LightningBolt" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "Mobile" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "OpenNewTab" | "Pause" | "Person" | "PersonGroup" | "PersonWithLock" | "Pin" | "Play" | "Plus" | "PlusWithCircle" | "Primary" | "QuestionMarkWithCircle" | "Read" | "Recommended" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Return" | "Save" | "Serverless" | "ShardedCluster" | "SearchIndex" | "Secondary" | "Settings" | "Shell" | "SMS" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "String" | "Support" | "Sweep" | "Table" | "Tag" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "TimeSeriesCollection" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
591
615
  export {};
592
616
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/glyphs/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAsJnC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmJH,CAAC;AAEX,oBAAY,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,+6DAI2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/glyphs/index.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AA4JnC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyJH,CAAC;AAEX,oBAAY,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,8gEAI2B,CAAC"}