@leafygreen-ui/icon 13.1.3 → 13.2.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 (119) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +7 -7
  3. package/dist/AnalyticsNode.js +2 -0
  4. package/dist/AnalyticsNode.js.map +1 -0
  5. package/dist/Circle.js.map +1 -1
  6. package/dist/Config.js +2 -0
  7. package/dist/Config.js.map +1 -0
  8. package/dist/Download.js +1 -1
  9. package/dist/Download.js.map +1 -1
  10. package/dist/Favorite.js +1 -1
  11. package/dist/Favorite.js.map +1 -1
  12. package/dist/Function.js +2 -0
  13. package/dist/Function.js.map +1 -0
  14. package/dist/HiddenSecondaryNode.js +2 -0
  15. package/dist/HiddenSecondaryNode.js.map +1 -0
  16. package/dist/NumberedList.js +2 -0
  17. package/dist/NumberedList.js.map +1 -0
  18. package/dist/OutlineFavorite.js +2 -0
  19. package/dist/OutlineFavorite.js.map +1 -0
  20. package/dist/Package.js +2 -0
  21. package/dist/Package.js.map +1 -0
  22. package/dist/Router.js +2 -0
  23. package/dist/Router.js.map +1 -0
  24. package/dist/Shirt.js +2 -0
  25. package/dist/Shirt.js.map +1 -0
  26. package/dist/TemporaryTable.js +2 -0
  27. package/dist/TemporaryTable.js.map +1 -0
  28. package/dist/View.js +2 -0
  29. package/dist/View.js.map +1 -0
  30. package/dist/esm/AnalyticsNode.js +2 -0
  31. package/dist/esm/AnalyticsNode.js.map +1 -0
  32. package/dist/esm/Circle.js.map +1 -1
  33. package/dist/esm/Config.js +2 -0
  34. package/dist/esm/Config.js.map +1 -0
  35. package/dist/esm/Download.js +1 -1
  36. package/dist/esm/Download.js.map +1 -1
  37. package/dist/esm/Favorite.js +1 -1
  38. package/dist/esm/Favorite.js.map +1 -1
  39. package/dist/esm/Function.js +2 -0
  40. package/dist/esm/Function.js.map +1 -0
  41. package/dist/esm/HiddenSecondaryNode.js +2 -0
  42. package/dist/esm/HiddenSecondaryNode.js.map +1 -0
  43. package/dist/esm/NumberedList.js +2 -0
  44. package/dist/esm/NumberedList.js.map +1 -0
  45. package/dist/esm/OutlineFavorite.js +2 -0
  46. package/dist/esm/OutlineFavorite.js.map +1 -0
  47. package/dist/esm/Package.js +2 -0
  48. package/dist/esm/Package.js.map +1 -0
  49. package/dist/esm/Router.js +2 -0
  50. package/dist/esm/Router.js.map +1 -0
  51. package/dist/esm/Shirt.js +2 -0
  52. package/dist/esm/Shirt.js.map +1 -0
  53. package/dist/esm/TemporaryTable.js +2 -0
  54. package/dist/esm/TemporaryTable.js.map +1 -0
  55. package/dist/esm/View.js +2 -0
  56. package/dist/esm/View.js.map +1 -0
  57. package/dist/esm/index.js +1 -1
  58. package/dist/esm/index.js.map +1 -1
  59. package/dist/generated/AnalyticsNode.d.ts +17 -0
  60. package/dist/generated/AnalyticsNode.d.ts.map +1 -0
  61. package/dist/generated/Circle.d.ts +1 -1
  62. package/dist/generated/Config.d.ts +17 -0
  63. package/dist/generated/Config.d.ts.map +1 -0
  64. package/dist/generated/Download.d.ts +1 -1
  65. package/dist/generated/Favorite.d.ts +1 -1
  66. package/dist/generated/Function.d.ts +17 -0
  67. package/dist/generated/Function.d.ts.map +1 -0
  68. package/dist/generated/HiddenSecondaryNode.d.ts +17 -0
  69. package/dist/generated/HiddenSecondaryNode.d.ts.map +1 -0
  70. package/dist/generated/NumberedList.d.ts +17 -0
  71. package/dist/generated/NumberedList.d.ts.map +1 -0
  72. package/dist/generated/OutlineFavorite.d.ts +17 -0
  73. package/dist/generated/OutlineFavorite.d.ts.map +1 -0
  74. package/dist/generated/Package.d.ts +17 -0
  75. package/dist/generated/Package.d.ts.map +1 -0
  76. package/dist/generated/Router.d.ts +17 -0
  77. package/dist/generated/Router.d.ts.map +1 -0
  78. package/dist/generated/Shirt.d.ts +17 -0
  79. package/dist/generated/Shirt.d.ts.map +1 -0
  80. package/dist/generated/TemporaryTable.d.ts +17 -0
  81. package/dist/generated/TemporaryTable.d.ts.map +1 -0
  82. package/dist/generated/View.d.ts +17 -0
  83. package/dist/generated/View.d.ts.map +1 -0
  84. package/dist/glyphs/index.d.ts +53 -9
  85. package/dist/glyphs/index.d.ts.map +1 -1
  86. package/dist/index.js +1 -1
  87. package/dist/index.js.map +1 -1
  88. package/package.json +2 -2
  89. package/scripts/prebuild.ts +40 -0
  90. package/src/generated/AnalyticsNode.tsx +39 -0
  91. package/src/generated/Circle.tsx +1 -1
  92. package/src/generated/Config.tsx +39 -0
  93. package/src/generated/Download.tsx +2 -2
  94. package/src/generated/Favorite.tsx +2 -2
  95. package/src/generated/Function.tsx +39 -0
  96. package/src/generated/HiddenSecondaryNode.tsx +39 -0
  97. package/src/generated/NumberedList.tsx +39 -0
  98. package/src/generated/OutlineFavorite.tsx +39 -0
  99. package/src/generated/Package.tsx +39 -0
  100. package/src/generated/Router.tsx +39 -0
  101. package/src/generated/Shirt.tsx +39 -0
  102. package/src/generated/TemporaryTable.tsx +39 -0
  103. package/src/generated/View.tsx +39 -0
  104. package/src/glyphs/AnalyticsNode.svg +4 -0
  105. package/src/glyphs/Circle.svg +2 -2
  106. package/src/glyphs/Config.svg +3 -0
  107. package/src/glyphs/Download.svg +3 -2
  108. package/src/glyphs/Favorite.svg +2 -2
  109. package/src/glyphs/Function.svg +5 -0
  110. package/src/glyphs/HiddenSecondaryNode.svg +4 -0
  111. package/src/glyphs/NumberedList.svg +7 -0
  112. package/src/glyphs/OutlineFavorite.svg +3 -0
  113. package/src/glyphs/Package.svg +3 -0
  114. package/src/glyphs/Router.svg +3 -0
  115. package/src/glyphs/Shirt.svg +3 -0
  116. package/src/glyphs/TemporaryTable.svg +4 -0
  117. package/src/glyphs/View.svg +5 -0
  118. package/src/glyphs/index.ts +27 -5
  119. package/stories.js +1 -1
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum a31c1711ca9859701cbae4602be32c4e
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface AnalyticsNodeProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const AnalyticsNode: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: AnalyticsNodeProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default AnalyticsNode;
17
+ //# sourceMappingURL=AnalyticsNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnalyticsNode.d.ts","sourceRoot":"","sources":["../../src/generated/AnalyticsNode.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,kBAAmB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACrE,QAAA,MAAM,aAAa;uHAShB,kBAAkB;;;CAepB,CAAC;AAGF,eAAe,aAAa,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/prebuild.ts
5
- * @checksum 141253d9beef012bb559cc8f4bf78319
5
+ * @checksum 32d62e5b8ee1952bb2c014e6c62e9837
6
6
  */
7
7
  import * as React from "react";
8
8
  import { LGGlyph } from '../types';
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum e86174a146a4d1f517cc7ee0b1cb50f1
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface ConfigProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const Config: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: ConfigProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default Config;
17
+ //# sourceMappingURL=Config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../src/generated/Config.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC9D,QAAA,MAAM,MAAM;uHAST,WAAW;;;CAeb,CAAC;AAGF,eAAe,MAAM,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/prebuild.ts
5
- * @checksum 2b7419ab6da6ee0d2a84544659f0cc44
5
+ * @checksum 2f0bbe297900baccd0bd5be7a99548ba
6
6
  */
7
7
  import * as React from "react";
8
8
  import { LGGlyph } from '../types';
@@ -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/prebuild.ts
5
- * @checksum d0fee67eb9c556c5a5a9ad6ed6f08360
5
+ * @checksum f2ea49b0083f7cba90c80e8f911214fd
6
6
  */
7
7
  import * as React from "react";
8
8
  import { LGGlyph } from '../types';
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum 14bcbe07bf135901fbbc39793e16030a
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface FunctionProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const Function: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: FunctionProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default Function;
17
+ //# sourceMappingURL=Function.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Function.d.ts","sourceRoot":"","sources":["../../src/generated/Function.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,aAAc,SAAQ,OAAO,CAAC,cAAc;CAAG;AAChE,QAAA,MAAM,QAAQ;uHASX,aAAa;;;CAef,CAAC;AAGF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum c435ce4663d07e7c5edff222e8ad9bb1
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface HiddenSecondaryNodeProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const HiddenSecondaryNode: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: HiddenSecondaryNodeProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default HiddenSecondaryNode;
17
+ //# sourceMappingURL=HiddenSecondaryNode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HiddenSecondaryNode.d.ts","sourceRoot":"","sources":["../../src/generated/HiddenSecondaryNode.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,wBAAyB,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC3E,QAAA,MAAM,mBAAmB;uHAStB,wBAAwB;;;CAe1B,CAAC;AAGF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum 6dcff19f3439fef85a95e03db6c0a434
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface NumberedListProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const NumberedList: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: NumberedListProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default NumberedList;
17
+ //# sourceMappingURL=NumberedList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberedList.d.ts","sourceRoot":"","sources":["../../src/generated/NumberedList.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,iBAAkB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACpE,QAAA,MAAM,YAAY;uHASf,iBAAiB;;;CAenB,CAAC;AAGF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum 16d95460f1b4b044282b395f7f7b2761
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface OutlineFavoriteProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const OutlineFavorite: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: OutlineFavoriteProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default OutlineFavorite;
17
+ //# sourceMappingURL=OutlineFavorite.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"OutlineFavorite.d.ts","sourceRoot":"","sources":["../../src/generated/OutlineFavorite.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,oBAAqB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACvE,QAAA,MAAM,eAAe;uHASlB,oBAAoB;;;CAetB,CAAC;AAGF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum 1b5273a3e4f51ef0845ba854924ff4bf
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface PackageProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const Package: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: PackageProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default Package;
17
+ //# sourceMappingURL=Package.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Package.d.ts","sourceRoot":"","sources":["../../src/generated/Package.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,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;AAGF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum ab9106e500c6bce729b4f841d82ee503
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface RouterProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const Router: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: RouterProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default Router;
17
+ //# sourceMappingURL=Router.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Router.d.ts","sourceRoot":"","sources":["../../src/generated/Router.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC9D,QAAA,MAAM,MAAM;uHAST,WAAW;;;CAeb,CAAC;AAGF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum d11a14d7271f45787e8bf8daf7b9ccfa
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface ShirtProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const Shirt: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: ShirtProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default Shirt;
17
+ //# sourceMappingURL=Shirt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Shirt.d.ts","sourceRoot":"","sources":["../../src/generated/Shirt.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,UAAW,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC7D,QAAA,MAAM,KAAK;uHASR,UAAU;;;CAeZ,CAAC;AAGF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum bd2c0c9c3c96ed9843991233febdde64
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface TemporaryTableProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const TemporaryTable: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: TemporaryTableProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default TemporaryTable;
17
+ //# sourceMappingURL=TemporaryTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TemporaryTable.d.ts","sourceRoot":"","sources":["../../src/generated/TemporaryTable.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,mBAAoB,SAAQ,OAAO,CAAC,cAAc;CAAG;AACtE,QAAA,MAAM,cAAc;uHASjB,mBAAmB;;;CAerB,CAAC;AAGF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This is a generated file. Do not modify it manually.
3
+ *
4
+ * @script ./node_modules/.bin/ts-node packages/icon/scripts/prebuild.ts
5
+ * @checksum 268a77ab59d6d623d78298876d36d444
6
+ */
7
+ import * as React from "react";
8
+ import { LGGlyph } from '../types';
9
+ export interface ViewProps extends LGGlyph.ComponentProps {
10
+ }
11
+ declare const View: {
12
+ ({ className, size, title, ["aria-label"]: ariaLabel, ["aria-labelledby"]: ariaLabelledby, fill, role, ...props }: ViewProps): React.JSX.Element;
13
+ displayName: string;
14
+ isGlyph: boolean;
15
+ };
16
+ export default View;
17
+ //# sourceMappingURL=View.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"View.d.ts","sourceRoot":"","sources":["../../src/generated/View.tsx"],"names":[],"mappings":"AAAA;;;;;EAKE;AACF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AACnC,MAAM,WAAW,SAAU,SAAQ,OAAO,CAAC,cAAc;CAAG;AAC5D,QAAA,MAAM,IAAI;uHASP,SAAS;;;CAeX,CAAC;AAGF,eAAe,IAAI,CAAC"}
@@ -13,6 +13,10 @@ declare const _glyphs: {
13
13
  title?: string | null | undefined;
14
14
  role?: "img" | "presentation" | undefined;
15
15
  }>;
16
+ readonly AnalyticsNode: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
17
+ title?: string | null | undefined;
18
+ role?: "img" | "presentation" | undefined;
19
+ }>;
16
20
  readonly Apps: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
17
21
  title?: string | null | undefined;
18
22
  role?: "img" | "presentation" | undefined;
@@ -157,6 +161,10 @@ declare const _glyphs: {
157
161
  title?: string | null | undefined;
158
162
  role?: "img" | "presentation" | undefined;
159
163
  }>;
164
+ readonly Config: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
165
+ title?: string | null | undefined;
166
+ role?: "img" | "presentation" | undefined;
167
+ }>;
160
168
  readonly Connect: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
161
169
  title?: string | null | undefined;
162
170
  role?: "img" | "presentation" | undefined;
@@ -257,19 +265,23 @@ declare const _glyphs: {
257
265
  title?: string | null | undefined;
258
266
  role?: "img" | "presentation" | undefined;
259
267
  }>;
260
- readonly FullScreenEnter: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
268
+ readonly Folder: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
261
269
  title?: string | null | undefined;
262
270
  role?: "img" | "presentation" | undefined;
263
271
  }>;
264
- readonly FullScreenExit: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
272
+ readonly Format: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
265
273
  title?: string | null | undefined;
266
274
  role?: "img" | "presentation" | undefined;
267
275
  }>;
268
- readonly Folder: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
276
+ readonly FullScreenEnter: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
269
277
  title?: string | null | undefined;
270
278
  role?: "img" | "presentation" | undefined;
271
279
  }>;
272
- readonly Format: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
280
+ readonly FullScreenExit: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
281
+ title?: string | null | undefined;
282
+ role?: "img" | "presentation" | undefined;
283
+ }>;
284
+ readonly Function: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
273
285
  title?: string | null | undefined;
274
286
  role?: "img" | "presentation" | undefined;
275
287
  }>;
@@ -289,6 +301,10 @@ declare const _glyphs: {
289
301
  title?: string | null | undefined;
290
302
  role?: "img" | "presentation" | undefined;
291
303
  }>;
304
+ readonly HiddenSecondaryNode: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
305
+ title?: string | null | undefined;
306
+ role?: "img" | "presentation" | undefined;
307
+ }>;
292
308
  readonly Highlight: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
293
309
  title?: string | null | undefined;
294
310
  role?: "img" | "presentation" | undefined;
@@ -405,10 +421,22 @@ declare const _glyphs: {
405
421
  title?: string | null | undefined;
406
422
  role?: "img" | "presentation" | undefined;
407
423
  }>;
424
+ readonly NumberedList: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
425
+ title?: string | null | undefined;
426
+ role?: "img" | "presentation" | undefined;
427
+ }>;
408
428
  readonly OpenNewTab: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
409
429
  title?: string | null | undefined;
410
430
  role?: "img" | "presentation" | undefined;
411
431
  }>;
432
+ readonly OutlineFavorite: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
433
+ title?: string | null | undefined;
434
+ role?: "img" | "presentation" | undefined;
435
+ }>;
436
+ readonly Package: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
437
+ title?: string | null | undefined;
438
+ role?: "img" | "presentation" | undefined;
439
+ }>;
412
440
  readonly Pause: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
413
441
  title?: string | null | undefined;
414
442
  role?: "img" | "presentation" | undefined;
@@ -493,15 +521,15 @@ declare const _glyphs: {
493
521
  title?: string | null | undefined;
494
522
  role?: "img" | "presentation" | undefined;
495
523
  }>;
496
- readonly Save: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
524
+ readonly Router: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
497
525
  title?: string | null | undefined;
498
526
  role?: "img" | "presentation" | undefined;
499
527
  }>;
500
- readonly Serverless: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
528
+ readonly SMS: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
501
529
  title?: string | null | undefined;
502
530
  role?: "img" | "presentation" | undefined;
503
531
  }>;
504
- readonly ShardedCluster: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
532
+ readonly Save: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
505
533
  title?: string | null | undefined;
506
534
  role?: "img" | "presentation" | undefined;
507
535
  }>;
@@ -513,15 +541,23 @@ declare const _glyphs: {
513
541
  title?: string | null | undefined;
514
542
  role?: "img" | "presentation" | undefined;
515
543
  }>;
544
+ readonly Serverless: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
545
+ title?: string | null | undefined;
546
+ role?: "img" | "presentation" | undefined;
547
+ }>;
516
548
  readonly Settings: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
517
549
  title?: string | null | undefined;
518
550
  role?: "img" | "presentation" | undefined;
519
551
  }>;
552
+ readonly ShardedCluster: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
553
+ title?: string | null | undefined;
554
+ role?: "img" | "presentation" | undefined;
555
+ }>;
520
556
  readonly Shell: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
521
557
  title?: string | null | undefined;
522
558
  role?: "img" | "presentation" | undefined;
523
559
  }>;
524
- readonly SMS: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
560
+ readonly Shirt: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
525
561
  title?: string | null | undefined;
526
562
  role?: "img" | "presentation" | undefined;
527
563
  }>;
@@ -577,6 +613,10 @@ declare const _glyphs: {
577
613
  title?: string | null | undefined;
578
614
  role?: "img" | "presentation" | undefined;
579
615
  }>;
616
+ readonly TemporaryTable: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
617
+ title?: string | null | undefined;
618
+ role?: "img" | "presentation" | undefined;
619
+ }>;
580
620
  readonly ThumbsDown: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
581
621
  title?: string | null | undefined;
582
622
  role?: "img" | "presentation" | undefined;
@@ -625,6 +665,10 @@ declare const _glyphs: {
625
665
  title?: string | null | undefined;
626
666
  role?: "img" | "presentation" | undefined;
627
667
  }>;
668
+ readonly View: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
669
+ title?: string | null | undefined;
670
+ role?: "img" | "presentation" | undefined;
671
+ }>;
628
672
  readonly Visibility: import("react").ComponentType<import("react").SVGProps<SVGSVGElement> & {
629
673
  title?: string | null | undefined;
630
674
  role?: "img" | "presentation" | undefined;
@@ -659,6 +703,6 @@ declare const _glyphs: {
659
703
  }>;
660
704
  };
661
705
  export type GlyphName = keyof typeof _glyphs;
662
- 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" | "Circle" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Coin" | "Colon" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "EmptyDatabase" | "EmptyFolder" | "Eraser" | "Escalation" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "FullScreenEnter" | "FullScreenExit" | "Folder" | "Format" | "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" | "Moon" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "OpenNewTab" | "Pause" | "Pending" | "Person" | "PersonGroup" | "PersonWithLock" | "Pin" | "Play" | "Plus" | "PlusWithCircle" | "Primary" | "Project" | "QuestionMarkWithCircle" | "Read" | "Recommended" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Return" | "Revert" | "Save" | "Serverless" | "ShardedCluster" | "SearchIndex" | "Secondary" | "Settings" | "Shell" | "SMS" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "Stop" | "String" | "Sun" | "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>;
706
+ export declare const glyphs: Record<"ActivityFeed" | "AddFile" | "AllProducts" | "AnalyticsNode" | "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" | "Circle" | "Clock" | "ClockWithArrow" | "Clone" | "Cloud" | "Code" | "CodeBlock" | "Coin" | "Colon" | "Config" | "Connect" | "Copy" | "CreditCard" | "CurlyBraces" | "Cursor" | "Dashboard" | "Database" | "Diagram" | "Diagram2" | "Diagram3" | "Disconnect" | "Download" | "Drag" | "Edit" | "Ellipsis" | "Email" | "EmptyDatabase" | "EmptyFolder" | "Eraser" | "Escalation" | "Export" | "Favorite" | "Federation" | "File" | "Filter" | "Folder" | "Format" | "FullScreenEnter" | "FullScreenExit" | "Function" | "Gauge" | "GlobeAmericas" | "GovernmentBuilding" | "Hash" | "HiddenSecondaryNode" | "Highlight" | "Home" | "HorizontalDrag" | "Import" | "ImportantWithCircle" | "InfoWithCircle" | "InternalEmployee" | "InviteUser" | "Key" | "Laptop" | "LightningBolt" | "Link" | "List" | "Lock" | "LogIn" | "LogOut" | "MagnifyingGlass" | "Megaphone" | "Menu" | "Minus" | "Mobile" | "Moon" | "MultiDirectionArrow" | "MultiLayers" | "NavCollapse" | "NavExpand" | "NoFilter" | "NotAllowed" | "Note" | "NumberedList" | "OpenNewTab" | "OutlineFavorite" | "Package" | "Pause" | "Pending" | "Person" | "PersonGroup" | "PersonWithLock" | "Pin" | "Play" | "Plus" | "PlusWithCircle" | "Primary" | "Project" | "QuestionMarkWithCircle" | "Read" | "Recommended" | "Redo" | "Refresh" | "Relationship" | "ReplicaSet" | "Resize" | "Return" | "Revert" | "Router" | "SMS" | "Save" | "SearchIndex" | "Secondary" | "Serverless" | "Settings" | "ShardedCluster" | "Shell" | "Shirt" | "SortAscending" | "SortDescending" | "Sparkle" | "SplitHorizontal" | "SplitVertical" | "Stitch" | "Stop" | "String" | "Sun" | "Support" | "Sweep" | "Table" | "Tag" | "TemporaryTable" | "ThumbsDown" | "ThumbsUp" | "TimeSeries" | "TimeSeriesCollection" | "Trash" | "Undo" | "University" | "Unlock" | "Unsorted" | "UpDownCarets" | "Upload" | "VerticalEllipsis" | "View" | "Visibility" | "VisibilityOff" | "Warning" | "Wizard" | "Wrench" | "Write" | "X" | "XWithCircle", LGGlyph.Component>;
663
707
  export {};
664
708
  //# 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;AAwKnC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqKH,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,spEAI2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/glyphs/index.ts"],"names":[],"mappings":";AAEI,OAAO,EAAE,OAAO,EAAE,MAAM,UAAU,CAAC;AAmLnC,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgLL,CAAC;AAET,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,OAAO,CAAC;AAI7C,eAAO,MAAM,MAAM,0zEAI2B,CAAC"}