@telus-uds/palette-allium 2.1.0 → 2.4.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 (42) hide show
  1. package/build/android/border.xml +1 -1
  2. package/build/android/color.xml +1 -1
  3. package/build/android/font_size.xml +1 -1
  4. package/build/android/radius.xml +1 -1
  5. package/build/android/size.xml +2 -1
  6. package/build/ios/Border.swift +1 -1
  7. package/build/ios/Color.swift +41 -41
  8. package/build/ios/FontSize.swift +1 -1
  9. package/build/ios/Radius.swift +1 -1
  10. package/build/ios/Size.swift +2 -1
  11. package/build/rn/fonts/HelveticaNow-400.woff +0 -0
  12. package/build/rn/fonts/HelveticaNow-500.woff +0 -0
  13. package/build/rn/fonts/HelveticaNow-700.woff +0 -0
  14. package/build/rn/fonts/{HelveticaNow-400.otf → HelveticaNowOTF-400.otf} +0 -0
  15. package/build/{web/fonts/v2_1_0-HelveticaNow-500-Opu1BvezAmAn3QglAx6BI.otf → rn/fonts/HelveticaNowOTF-500.otf} +0 -0
  16. package/build/rn/fonts/{HelveticaNow-700.otf → HelveticaNowOTF-700.otf} +0 -0
  17. package/build/rn/fonts/fonts.css +18 -3
  18. package/build/rn/fonts/index.js +6 -3
  19. package/build/rn/icons/Edit.js +26 -0
  20. package/build/rn/icons/Edit.native.js +26 -0
  21. package/build/rn/icons/edit.icon.svg +3 -0
  22. package/build/rn/icons/index.js +1 -0
  23. package/build/rn/palette.js +11 -4
  24. package/build/web/fonts/fonts-cdn-family.css +25 -4
  25. package/build/web/fonts/fonts-cdn.css +19 -4
  26. package/build/web/fonts/fonts-local-family.css +25 -4
  27. package/build/web/fonts/fonts-local.css +19 -4
  28. package/build/web/fonts/{v2_1_0-HelveticaNow-300-7kTh26YQ3tkIEwzkgmEWb.otf → v2_4_0-HelveticaNow-300.otf} +0 -0
  29. package/build/web/fonts/v2_4_0-HelveticaNow-400.woff +0 -0
  30. package/build/web/fonts/v2_4_0-HelveticaNow-500.woff +0 -0
  31. package/build/web/fonts/v2_4_0-HelveticaNow-700.woff +0 -0
  32. package/build/web/fonts/{v2_1_0-HelveticaNow-400-_EKARAGTdiecwZX78ti7s.otf → v2_4_0-HelveticaNowOTF-400.otf} +0 -0
  33. package/build/{rn/fonts/HelveticaNow-500.otf → web/fonts/v2_4_0-HelveticaNowOTF-500.otf} +0 -0
  34. package/build/web/fonts/{v2_1_0-HelveticaNow-700-kEJDAiw_-zJyYhrVbNwbP.otf → v2_4_0-HelveticaNowOTF-700.otf} +0 -0
  35. package/build/web/icons/Edit.js +26 -0
  36. package/build/web/icons/edit.icon.svg +3 -0
  37. package/build/web/icons/index.js +1 -0
  38. package/build/web/palette.js +12 -5
  39. package/package.json +3 -3
  40. package/palette.json +18 -3
  41. package/CHANGELOG.json +0 -93
  42. package/CHANGELOG.md +0 -574
package/CHANGELOG.md DELETED
@@ -1,574 +0,0 @@
1
- # Change Log - @telus-uds/palette-allium
2
-
3
- This log was last generated on Thu, 16 Jun 2022 15:07:54 GMT and should not be manually modified.
4
-
5
- <!-- Start content -->
6
-
7
- ## 2.1.0
8
-
9
- Thu, 16 Jun 2022 15:07:54 GMT
10
-
11
- ### Minor changes
12
-
13
- - Auto-generated change summary (does not include documentation changes) **added:** `gradient.values.neutral.value.angle`, `gradient.values.neutral.value.stops.0.color`, `gradient.values.neutral.value.stops.1.color`, `gradient.values.neutral.value.type`, **deleted:** _none_, **updated:** _none_ (email not defined)
14
-
15
- ### Patches
16
-
17
- - Auto-generated change summary (does not include documentation changes) **added:** _none_, **deleted:** _none_, **updated:** _none_ (eugene@michasiw.com)
18
- - update uds packages (eugene@michasiw.com)
19
-
20
- ## 2.0.1
21
-
22
- Fri, 03 Jun 2022 19:57:13 GMT
23
-
24
- ### Patches
25
-
26
- - Auto-generated change summary (does not include documentation changes) **added:** _none_, **deleted:** _none_, **updated:** _none_ (ruslan.bredikhin@nearform.com)
27
-
28
- ## 2.0.0
29
-
30
- Thu, 07 Apr 2022 23:01:02 GMT
31
-
32
- ### Major changes
33
-
34
- - Auto-generated change summary (does not include documentation changes) **added:** _none_, **deleted:** _none_, **updated:** `font.values.HelveticaNow.value.300`, `font.values.HelveticaNow.value.400`, `font.values.HelveticaNow.value.500`, `font.values.HelveticaNow.value.700` (ruslan.bredikhin@nearform.com)
35
-
36
- ### Patches
37
-
38
- - make CDN asset names match the published version (cody.zuschlag@nearform.com)
39
-
40
- ## 1.1.1
41
-
42
- Fri, 01 Apr 2022 07:21:46 GMT
43
-
44
- ### Patches
45
-
46
- - Auto-generated change summary (does not include documentation changes) **added:** _none_, **deleted:** _none_, **updated:** _none_ (cody.zuschlag@nearform.com)
47
- - update deps (cody.zuschlag@nearform.com)
48
-
49
- ## [1.1.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0...@telus-uds/palette-allium/v1.1.0) (2022-03-21)
50
-
51
- ### Features
52
-
53
- - **palette-allium:** add can-us icon ([#1431](https://github.com/telus/universal-design-system/issues/1431)) ([3eb9bb6](https://github.com/telus/universal-design-system/commit/3eb9bb6d305bb659a30ecee733aa2233bdbc37a1))
54
-
55
- ### Change summary (does not include documentation changes)
56
-
57
- #### New keys
58
-
59
- - `icon.CanUs`
60
-
61
- ## [1.0.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.2...@telus-uds/palette-allium/v1.0.0) (2022-02-03)
62
-
63
- ### Features
64
-
65
- - add partial radial gradient support ([#1240](https://github.com/telus/universal-design-system/issues/1240)) ([11299ce](https://github.com/telus/universal-design-system/commit/11299cecdc911ca2f461856dc8f94753d0cce575))
66
- - **themes:** validate theme token types ([#1221](https://github.com/telus/universal-design-system/issues/1221)) ([dae382d](https://github.com/telus/universal-design-system/commit/dae382d19f86b88cd5de9df8c94f8200aee5b33f))
67
-
68
- ### Change summary (does not include documentation changes)
69
-
70
- #### New keys
71
-
72
- - `color.redDarker`
73
- - `gradient.base.specification`
74
- - `gradient.base.stops.0.color`
75
- - `gradient.base.stops.0.stop`
76
- - `gradient.base.stops.1.color`
77
- - `gradient.base.stops.1.stop`
78
- - `gradient.base.type`
79
- - `gradient.brand.angle`
80
- - `gradient.brand.stops.0.color`
81
- - `gradient.brand.stops.0.hint`
82
- - `gradient.brand.stops.1.color`
83
- - `gradient.brand.type`
84
- - `shadow.surfaceEmboss.blur`
85
- - `shadow.surfaceEmboss.color`
86
- - `shadow.surfaceEmboss.inset`
87
- - `shadow.surfaceEmboss.offsetX`
88
- - `shadow.surfaceEmboss.offsetY`
89
- - `shadow.surfaceEmboss.spread`
90
- - `size.size1`
91
- - `size.size3`
92
-
93
- ## [1.0.0-prerelease.2](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.1...@telus-uds/palette-allium/v1.0.0-prerelease.2) (2022-01-20)
94
-
95
- ### Features
96
-
97
- - **ds-allium:** add `DatePicker` component ([#1015](https://github.com/telus/universal-design-system/issues/1015)) ([43e8fcf](https://github.com/telus/universal-design-system/commit/43e8fcf795524b05229cb98503732d61ffaafff8))
98
-
99
- ### Change summary (does not include documentation changes)
100
-
101
- #### New keys
102
-
103
- - `size.size28`
104
- - `size.size44`
105
- - `size.size264`
106
-
107
- ## [1.0.0-prerelease.1](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v1.0.0-prerelease.0...@telus-uds/palette-allium/v1.0.0-prerelease.1) (2021-12-28)
108
-
109
- ### Features
110
-
111
- - **palette-allium:** add bullet icon ([#968](https://github.com/telus/universal-design-system/issues/968)) ([2dba26d](https://github.com/telus/universal-design-system/commit/2dba26dba0a1f88ef32e1ba4b7e6c608aee4f65f))
112
-
113
- ### Change summary (does not include documentation changes)
114
-
115
- #### New keys
116
-
117
- - `icon.BulletFill`
118
- - `icon.CartEmptyBold`
119
- - `icon.CartFilledBold`
120
- - `icon.CssActivations`
121
- - `icon.Delete`
122
- - `icon.DownloadPdf`
123
- - `icon.DownloadPdfs`
124
- - `icon.Escalations`
125
- - `icon.Helpdesk`
126
- - `icon.LinkExternal`
127
- - `icon.NotifyBold`
128
- - `icon.OnlineSecurity`
129
- - `icon.Paperless`
130
- - `icon.PlayVideo`
131
- - `icon.Print`
132
- - `icon.Profile`
133
- - `icon.ProfileBold`
134
- - `icon.Search`
135
- - `icon.SettingsBold`
136
- - `icon.Subtract`
137
- - `icon.StatusError`
138
- - `icon.StatusSuccess`
139
- - `icon.StatusWarning`
140
- - `icon.UserAddBold`
141
-
142
- #### Deleted keys
143
-
144
- - `icon.LocationAdd0`
145
- - `icon.NotificationError`
146
- - `icon.NotificationSuccess`
147
- - `icon.NotificationWarning`
148
-
149
- ## [1.0.0-prerelease.0](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.6...@telus-uds/palette-allium/v1.0.0-prerelease.0) (2021-12-15)
150
-
151
- ### Features
152
-
153
- - **base:** add `ProgressBar` component ([#890](https://github.com/telus/universal-design-system/issues/890)) ([b98315c](https://github.com/telus/universal-design-system/commit/b98315cc7dabb2c7130c62c9c3bbf6fdfb7419a0))
154
- - **base:** add `Tabs` component ([#908](https://github.com/telus/universal-design-system/issues/908)) ([073bbd2](https://github.com/telus/universal-design-system/commit/073bbd2a0b4282112aa434f8e97e505fa8b4b92f))
155
- - **base:** add Group fieldsets for RadioCard, Radio, Checkbox ([#875](https://github.com/telus/universal-design-system/issues/875)) ([4b99987](https://github.com/telus/universal-design-system/commit/4b999872714144b643f676d3d473369d605b3eea))
156
- - **base:** add the Modal component ([#878](https://github.com/telus/universal-design-system/issues/878)) ([431d4cd](https://github.com/telus/universal-design-system/commit/431d4cd2c1a7f4ce30b453d437b9f5d7b69fd251))
157
- - **base:** add the Search component ([#798](https://github.com/telus/universal-design-system/issues/798)) ([7b974df](https://github.com/telus/universal-design-system/commit/7b974df12d2bf0cb94b6360091bac8ac57dd7245))
158
- - **ds-allium:** `PriceLockup` implmementation ([#858](https://github.com/telus/universal-design-system/issues/858)) ([8669b9e](https://github.com/telus/universal-design-system/commit/8669b9e3f80261bd18962dfba5d774c90a5f4ebb))
159
-
160
- ### Palette change summary (does not include documentation changes)
161
-
162
- #### New keys
163
-
164
- - `size.size192`
165
- - `size.size288`
166
- - `radius.radius12`
167
- - `lineHeight.ratio1to1`
168
- - `icon.SearchBold`
169
-
170
- #### Updated keys
171
-
172
- - `color.bgModal`
173
-
174
- ## [0.1.0-prerelease.6](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.5...@telus-uds/palette-allium/v0.1.0-prerelease.6) (2021-11-23)
175
-
176
- ### Features
177
-
178
- - add opacity and duration tokens to palettes ([#754](https://github.com/telus/universal-design-system/issues/754)) ([e1de9a6](https://github.com/telus/universal-design-system/commit/e1de9a62ec78d217677409590ad46e3674aabf2f))
179
- - **base:** add base `Checkbox` component ([#706](https://github.com/telus/universal-design-system/issues/706)) ([a3fa01a](https://github.com/telus/universal-design-system/commit/a3fa01ad0da342be02c15284a103c22d7b315ae9))
180
- - **base:** add Tags component ([#785](https://github.com/telus/universal-design-system/issues/785)) ([90bbf40](https://github.com/telus/universal-design-system/commit/90bbf4035a0bc0a8cdf319d9b366c8498c0dfb56))
181
-
182
- ### Palette change summary (does not include documentation changes)
183
-
184
- #### New keys
185
-
186
- - `size.size2`
187
- - `size.size10`
188
- - `size.size144`
189
- - `opacity`
190
- - `duration.duration300`
191
- - `duration.duration250`
192
- - `icon.Add`
193
- - `icon.Close`
194
-
195
- ## [0.1.0-prerelease.5](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.4...@telus-uds/palette-allium/v0.1.0-prerelease.5) (2021-11-08)
196
-
197
- ### Palette change summary (does not include documentation changes)
198
-
199
- ## [0.1.0-prerelease.4](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.3...@telus-uds/palette-allium/v0.1.0-prerelease.4) (2021-11-08)
200
-
201
- ### Features
202
-
203
- - **base:** add Tooltip component ([#687](https://github.com/telus/universal-design-system/issues/687)) ([38aaad4](https://github.com/telus/universal-design-system/commit/38aaad43d664b76e85a264901df5e1ca045a0304))
204
-
205
- ### Palette change summary (does not include documentation changes)
206
-
207
- #### New keys
208
-
209
- - `radius.radius1`
210
- - `radius.radius8`
211
- - `icon.Question`
212
-
213
- ## [0.1.0-prerelease.3](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.2...@telus-uds/palette-allium/v0.1.0-prerelease.3) (2021-10-27)
214
-
215
- ### Features
216
-
217
- - **base:** Add `Testimonial` component ([#621](https://github.com/telus/universal-design-system/issues/621)) ([5d21b8d](https://github.com/telus/universal-design-system/commit/5d21b8d573ed2936729ec92fe156d667c60596c7)), closes [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306) [#306](https://github.com/telus/universal-design-system/issues/306)
218
-
219
- ### Palette change summary (does not include documentation changes)
220
-
221
- #### New keys
222
-
223
- - `icon.QuoteLeft`
224
-
225
- ## [0.1.0-prerelease.2](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.1...@telus-uds/palette-allium/v0.1.0-prerelease.2) (2021-10-12)
226
-
227
- ### Features
228
-
229
- - **base:** add `Card` component ([#597](https://github.com/telus/universal-design-system/issues/597)) ([9e29d3c](https://github.com/telus/universal-design-system/commit/9e29d3c426c7082ec4d54a0c9d353986c0cc0b01))
230
-
231
- ### Palette change summary (does not include documentation changes)
232
-
233
- #### New keys
234
-
235
- - `radius.radius6`
236
-
237
- ## [0.1.0-prerelease.1](https://github.com/telus/universal-design-system/compare/@telus-uds/palette-allium/v0.1.0-prerelease.0...@telus-uds/palette-allium/v0.1.0-prerelease.1) (2021-09-20)
238
-
239
- ### Palette change summary (does not include documentation changes)
240
-
241
- ## 0.1.0-prerelease.0 (2021-09-20)
242
-
243
- ### Features
244
-
245
- - add compact variants to allium typography ([#532](https://github.com/telus/universal-design-system/issues/532)) ([d04ee3a](https://github.com/telus/universal-design-system/commit/d04ee3a05006a582ef21169585bf63b7b68821d8))
246
- - **base:** add ChevronLink component ([#502](https://github.com/telus/universal-design-system/issues/502)) ([8758837](https://github.com/telus/universal-design-system/commit/875883757e7d7138b26b0502b742da632892e85f))
247
- - **base:** add SideNav component ([#500](https://github.com/telus/universal-design-system/issues/500)) ([edc45e8](https://github.com/telus/universal-design-system/commit/edc45e84d627f371bb6d8c5053bcff1259ebabb2))
248
- - brand palette tokens for gradient and shadow ([#495](https://github.com/telus/universal-design-system/issues/495)) ([b9f9b72](https://github.com/telus/universal-design-system/commit/b9f9b72683d666171014fa7ed070803d65a21dec))
249
- - **ci:** release allium in ci [prerelease-palette-allium] ([#541](https://github.com/telus/universal-design-system/issues/541)) ([eeb1f37](https://github.com/telus/universal-design-system/commit/eeb1f376e167530bb38b553618cf1dedccc2cfb5))
250
- - **components-allium:** transfer Breadcrumbs from TDS ([#475](https://github.com/telus/universal-design-system/issues/475)) ([8e810f4](https://github.com/telus/universal-design-system/commit/8e810f467fdbd5f4094612f4843d72101b9e88e4))
251
-
252
- ### Palette change summary (does not include documentation changes)
253
-
254
- #### New keys
255
-
256
- - `color.purpleTelus`
257
- - `color.purpleDark`
258
- - `color.purpleEminence`
259
- - `color.purpleDeluge`
260
- - `color.greenTelus`
261
- - `color.greenAccessible`
262
- - `color.greenDarkFern`
263
- - `color.greenSanFelix`
264
- - `color.greenYellow`
265
- - `color.greenTusk`
266
- - `color.greenPanache`
267
- - `color.greyThunder`
268
- - `color.greyCharcoal`
269
- - `color.greyShuttle`
270
- - `color.greyCloud`
271
- - `color.greyMystic`
272
- - `color.greyAthens`
273
- - `color.greyAlabaster`
274
- - `color.white`
275
- - `color.redDark`
276
- - `color.red`
277
- - `color.redLight`
278
- - `color.amberDark`
279
- - `color.amber`
280
- - `color.amberLight`
281
- - `color.light97`
282
- - `color.light80`
283
- - `color.light60`
284
- - `color.light40`
285
- - `color.light20`
286
- - `color.light10`
287
- - `color.dark97`
288
- - `color.dark80`
289
- - `color.dark60`
290
- - `color.dark40`
291
- - `color.dark20`
292
- - `color.dark10`
293
- - `color.transparent`
294
- - `color.bgModal`
295
- - `font.HelveticaNow.300`
296
- - `font.HelveticaNow.400`
297
- - `font.HelveticaNow.500`
298
- - `font.HelveticaNow.700`
299
- - `fontSize.size12`
300
- - `fontSize.size14`
301
- - `fontSize.size16`
302
- - `fontSize.size20`
303
- - `fontSize.size24`
304
- - `fontSize.size28`
305
- - `fontSize.size36`
306
- - `fontSize.size40`
307
- - `fontSize.size56`
308
- - `fontSize.size64`
309
- - `size.size0`
310
- - `size.size4`
311
- - `size.size8`
312
- - `size.size12`
313
- - `size.size16`
314
- - `size.size20`
315
- - `size.size24`
316
- - `size.size32`
317
- - `size.size36`
318
- - `size.size40`
319
- - `size.size48`
320
- - `size.size64`
321
- - `size.size72`
322
- - `size.size80`
323
- - `size.size96`
324
- - `size.size120`
325
- - `radius.none`
326
- - `radius.radius4`
327
- - `radius.pill32`
328
- - `border.none`
329
- - `border.border1`
330
- - `border.border2`
331
- - `border.border3`
332
- - `border.border4`
333
- - `lineHeight.ratio3to2`
334
- - `lineHeight.ratio4to3`
335
- - `lineHeight.ratio5to4`
336
- - `lineHeight.ratio6to5`
337
- - `lineHeight.ratio7to5`
338
- - `lineHeight.ratio8to5`
339
- - `lineHeight.ratio8to7`
340
- - `lineHeight.ratio9to7`
341
- - `lineHeight.ratio10to7`
342
- - `lineHeight.ratio9to8`
343
- - `lineHeight.ratio11to9`
344
- - `letterSpacing.loose`
345
- - `letterSpacing.medium`
346
- - `letterSpacing.condensed`
347
- - `gradient.green.type`
348
- - `gradient.green.angle`
349
- - `gradient.green.stops.0.color`
350
- - `gradient.green.stops.0.hint`
351
- - `gradient.green.stops.1.color`
352
- - `gradient.purple.type`
353
- - `gradient.purple.angle`
354
- - `gradient.purple.stops.0.color`
355
- - `gradient.purple.stops.0.hint`
356
- - `gradient.purple.stops.1.color`
357
- - `shadow.elevation1.inset`
358
- - `shadow.elevation1.color`
359
- - `shadow.elevation1.offsetX`
360
- - `shadow.elevation1.offsetY`
361
- - `shadow.elevation1.blur`
362
- - `shadow.elevation1.spread`
363
- - `shadow.elevation2.inset`
364
- - `shadow.elevation2.color`
365
- - `shadow.elevation2.offsetX`
366
- - `shadow.elevation2.offsetY`
367
- - `shadow.elevation2.blur`
368
- - `shadow.elevation2.spread`
369
- - `shadow.elevation3.inset`
370
- - `shadow.elevation3.color`
371
- - `shadow.elevation3.offsetX`
372
- - `shadow.elevation3.offsetY`
373
- - `shadow.elevation3.blur`
374
- - `shadow.elevation3.spread`
375
- - `shadow.surfaceInset.inset`
376
- - `shadow.surfaceInset.color`
377
- - `shadow.surfaceInset.offsetX`
378
- - `shadow.surfaceInset.offsetY`
379
- - `shadow.surfaceInset.blur`
380
- - `shadow.surfaceInset.spread`
381
- - `shadow.surfaceRaised.inset`
382
- - `shadow.surfaceRaised.color`
383
- - `shadow.surfaceRaised.offsetX`
384
- - `shadow.surfaceRaised.offsetY`
385
- - `shadow.surfaceRaised.blur`
386
- - `shadow.surfaceRaised.spread`
387
- - `icon.Accessible`
388
- - `icon.AddUser`
389
- - `icon.AlarmClock`
390
- - `icon.Ambulance`
391
- - `icon.ArrowDown`
392
- - `icon.ArrowLeft`
393
- - `icon.ArrowRight`
394
- - `icon.ArrowUp`
395
- - `icon.ArtificialIntelligence`
396
- - `icon.Attention`
397
- - `icon.Award`
398
- - `icon.BabyBoy`
399
- - `icon.BabyGirl`
400
- - `icon.Baby`
401
- - `icon.BackToSchool`
402
- - `icon.Bank`
403
- - `icon.BatteryCar`
404
- - `icon.BatteryCharging`
405
- - `icon.Bell`
406
- - `icon.Bill`
407
- - `icon.Bookmark`
408
- - `icon.Briefcase`
409
- - `icon.Calendar`
410
- - `icon.CallForward`
411
- - `icon.CallOut`
412
- - `icon.CallReceive`
413
- - `icon.CallTalking`
414
- - `icon.Call`
415
- - `icon.Camera`
416
- - `icon.Car`
417
- - `icon.CaretDown`
418
- - `icon.CaretUp`
419
- - `icon.Channels`
420
- - `icon.ChartsBar1`
421
- - `icon.ChartsBar2`
422
- - `icon.ChartsLine`
423
- - `icon.Chat1`
424
- - `icon.Chat2`
425
- - `icon.ChatSupport`
426
- - `icon.Check`
427
- - `icon.Checkmark`
428
- - `icon.ChevronLeft`
429
- - `icon.ChevronRight`
430
- - `icon.Clipboard`
431
- - `icon.ClosedCaptions`
432
- - `icon.CloudDownload`
433
- - `icon.CloudSync`
434
- - `icon.CloudUpload`
435
- - `icon.Collaboration`
436
- - `icon.Compass`
437
- - `icon.ComputerNetwork`
438
- - `icon.Contract`
439
- - `icon.CreditCard`
440
- - `icon.Cronometer`
441
- - `icon.DataLimit`
442
- - `icon.Deals`
443
- - `icon.Delivery`
444
- - `icon.Devices`
445
- - `icon.Diagram`
446
- - `icon.Diamond`
447
- - `icon.Direction`
448
- - `icon.Document`
449
- - `icon.Donate`
450
- - `icon.Download`
451
- - `icon.Email`
452
- - `icon.FavouriteNetwork`
453
- - `icon.Files`
454
- - `icon.Fingerprint`
455
- - `icon.Firewall`
456
- - `icon.Flag`
457
- - `icon.FullscreenExpand`
458
- - `icon.FullscreenMinimize`
459
- - `icon.Gift`
460
- - `icon.Globe1`
461
- - `icon.Globe2`
462
- - `icon.HeadBoth`
463
- - `icon.HeadFemale`
464
- - `icon.HeadMale`
465
- - `icon.Headset`
466
- - `icon.Heart`
467
- - `icon.Heartbeat`
468
- - `icon.HomeSecurity`
469
- - `icon.Home`
470
- - `icon.IDTag`
471
- - `icon.Infinite`
472
- - `icon.Information`
473
- - `icon.Internet`
474
- - `icon.Invisible`
475
- - `icon.Key`
476
- - `icon.Laptop`
477
- - `icon.Layers`
478
- - `icon.Lifesaver`
479
- - `icon.Lightbulb`
480
- - `icon.LocationAdd0`
481
- - `icon.LocationAdd`
482
- - `icon.LocationHome`
483
- - `icon.LocationIneligible`
484
- - `icon.LocationMap`
485
- - `icon.LocationRegular`
486
- - `icon.LocationRemove`
487
- - `icon.LocationSuccess`
488
- - `icon.LocationVerified`
489
- - `icon.LockClosed`
490
- - `icon.LockOpened`
491
- - `icon.LoginForm`
492
- - `icon.Map`
493
- - `icon.Medical`
494
- - `icon.Messaging`
495
- - `icon.Mobility`
496
- - `icon.Movie`
497
- - `icon.Music`
498
- - `icon.Muted`
499
- - `icon.Networking`
500
- - `icon.News`
501
- - `icon.NextGenFirewall`
502
- - `icon.NoContract`
503
- - `icon.NotificationError`
504
- - `icon.NotificationSuccess`
505
- - `icon.NotificationWarning`
506
- - `icon.Office`
507
- - `icon.Offices`
508
- - `icon.OnDemand`
509
- - `icon.OnTheGo`
510
- - `icon.Passport`
511
- - `icon.Pause`
512
- - `icon.PhoneBusiness`
513
- - `icon.PhoneHome`
514
- - `icon.PhoneReception`
515
- - `icon.Phone`
516
- - `icon.Photo`
517
- - `icon.Photos`
518
- - `icon.PiggyBank`
519
- - `icon.PikTV`
520
- - `icon.Play`
521
- - `icon.PlaySolid`
522
- - `icon.Preference`
523
- - `icon.PrivateCloud`
524
- - `icon.Radar`
525
- - `icon.Receipt`
526
- - `icon.Record`
527
- - `icon.Refresh`
528
- - `icon.RemoteControl`
529
- - `icon.Replay`
530
- - `icon.Router`
531
- - `icon.SecurityCamera`
532
- - `icon.SecurityHouse`
533
- - `icon.SecurityMobile`
534
- - `icon.SecuritySettings`
535
- - `icon.Server`
536
- - `icon.ServiceTruck`
537
- - `icon.Settings`
538
- - `icon.SettingsSolid`
539
- - `icon.SharedAccount`
540
- - `icon.Shop`
541
- - `icon.SignPost`
542
- - `icon.Signal`
543
- - `icon.SimCard`
544
- - `icon.Soccer`
545
- - `icon.SpeakerPhone`
546
- - `icon.Speaker`
547
- - `icon.SpeedReduced`
548
- - `icon.Speed`
549
- - `icon.Success`
550
- - `icon.Suitcase`
551
- - `icon.Support`
552
- - `icon.Tablet`
553
- - `icon.Target`
554
- - `icon.Tasks`
555
- - `icon.ThumbsUp`
556
- - `icon.Time`
557
- - `icon.Times`
558
- - `icon.TowTruck`
559
- - `icon.Transmitter`
560
- - `icon.TVChoiceAndFlexibility`
561
- - `icon.TV`
562
- - `icon.Unmuted`
563
- - `icon.UploadToCloud`
564
- - `icon.Upload`
565
- - `icon.UsbCable`
566
- - `icon.User`
567
- - `icon.Users`
568
- - `icon.VideoChat`
569
- - `icon.VideoGames`
570
- - `icon.Visible`
571
- - `icon.Warranty`
572
- - `icon.Watch`
573
- - `icon.WifiBoost`
574
- - `icon.WifiCloud`