@leafygreen-ui/icon 11.18.0 → 11.20.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 (61) hide show
  1. package/.turbo/turbo-build.log +291 -255
  2. package/CHANGELOG.md +13 -0
  3. package/README.md +8 -7
  4. package/dist/CodeBlock.js +2 -0
  5. package/dist/CodeBlock.js.map +1 -0
  6. package/dist/List.js +2 -0
  7. package/dist/List.js.map +1 -0
  8. package/dist/MultiDirectionArrow.js +2 -0
  9. package/dist/MultiDirectionArrow.js.map +1 -0
  10. package/dist/MultiLayers.js +2 -0
  11. package/dist/MultiLayers.js.map +1 -0
  12. package/dist/Return.js +2 -0
  13. package/dist/Return.js.map +1 -0
  14. package/dist/Sparkle.js +2 -0
  15. package/dist/Sparkle.js.map +1 -0
  16. package/dist/esm/CodeBlock.js +2 -0
  17. package/dist/esm/CodeBlock.js.map +1 -0
  18. package/dist/esm/List.js +2 -0
  19. package/dist/esm/List.js.map +1 -0
  20. package/dist/esm/MultiDirectionArrow.js +2 -0
  21. package/dist/esm/MultiDirectionArrow.js.map +1 -0
  22. package/dist/esm/MultiLayers.js +2 -0
  23. package/dist/esm/MultiLayers.js.map +1 -0
  24. package/dist/esm/Return.js +2 -0
  25. package/dist/esm/Return.js.map +1 -0
  26. package/dist/esm/Sparkle.js +2 -0
  27. package/dist/esm/Sparkle.js.map +1 -0
  28. package/dist/esm/index.js +1 -1
  29. package/dist/esm/index.js.map +1 -1
  30. package/dist/generated/CodeBlock.d.ts +17 -0
  31. package/dist/generated/CodeBlock.d.ts.map +1 -0
  32. package/dist/generated/List.d.ts +17 -0
  33. package/dist/generated/List.d.ts.map +1 -0
  34. package/dist/generated/MultiDirectionArrow.d.ts +17 -0
  35. package/dist/generated/MultiDirectionArrow.d.ts.map +1 -0
  36. package/dist/generated/MultiLayers.d.ts +17 -0
  37. package/dist/generated/MultiLayers.d.ts.map +1 -0
  38. package/dist/generated/Return.d.ts +17 -0
  39. package/dist/generated/Return.d.ts.map +1 -0
  40. package/dist/generated/Sparkle.d.ts +17 -0
  41. package/dist/generated/Sparkle.d.ts.map +1 -0
  42. package/dist/glyphs/index.d.ts +25 -1
  43. package/dist/glyphs/index.d.ts.map +1 -1
  44. package/dist/index.js +1 -1
  45. package/dist/index.js.map +1 -1
  46. package/package.json +1 -1
  47. package/src/generated/CodeBlock.tsx +75 -0
  48. package/src/generated/List.tsx +85 -0
  49. package/src/generated/MultiDirectionArrow.tsx +77 -0
  50. package/src/generated/MultiLayers.tsx +65 -0
  51. package/src/generated/Return.tsx +68 -0
  52. package/src/generated/Sparkle.tsx +73 -0
  53. package/src/glyphs/CodeBlock.svg +5 -0
  54. package/src/glyphs/List.svg +8 -0
  55. package/src/glyphs/MultiDirectionArrow.svg +6 -0
  56. package/src/glyphs/MultiLayers.svg +3 -0
  57. package/src/glyphs/Return.svg +5 -0
  58. package/src/glyphs/Sparkle.svg +5 -0
  59. package/src/glyphs/index.ts +12 -0
  60. package/stories.js +1 -1
  61. package/tsconfig.tsbuildinfo +1 -1
@@ -33,6 +33,7 @@ import ClockWithArrow from './ClockWithArrow.svg';
33
33
  import Clone from './Clone.svg';
34
34
  import Cloud from './Cloud.svg';
35
35
  import Code from './Code.svg';
36
+ import CodeBlock from './CodeBlock.svg';
36
37
  import Connect from './Connect.svg';
37
38
  import Copy from './Copy.svg';
38
39
  import CreditCard from './CreditCard.svg';
@@ -69,6 +70,7 @@ import InviteUser from './InviteUser.svg';
69
70
  import Key from './Key.svg';
70
71
  import Laptop from './Laptop.svg';
71
72
  import Link from './Link.svg';
73
+ import List from './List.svg';
72
74
  import Lock from './Lock.svg';
73
75
  import LogIn from './LogIn.svg';
74
76
  import LogOut from './LogOut.svg';
@@ -76,6 +78,8 @@ import MagnifyingGlass from './MagnifyingGlass.svg';
76
78
  import Megaphone from './Megaphone.svg';
77
79
  import Menu from './Menu.svg';
78
80
  import Minus from './Minus.svg';
81
+ import MultiDirectionArrow from './MultiDirectionArrow.svg';
82
+ import MultiLayers from './MultiLayers.svg';
79
83
  import NoFilter from './NoFilter.svg';
80
84
  import NotAllowed from './NotAllowed.svg';
81
85
  import Note from './Note.svg';
@@ -94,6 +98,7 @@ import Refresh from './Refresh.svg';
94
98
  import Relationship from './Relationship.svg';
95
99
  import ReplicaSet from './ReplicaSet.svg';
96
100
  import Resize from './Resize.svg';
101
+ import Return from './Return.svg';
97
102
  import Save from './Save.svg';
98
103
  import Serverless from './Serverless.svg';
99
104
  import Settings from './Settings.svg';
@@ -102,6 +107,7 @@ import Shell from './Shell.svg';
102
107
  import SMS from './SMS.svg';
103
108
  import SortAscending from './SortAscending.svg';
104
109
  import SortDescending from './SortDescending.svg';
110
+ import Sparkle from './Sparkle.svg';
105
111
  import SplitHorizontal from './SplitHorizontal.svg';
106
112
  import SplitVertical from './SplitVertical.svg';
107
113
  import Stitch from './Stitch.svg';
@@ -161,6 +167,7 @@ const _glyphs = {
161
167
  Clone,
162
168
  Cloud,
163
169
  Code,
170
+ CodeBlock,
164
171
  Connect,
165
172
  Copy,
166
173
  CreditCard,
@@ -197,6 +204,7 @@ const _glyphs = {
197
204
  Key,
198
205
  Laptop,
199
206
  Link,
207
+ List,
200
208
  Lock,
201
209
  LogIn,
202
210
  LogOut,
@@ -204,6 +212,8 @@ const _glyphs = {
204
212
  Megaphone,
205
213
  Menu,
206
214
  Minus,
215
+ MultiDirectionArrow,
216
+ MultiLayers,
207
217
  NoFilter,
208
218
  NotAllowed,
209
219
  Note,
@@ -222,6 +232,7 @@ const _glyphs = {
222
232
  Relationship,
223
233
  ReplicaSet,
224
234
  Resize,
235
+ Return,
225
236
  Save,
226
237
  Serverless,
227
238
  ShardedCluster,
@@ -230,6 +241,7 @@ const _glyphs = {
230
241
  SMS,
231
242
  SortAscending,
232
243
  SortDescending,
244
+ Sparkle,
233
245
  SplitHorizontal,
234
246
  SplitVertical,
235
247
  Stitch,