@cypress-design/react-icon 2.0.0-next.0 → 3.0.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.
@@ -1,9 +1,3 @@
1
- yarn run v1.22.22
2
- $ yarn build:codegen && yarn build:module && yarn build:types
3
- $ node ./generate-icons.js
4
- $ rollup -c ./rollup.config.mjs
5
- (node:3292) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
6
- (Use `node --trace-warnings ...` to show where the warning was created)
7
1
  
8
2
  ./index.ts → ./dist/index.umd.js, ./dist/index.es.mjs...
9
3
  (!) Mixing named and default exports
@@ -12,6 +6,4 @@ $ rollup -c ./rollup.config.mjs
12
6
  index.ts
13
7
 
14
8
  Consumers of your bundle will have to use chunk.default to access their default export, which may not be what you want. Use `output.exports: "named"` to disable this warning.
15
- created ./dist/index.umd.js, ./dist/index.es.mjs in 31.3s
16
- $ tsc --project ./tsconfig.build.json
17
- Done in 52.81s.
9
+ created ./dist/index.umd.js, ./dist/index.es.mjs in 24.4s
package/CHANGELOG.md CHANGED
@@ -1,15 +1,513 @@
1
1
  # @cypress-design/react-icon
2
2
 
3
- ## 2.0.0-next.0
3
+ ## 3.0.0
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#468](https://github.com/cypress-io/cypress-design/pull/468) [`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88) Thanks [@elevatebart](https://github.com/elevatebart)! - refactor: use tailwind components to manage specificity of styles
7
+ - [#706](https://github.com/cypress-io/cypress-design/pull/706) [`6ad912b`](https://github.com/cypress-io/cypress-design/commit/6ad912ba9800292f3b47c5c0a46b8ea2a2a30859) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - **Breaking:** remove `technology-dollar` (`IconTechnologyDollar`) — it was a duplicate of `currency-usd` (`IconCurrencyUsd`), the correctly-named icon in the currency family (`currency-eur`, `currency-gbp`, `currency-inr`, `currency-rub`). `currency-usd` now ships at 24px in addition to 16px. Consumers of `IconTechnologyDollar` should switch to `IconCurrencyUsd`.
8
8
 
9
9
  ### Patch Changes
10
10
 
11
- - Updated dependencies [[`3236662`](https://github.com/cypress-io/cypress-design/commit/3236662fdecd5abbceadce750098a75301d48f88)]:
12
- - @cypress-design/icon-registry@2.0.0-next.0
11
+ - [#704](https://github.com/cypress-io/cypress-design/pull/704) [`7a8dedb`](https://github.com/cypress-io/cypress-design/commit/7a8dedbb34f5f680d935cd2939c15b4783a27d3f) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Fix `technology-dollar`'s 16px glyph being off-center: the `viewBox` was `0 0 10 16` instead of a proper `0 0 16 16` square (the artwork itself was already symmetric within its own bounds — this was purely a coordinate-space mismatch, not a redraw).
12
+
13
+ - Updated dependencies [[`7a8dedb`](https://github.com/cypress-io/cypress-design/commit/7a8dedbb34f5f680d935cd2939c15b4783a27d3f), [`6ad912b`](https://github.com/cypress-io/cypress-design/commit/6ad912ba9800292f3b47c5c0a46b8ea2a2a30859)]:
14
+ - @cypress-design/icon-registry@3.0.0
15
+
16
+ ## 2.0.0
17
+
18
+ ### Major Changes
19
+
20
+ - [#702](https://github.com/cypress-io/cypress-design/pull/702) [`7f0c84a`](https://github.com/cypress-io/cypress-design/commit/7f0c84acb31d231a09ead4969da3c5aea286c385) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Add `building-house` and `building-office-small` at 24px (`IconBuildingHouse`, `IconBuildingOfficeSmall`). Add `technology-dollar` at 24px (previously 16px only), using the existing well-centered 24px dollar glyph already proven in production on cypress.io's Pricing nav dropdown.
21
+
22
+ **Breaking:** rename `general-office-building` to `building-office-large` (`IconGeneralOfficeBuilding` → `IconBuildingOfficeLarge`), grouping it under the same `building-*` family as the two new icons above. Update imports accordingly.
23
+
24
+ Fix `cypress-studio` (16px, 24px, 48px): the glyph shipped on the `icon-light` class instead of `icon-dark`, so `strokeColor` never applied and the icon rendered washed-out via `fillColor` only. Consumers coloring the icon via `fillColor` will need to switch to `strokeColor`.
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [[`7f0c84a`](https://github.com/cypress-io/cypress-design/commit/7f0c84acb31d231a09ead4969da3c5aea286c385)]:
29
+ - @cypress-design/icon-registry@2.0.0
30
+
31
+ ## 1.42.0
32
+
33
+ ### Minor Changes
34
+
35
+ - [#689](https://github.com/cypress-io/cypress-design/pull/689) [`f8d476a`](https://github.com/cypress-io/cypress-design/commit/f8d476a089f9e9527fb4eb7a0476111815fc915a) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding icon general-sparkle-single
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies [[`f8d476a`](https://github.com/cypress-io/cypress-design/commit/f8d476a089f9e9527fb4eb7a0476111815fc915a)]:
40
+ - @cypress-design/icon-registry@1.42.0
41
+
42
+ ## 1.41.0
43
+
44
+ ### Minor Changes
45
+
46
+ - [#687](https://github.com/cypress-io/cypress-design/pull/687) [`11e6792`](https://github.com/cypress-io/cypress-design/commit/11e67922126b7450ec4359b2cb5b79509babe82c) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Add `action-test-replay` at 12px and 24px (previously 16px only), and add an opt-in `icon-light` disc behind the glyph at all three sizes. The disc is transparent by default — pass `fillColor` to show it — so existing bare usages are unchanged.
47
+
48
+ ### Patch Changes
49
+
50
+ - Updated dependencies [[`11e6792`](https://github.com/cypress-io/cypress-design/commit/11e67922126b7450ec4359b2cb5b79509babe82c)]:
51
+ - @cypress-design/icon-registry@1.41.0
52
+
53
+ ## 1.40.0
54
+
55
+ ### Minor Changes
56
+
57
+ - [#656](https://github.com/cypress-io/cypress-design/pull/656) [`1c5ff10`](https://github.com/cypress-io/cypress-design/commit/1c5ff10c4bb4f1fc64f6bfb8c5d8332e1212bfd2) Thanks [@tbiethman](https://github.com/tbiethman)! - Add `security-shield-failed` (12px and 16px) and `security-shield-check` (12px).
58
+
59
+ ### Patch Changes
60
+
61
+ - Updated dependencies [[`1c5ff10`](https://github.com/cypress-io/cypress-design/commit/1c5ff10c4bb4f1fc64f6bfb8c5d8332e1212bfd2)]:
62
+ - @cypress-design/icon-registry@1.40.0
63
+
64
+ ## 1.39.0
65
+
66
+ ### Minor Changes
67
+
68
+ - [#647](https://github.com/cypress-io/cypress-design/pull/647) [`ecf9dd5`](https://github.com/cypress-io/cypress-design/commit/ecf9dd532954274f471aef982f3f86223d926dff) Thanks [@mabela416](https://github.com/mabela416)! - Add 48px triangle warning icon
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies [[`ecf9dd5`](https://github.com/cypress-io/cypress-design/commit/ecf9dd532954274f471aef982f3f86223d926dff)]:
73
+ - @cypress-design/icon-registry@1.39.0
74
+
75
+ ## 1.38.0
76
+
77
+ ### Minor Changes
78
+
79
+ - [#645](https://github.com/cypress-io/cypress-design/pull/645) [`b0612ff`](https://github.com/cypress-io/cypress-design/commit/b0612ff0c2e77c0cd00444ca7a4be948cd72676e) Thanks [@davidr-cy](https://github.com/davidr-cy)! - Add coin icons (pending, success, small) and MCP logo icon with CSS class theming support
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [[`b0612ff`](https://github.com/cypress-io/cypress-design/commit/b0612ff0c2e77c0cd00444ca7a4be948cd72676e)]:
84
+ - @cypress-design/icon-registry@1.38.0
85
+
86
+ ## 1.37.0
87
+
88
+ ### Minor Changes
89
+
90
+ - [#635](https://github.com/cypress-io/cypress-design/pull/635) [`965de37`](https://github.com/cypress-io/cypress-design/commit/965de377dbd9208d05494d1df01717af544ee186) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding email icon x48
91
+
92
+ ### Patch Changes
93
+
94
+ - Updated dependencies [[`965de37`](https://github.com/cypress-io/cypress-design/commit/965de377dbd9208d05494d1df01717af544ee186)]:
95
+ - @cypress-design/icon-registry@1.37.0
96
+
97
+ ## 1.36.0
98
+
99
+ ### Minor Changes
100
+
101
+ - [#633](https://github.com/cypress-io/cypress-design/pull/633) [`9c8e75d`](https://github.com/cypress-io/cypress-design/commit/9c8e75dc444fde2cef7ed0c597dacf4e003725c0) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding github x24 icon and Jira icon
102
+
103
+ ### Patch Changes
104
+
105
+ - Updated dependencies [[`9c8e75d`](https://github.com/cypress-io/cypress-design/commit/9c8e75dc444fde2cef7ed0c597dacf4e003725c0)]:
106
+ - @cypress-design/icon-registry@1.36.0
107
+
108
+ ## 1.35.1
109
+
110
+ ### Patch Changes
111
+
112
+ - [#631](https://github.com/cypress-io/cypress-design/pull/631) [`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Updated the Facebook, X, and RSS icons
113
+
114
+ - Updated dependencies [[`6c016dd`](https://github.com/cypress-io/cypress-design/commit/6c016dd2fad79c9e2c651b4a6c62ba12a46fde58)]:
115
+ - @cypress-design/icon-registry@1.35.1
116
+
117
+ ## 1.35.0
118
+
119
+ ### Minor Changes
120
+
121
+ - [#628](https://github.com/cypress-io/cypress-design/pull/628) [`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding icon code-editor-small
122
+
123
+ ### Patch Changes
124
+
125
+ - Updated dependencies [[`698906a`](https://github.com/cypress-io/cypress-design/commit/698906a580f6184bc7aa28b65b33248f1e0c5b81)]:
126
+ - @cypress-design/icon-registry@1.35.0
127
+
128
+ ## 1.34.0
129
+
130
+ ### Minor Changes
131
+
132
+ - [#624](https://github.com/cypress-io/cypress-design/pull/624) [`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96) Thanks [@mabela416](https://github.com/mabela416)! - Add general sparkle single large icon in 24px
133
+
134
+ ### Patch Changes
135
+
136
+ - Updated dependencies [[`c4bc551`](https://github.com/cypress-io/cypress-design/commit/c4bc55141ea44c9a0b4dba245e145b5d1fdf3e96)]:
137
+ - @cypress-design/icon-registry@1.34.0
138
+
139
+ ## 1.33.0
140
+
141
+ ### Minor Changes
142
+
143
+ - [#620](https://github.com/cypress-io/cypress-design/pull/620) [`51d7201`](https://github.com/cypress-io/cypress-design/commit/51d7201089604391b6d958770b559ff5f24a201d) Thanks [@astone123](https://github.com/astone123)! - add studio icons in 24px
144
+
145
+ ### Patch Changes
146
+
147
+ - Updated dependencies [[`51d7201`](https://github.com/cypress-io/cypress-design/commit/51d7201089604391b6d958770b559ff5f24a201d)]:
148
+ - @cypress-design/icon-registry@1.33.0
149
+
150
+ ## 1.32.0
151
+
152
+ ### Minor Changes
153
+
154
+ - [#618](https://github.com/cypress-io/cypress-design/pull/618) [`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a) Thanks [@astone123](https://github.com/astone123)! - Add technology-dashboard-fail 24px icon
155
+
156
+ ### Patch Changes
157
+
158
+ - Updated dependencies [[`a3d4898`](https://github.com/cypress-io/cypress-design/commit/a3d48981441f76dfbaa8b43e6defab339b7fcf4a)]:
159
+ - @cypress-design/icon-registry@1.32.0
160
+
161
+ ## 1.31.0
162
+
163
+ ### Minor Changes
164
+
165
+ - [#613](https://github.com/cypress-io/cypress-design/pull/613) [`bed863f`](https://github.com/cypress-io/cypress-design/commit/bed863f4dd33fe95ad6d308e3396f72ccc5c9309) Thanks [@ryanthemanuel](https://github.com/ryanthemanuel)! - add Cypress Studio x48 icon
166
+
167
+ ### Patch Changes
168
+
169
+ - Updated dependencies [[`bed863f`](https://github.com/cypress-io/cypress-design/commit/bed863f4dd33fe95ad6d308e3396f72ccc5c9309)]:
170
+ - @cypress-design/icon-registry@1.31.0
171
+
172
+ ## 1.30.0
173
+
174
+ ### Minor Changes
175
+
176
+ - [#611](https://github.com/cypress-io/cypress-design/pull/611) [`f6ddbd0`](https://github.com/cypress-io/cypress-design/commit/f6ddbd0c22e7cac240f1b458b952369285dfa69e) Thanks [@astone123](https://github.com/astone123)! - add Cypress Studio icon
177
+
178
+ ### Patch Changes
179
+
180
+ - Updated dependencies [[`f6ddbd0`](https://github.com/cypress-io/cypress-design/commit/f6ddbd0c22e7cac240f1b458b952369285dfa69e)]:
181
+ - @cypress-design/icon-registry@1.30.0
182
+
183
+ ## 1.29.0
184
+
185
+ ### Minor Changes
186
+
187
+ - [#606](https://github.com/cypress-io/cypress-design/pull/606) [`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add icon for record-disabled at 16x and 24x size
188
+
189
+ - [#608](https://github.com/cypress-io/cypress-design/pull/608) [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding Cypress icon, filled version
190
+
191
+ ### Patch Changes
192
+
193
+ - Updated dependencies [[`cab1a89`](https://github.com/cypress-io/cypress-design/commit/cab1a89ccac83bd51ca68dce92bfb178fdd8a323), [`e6cf01d`](https://github.com/cypress-io/cypress-design/commit/e6cf01d858eb165139c5f66308a6ec4c0df649cb)]:
194
+ - @cypress-design/icon-registry@1.29.0
195
+
196
+ ## 1.28.0
197
+
198
+ ### Minor Changes
199
+
200
+ - [#604](https://github.com/cypress-io/cypress-design/pull/604) [`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding AI disabled icon in 16x size
201
+
202
+ ### Patch Changes
203
+
204
+ - Updated dependencies [[`946eed0`](https://github.com/cypress-io/cypress-design/commit/946eed06260eb938f5b4f7c6a9044d4f8a118c7d)]:
205
+ - @cypress-design/icon-registry@1.28.0
206
+
207
+ ## 1.27.0
208
+
209
+ ### Minor Changes
210
+
211
+ - [#602](https://github.com/cypress-io/cypress-design/pull/602) [`68f089e`](https://github.com/cypress-io/cypress-design/commit/68f089e391f930f53dbae87df96dffed03940ae7) Thanks [@mabela416](https://github.com/mabela416)! - Add stop circle icon
212
+
213
+ ### Patch Changes
214
+
215
+ - Updated dependencies [[`68f089e`](https://github.com/cypress-io/cypress-design/commit/68f089e391f930f53dbae87df96dffed03940ae7)]:
216
+ - @cypress-design/icon-registry@1.27.0
217
+
218
+ ## 1.26.0
219
+
220
+ ### Minor Changes
221
+
222
+ - [#600](https://github.com/cypress-io/cypress-design/pull/600) [`f347d4a`](https://github.com/cypress-io/cypress-design/commit/f347d4ae113b14006596d78df24372dba846bccd) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding icon general-sparkle-single-large-disabled_x24
223
+
224
+ ### Patch Changes
225
+
226
+ - Updated dependencies [[`f347d4a`](https://github.com/cypress-io/cypress-design/commit/f347d4ae113b14006596d78df24372dba846bccd)]:
227
+ - @cypress-design/icon-registry@1.26.0
228
+
229
+ ## 1.25.1
230
+
231
+ ### Patch Changes
232
+
233
+ - Updated dependencies [[`1978a30`](https://github.com/cypress-io/cypress-design/commit/1978a30f5b3081523ba6e4cfbac4526b46153165)]:
234
+ - @cypress-design/icon-registry@1.25.1
235
+
236
+ ## 1.25.0
237
+
238
+ ### Minor Changes
239
+
240
+ - [#579](https://github.com/cypress-io/cypress-design/pull/579) [`6af36fa`](https://github.com/cypress-io/cypress-design/commit/6af36fa58af0d5df2dd3eac33104b9b0c71789eb) Thanks [@astone123](https://github.com/astone123)! - add document failed icon
241
+
242
+ ### Patch Changes
243
+
244
+ - Updated dependencies [[`6af36fa`](https://github.com/cypress-io/cypress-design/commit/6af36fa58af0d5df2dd3eac33104b9b0c71789eb), [`eb93ac8`](https://github.com/cypress-io/cypress-design/commit/eb93ac88b89ff2e676228e750090139a440e6be8)]:
245
+ - @cypress-design/icon-registry@1.25.0
246
+
247
+ ## 1.24.0
248
+
249
+ ### Minor Changes
250
+
251
+ - [#585](https://github.com/cypress-io/cypress-design/pull/585) [`afa0aa5`](https://github.com/cypress-io/cypress-design/commit/afa0aa5f211b7c314bb47ff62a933bb1448ebe33) Thanks [@tbiethman](https://github.com/tbiethman)! - Adding technology-browsers-light_x16 icon
252
+
253
+ ### Patch Changes
254
+
255
+ - Updated dependencies [[`afa0aa5`](https://github.com/cypress-io/cypress-design/commit/afa0aa5f211b7c314bb47ff62a933bb1448ebe33)]:
256
+ - @cypress-design/icon-registry@1.24.0
257
+
258
+ ## 1.23.0
259
+
260
+ ### Minor Changes
261
+
262
+ - [#581](https://github.com/cypress-io/cypress-design/pull/581) [`b35c0b5`](https://github.com/cypress-io/cypress-design/commit/b35c0b5d5bc059febf747198fd327458fdf8ced8) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - feat: add object-stack-skipped icon at x16 size
263
+
264
+ ### Patch Changes
265
+
266
+ - Updated dependencies [[`b35c0b5`](https://github.com/cypress-io/cypress-design/commit/b35c0b5d5bc059febf747198fd327458fdf8ced8)]:
267
+ - @cypress-design/icon-registry@1.23.0
268
+
269
+ ## 1.22.0
270
+
271
+ ### Minor Changes
272
+
273
+ - [#582](https://github.com/cypress-io/cypress-design/pull/582) [`d24a7ef`](https://github.com/cypress-io/cypress-design/commit/d24a7efd038f78bd2c3a3720d9fa5b90a3f70ea1) Thanks [@mabela416](https://github.com/mabela416)! - Add redo and undo icons
274
+
275
+ ### Patch Changes
276
+
277
+ - Updated dependencies [[`d24a7ef`](https://github.com/cypress-io/cypress-design/commit/d24a7efd038f78bd2c3a3720d9fa5b90a3f70ea1)]:
278
+ - @cypress-design/icon-registry@1.22.0
279
+
280
+ ## 1.21.0
281
+
282
+ ### Patch Changes
283
+
284
+ - Updated dependencies [[`33a77f0`](https://github.com/cypress-io/cypress-design/commit/33a77f0e8aad1ac2e7315e7a238ae0fc145b5dbd)]:
285
+ - @cypress-design/icon-registry@1.21.0
286
+
287
+ ## 1.20.0
288
+
289
+ ### Minor Changes
290
+
291
+ - [#576](https://github.com/cypress-io/cypress-design/pull/576) [`02cc704`](https://github.com/cypress-io/cypress-design/commit/02cc7045b84e67199fcaec9c54da28f68840e5bd) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - feat: add object stack icons for failed, passed, queued, and running
292
+
293
+ ### Patch Changes
294
+
295
+ - Updated dependencies [[`02cc704`](https://github.com/cypress-io/cypress-design/commit/02cc7045b84e67199fcaec9c54da28f68840e5bd)]:
296
+ - @cypress-design/icon-registry@1.20.0
297
+
298
+ ## 1.19.0
299
+
300
+ ### Minor Changes
301
+
302
+ - [#574](https://github.com/cypress-io/cypress-design/pull/574) [`4e4873d`](https://github.com/cypress-io/cypress-design/commit/4e4873dfd0227c1bd57b5331d7bd3c648aa26938) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Adding sparkle double icon in two size variations
303
+
304
+ ### Patch Changes
305
+
306
+ - Updated dependencies [[`4e4873d`](https://github.com/cypress-io/cypress-design/commit/4e4873dfd0227c1bd57b5331d7bd3c648aa26938)]:
307
+ - @cypress-design/icon-registry@1.19.0
308
+
309
+ ## 1.18.0
310
+
311
+ ### Minor Changes
312
+
313
+ - [#568](https://github.com/cypress-io/cypress-design/pull/568) [`7df4172`](https://github.com/cypress-io/cypress-design/commit/7df4172b5e820c809faae5ef815206377e6c07ea) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - add chevron-right and chevron-left icons for small, medium, and large at all sizes
314
+
315
+ ### Patch Changes
316
+
317
+ - Updated dependencies [[`7df4172`](https://github.com/cypress-io/cypress-design/commit/7df4172b5e820c809faae5ef815206377e6c07ea)]:
318
+ - @cypress-design/icon-registry@1.18.0
319
+
320
+ ## 1.17.0
321
+
322
+ ### Minor Changes
323
+
324
+ - [#566](https://github.com/cypress-io/cypress-design/pull/566) [`4d2ea8d`](https://github.com/cypress-io/cypress-design/commit/4d2ea8d7b2b030dcc33c7dbaa6b1483f3ac37f43) Thanks [@tbiethman](https://github.com/tbiethman)! - Adding technology-accessibility_x48
325
+
326
+ ### Patch Changes
327
+
328
+ - Updated dependencies [[`4d2ea8d`](https://github.com/cypress-io/cypress-design/commit/4d2ea8d7b2b030dcc33c7dbaa6b1483f3ac37f43)]:
329
+ - @cypress-design/icon-registry@1.17.0
330
+
331
+ ## 1.16.0
332
+
333
+ ### Minor Changes
334
+
335
+ - [#562](https://github.com/cypress-io/cypress-design/pull/562) [`1995286`](https://github.com/cypress-io/cypress-design/commit/1995286865fc9fd7dbc414e6f1bd7568588cb7ff) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - add action-tap icon at 16 and 24 size
336
+
337
+ ### Patch Changes
338
+
339
+ - Updated dependencies [[`1995286`](https://github.com/cypress-io/cypress-design/commit/1995286865fc9fd7dbc414e6f1bd7568588cb7ff)]:
340
+ - @cypress-design/icon-registry@1.16.0
341
+
342
+ ## 1.15.0
343
+
344
+ ### Patch Changes
345
+
346
+ - Updated dependencies [[`39a0752`](https://github.com/cypress-io/cypress-design/commit/39a07528a00a8fbd2104636d81b6cb8be2b045d4)]:
347
+ - @cypress-design/icon-registry@1.15.0
348
+
349
+ ## 1.14.0
350
+
351
+ ### Minor Changes
352
+
353
+ - [#556](https://github.com/cypress-io/cypress-design/pull/556) [`76f62ae`](https://github.com/cypress-io/cypress-design/commit/76f62ae382cba68780bc1d13b303e683286a04b3) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - update buttons to use default variants for outline-, white, and dark-mode buttons and add arrow down left icon
354
+
355
+ ### Patch Changes
356
+
357
+ - Updated dependencies [[`76f62ae`](https://github.com/cypress-io/cypress-design/commit/76f62ae382cba68780bc1d13b303e683286a04b3)]:
358
+ - @cypress-design/icon-registry@1.14.0
359
+
360
+ ## 1.13.0
361
+
362
+ ### Minor Changes
363
+
364
+ - [#554](https://github.com/cypress-io/cypress-design/pull/554) [`62e8c89`](https://github.com/cypress-io/cypress-design/commit/62e8c89d16e40d860602f58bb00cf6c9715447a1) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - Add triangle-warning icon at 24x size
365
+
366
+ ### Patch Changes
367
+
368
+ - Updated dependencies [[`62e8c89`](https://github.com/cypress-io/cypress-design/commit/62e8c89d16e40d860602f58bb00cf6c9715447a1)]:
369
+ - @cypress-design/icon-registry@1.13.0
370
+
371
+ ## 1.12.0
372
+
373
+ ### Minor Changes
374
+
375
+ - [#546](https://github.com/cypress-io/cypress-design/pull/546) [`32603f8`](https://github.com/cypress-io/cypress-design/commit/32603f8e95cf2bdad61772385914ae3b83c22302) Thanks [@jennifer-shehane](https://github.com/jennifer-shehane)! - action-pause icons added as 12x, 16x, and 24x
376
+
377
+ - [#547](https://github.com/cypress-io/cypress-design/pull/547) [`2711c95`](https://github.com/cypress-io/cypress-design/commit/2711c9545d1afec21c8681a5612c353ec0e8e6d7) Thanks [@estrada9166](https://github.com/estrada9166)! - Add flag icon
378
+
379
+ ### Patch Changes
380
+
381
+ - Updated dependencies [[`32603f8`](https://github.com/cypress-io/cypress-design/commit/32603f8e95cf2bdad61772385914ae3b83c22302), [`2711c95`](https://github.com/cypress-io/cypress-design/commit/2711c9545d1afec21c8681a5612c353ec0e8e6d7)]:
382
+ - @cypress-design/icon-registry@1.12.0
383
+
384
+ ## 1.11.0
385
+
386
+ ### Minor Changes
387
+
388
+ - [#544](https://github.com/cypress-io/cypress-design/pull/544) [`7d3aba5`](https://github.com/cypress-io/cypress-design/commit/7d3aba5d827740fa472e9e2dae5ad9da43c305f9) Thanks [@karlsnyder0](https://github.com/karlsnyder0)! - Bump icons
389
+
390
+ ## 1.9.4
391
+
392
+ ### Patch Changes
393
+
394
+ - [#540](https://github.com/cypress-io/cypress-design/pull/540) [`10425b0`](https://github.com/cypress-io/cypress-design/commit/10425b0e74be5f82cb41f022d60c29ffe3acf85d) Thanks [@astone123](https://github.com/astone123)! - add sparkle triple icon
395
+
396
+ - Updated dependencies [[`10425b0`](https://github.com/cypress-io/cypress-design/commit/10425b0e74be5f82cb41f022d60c29ffe3acf85d)]:
397
+ - @cypress-design/icon-registry@1.9.4
398
+
399
+ ## 1.9.3
400
+
401
+ ### Patch Changes
402
+
403
+ - [#536](https://github.com/cypress-io/cypress-design/pull/536) [`665a873`](https://github.com/cypress-io/cypress-design/commit/665a87369f32f74f3bda8e8aed37a7d176d684e1) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Added the small and large sparkle icons
404
+
405
+ - Updated dependencies [[`665a873`](https://github.com/cypress-io/cypress-design/commit/665a87369f32f74f3bda8e8aed37a7d176d684e1)]:
406
+ - @cypress-design/icon-registry@1.9.3
407
+
408
+ ## 1.9.2
409
+
410
+ ### Patch Changes
411
+
412
+ - [#533](https://github.com/cypress-io/cypress-design/pull/533) [`d42d2c1`](https://github.com/cypress-io/cypress-design/commit/d42d2c195309d7c8e06a6671614ab886572f3576) Thanks [@chrisbreiding](https://github.com/chrisbreiding)! - Add thumbs up and thumbs down icons
413
+
414
+ - Updated dependencies [[`d42d2c1`](https://github.com/cypress-io/cypress-design/commit/d42d2c195309d7c8e06a6671614ab886572f3576)]:
415
+ - @cypress-design/icon-registry@1.9.2
416
+
417
+ ## 1.9.1
418
+
419
+ ### Patch Changes
420
+
421
+ - [#531](https://github.com/cypress-io/cypress-design/pull/531) [`0422ad2`](https://github.com/cypress-io/cypress-design/commit/0422ad2f03f6372255f6eb172d8ed08ef370f98b) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Added a 24x24 office building icon
422
+
423
+ - Updated dependencies [[`0422ad2`](https://github.com/cypress-io/cypress-design/commit/0422ad2f03f6372255f6eb172d8ed08ef370f98b)]:
424
+ - @cypress-design/icon-registry@1.9.1
425
+
426
+ ## 1.9.0
427
+
428
+ ### Minor Changes
429
+
430
+ - [#528](https://github.com/cypress-io/cypress-design/pull/528) [`9b0bf09`](https://github.com/cypress-io/cypress-design/commit/9b0bf099f2603de9f138f50434e70cece664c5c0) Thanks [@mabela416](https://github.com/mabela416)! - Add ui coverage icon 48px
431
+
432
+ ### Patch Changes
433
+
434
+ - Updated dependencies [[`9b0bf09`](https://github.com/cypress-io/cypress-design/commit/9b0bf099f2603de9f138f50434e70cece664c5c0)]:
435
+ - @cypress-design/icon-registry@1.9.0
436
+
437
+ ## 1.8.0
438
+
439
+ ### Minor Changes
440
+
441
+ - [#525](https://github.com/cypress-io/cypress-design/pull/525) [`70b6d4d`](https://github.com/cypress-io/cypress-design/commit/70b6d4dfebf35dade5000edbeeaf891503303922) Thanks [@mabela416](https://github.com/mabela416)! - add regenerate configuration icon
442
+
443
+ ### Patch Changes
444
+
445
+ - Updated dependencies [[`70b6d4d`](https://github.com/cypress-io/cypress-design/commit/70b6d4dfebf35dade5000edbeeaf891503303922)]:
446
+ - @cypress-design/icon-registry@1.8.0
447
+
448
+ ## 1.7.0
449
+
450
+ ### Minor Changes
451
+
452
+ - [#522](https://github.com/cypress-io/cypress-design/pull/522) [`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b) Thanks [@tbiethman](https://github.com/tbiethman)! - Adding square-minus_x12, square-minus_x16, and square-minus_x24 icons
453
+
454
+ ### Patch Changes
455
+
456
+ - Updated dependencies [[`550bdd4`](https://github.com/cypress-io/cypress-design/commit/550bdd4ab238cdcc3cb57761bc25c26f391c7a9b)]:
457
+ - @cypress-design/icon-registry@1.7.0
458
+
459
+ ## 1.6.0
460
+
461
+ ### Minor Changes
462
+
463
+ - [#515](https://github.com/cypress-io/cypress-design/pull/515) [`9137e33`](https://github.com/cypress-io/cypress-design/commit/9137e331402c6e2a1e3848fb8b04f8595fee3902) Thanks [@mschile](https://github.com/mschile)! - Added additional browser icons.
464
+
465
+ ### Patch Changes
466
+
467
+ - Updated dependencies [[`9137e33`](https://github.com/cypress-io/cypress-design/commit/9137e331402c6e2a1e3848fb8b04f8595fee3902)]:
468
+ - @cypress-design/icon-registry@1.6.0
469
+
470
+ ## 1.5.6
471
+
472
+ ### Patch Changes
473
+
474
+ - [#511](https://github.com/cypress-io/cypress-design/pull/511) [`01f321f`](https://github.com/cypress-io/cypress-design/commit/01f321fda0525a34d92acd45bd61dd9e4ecc6142) Thanks [@emilyrohrbough](https://github.com/emilyrohrbough)! - Add Git Commit Icon
475
+
476
+ - Updated dependencies [[`01f321f`](https://github.com/cypress-io/cypress-design/commit/01f321fda0525a34d92acd45bd61dd9e4ecc6142)]:
477
+ - @cypress-design/icon-registry@1.5.6
478
+
479
+ ## 1.5.5
480
+
481
+ ### Patch Changes
482
+
483
+ - [#505](https://github.com/cypress-io/cypress-design/pull/505) [`c8ec846`](https://github.com/cypress-io/cypress-design/commit/c8ec846fb415e885fc0fe7070767fa0506849e6c) Thanks [@chrisbreiding](https://github.com/chrisbreiding)! - Fix light fill color for test results icon
484
+
485
+ - Updated dependencies [[`c8ec846`](https://github.com/cypress-io/cypress-design/commit/c8ec846fb415e885fc0fe7070767fa0506849e6c)]:
486
+ - @cypress-design/icon-registry@1.5.5
487
+
488
+ ## 1.5.4
489
+
490
+ ### Patch Changes
491
+
492
+ - [#503](https://github.com/cypress-io/cypress-design/pull/503) [`9775412`](https://github.com/cypress-io/cypress-design/commit/977541249d2680dcee5ea3e8c1d97642a0041f42) Thanks [@emilyrohrbough](https://github.com/emilyrohrbough)! - Add Warning Triangle Icon
493
+
494
+ - Updated dependencies [[`9775412`](https://github.com/cypress-io/cypress-design/commit/977541249d2680dcee5ea3e8c1d97642a0041f42)]:
495
+ - @cypress-design/icon-registry@1.5.4
496
+
497
+ ## 1.5.3
498
+
499
+ ### Patch Changes
500
+
501
+ - [#501](https://github.com/cypress-io/cypress-design/pull/501) [`7fa5429`](https://github.com/cypress-io/cypress-design/commit/7fa542957a7f7ad258c02ef47f200663c4da5774) Thanks [@emilyrohrbough](https://github.com/emilyrohrbough)! - Add Accessibility & UI Cov disabled icons.
502
+
503
+ ## 1.5.2
504
+
505
+ ### Patch Changes
506
+
507
+ - [#497](https://github.com/cypress-io/cypress-design/pull/497) [`1ebd6f0`](https://github.com/cypress-io/cypress-design/commit/1ebd6f0dfc49adc627d5da19c948cf545d478309) Thanks [@emilmilanov](https://github.com/emilmilanov)! - Angled airplane icon added
508
+
509
+ - Updated dependencies [[`1ebd6f0`](https://github.com/cypress-io/cypress-design/commit/1ebd6f0dfc49adc627d5da19c948cf545d478309)]:
510
+ - @cypress-design/icon-registry@1.5.2
13
511
 
14
512
  ## 1.5.1
15
513
 
package/IconReact.cy.tsx CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react'
2
- import { mount } from 'cypress/react18'
2
+ import { mount } from 'cypress/react'
3
3
  import assertions from '../assertions'
4
4
  import Icon, {
5
5
  IconBrowserWebkit,