@affinda/react 0.0.24 → 0.0.25

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.
@@ -8,29 +8,55 @@ import { AfAspectRatio as AfAspectRatioElement, defineCustomElement as defineAfA
8
8
  import { AfButtonGroup as AfButtonGroupElement, defineCustomElement as defineAfButtonGroup } from "@affinda/wc/dist/components/af-button-group.js";
9
9
  import { AfButton as AfButtonElement, defineCustomElement as defineAfButton } from "@affinda/wc/dist/components/af-button.js";
10
10
  import { AfCard as AfCardElement, defineCustomElement as defineAfCard } from "@affinda/wc/dist/components/af-card.js";
11
+ import { AfCheckbox as AfCheckboxElement, defineCustomElement as defineAfCheckbox } from "@affinda/wc/dist/components/af-checkbox.js";
11
12
  import { AfClientCarousel as AfClientCarouselElement, defineCustomElement as defineAfClientCarousel } from "@affinda/wc/dist/components/af-client-carousel.js";
12
13
  import { AfColorSwatch as AfColorSwatchElement, defineCustomElement as defineAfColorSwatch } from "@affinda/wc/dist/components/af-color-swatch.js";
13
14
  import { AfContactItem as AfContactItemElement, defineCustomElement as defineAfContactItem } from "@affinda/wc/dist/components/af-contact-item.js";
14
15
  import { AfContainer as AfContainerElement, defineCustomElement as defineAfContainer } from "@affinda/wc/dist/components/af-container.js";
15
- import { AfCtaSection as AfCtaSectionElement, defineCustomElement as defineAfCtaSection } from "@affinda/wc/dist/components/af-cta-section.js";
16
16
  import { AfFeatureAccordion as AfFeatureAccordionElement, defineCustomElement as defineAfFeatureAccordion } from "@affinda/wc/dist/components/af-feature-accordion.js";
17
+ import { AfFeatureCard as AfFeatureCardElement, defineCustomElement as defineAfFeatureCard } from "@affinda/wc/dist/components/af-feature-card.js";
18
+ import { AfFeatureGrid as AfFeatureGridElement, defineCustomElement as defineAfFeatureGrid } from "@affinda/wc/dist/components/af-feature-grid.js";
19
+ import { AfFieldset as AfFieldsetElement, defineCustomElement as defineAfFieldset } from "@affinda/wc/dist/components/af-fieldset.js";
17
20
  import { AfFooterColumn as AfFooterColumnElement, defineCustomElement as defineAfFooterColumn } from "@affinda/wc/dist/components/af-footer-column.js";
18
21
  import { AfFooterLink as AfFooterLinkElement, defineCustomElement as defineAfFooterLink } from "@affinda/wc/dist/components/af-footer-link.js";
19
22
  import { AfFooter as AfFooterElement, defineCustomElement as defineAfFooter } from "@affinda/wc/dist/components/af-footer.js";
23
+ import { AfGridCallout as AfGridCalloutElement, defineCustomElement as defineAfGridCallout } from "@affinda/wc/dist/components/af-grid-callout.js";
20
24
  import { AfHeading as AfHeadingElement, defineCustomElement as defineAfHeading } from "@affinda/wc/dist/components/af-heading.js";
21
25
  import { AfHeroSection as AfHeroSectionElement, defineCustomElement as defineAfHeroSection } from "@affinda/wc/dist/components/af-hero-section.js";
26
+ import { AfIconBox as AfIconBoxElement, defineCustomElement as defineAfIconBox } from "@affinda/wc/dist/components/af-icon-box.js";
22
27
  import { AfIconButton as AfIconButtonElement, defineCustomElement as defineAfIconButton } from "@affinda/wc/dist/components/af-icon-button.js";
28
+ import { AfIconText as AfIconTextElement, defineCustomElement as defineAfIconText } from "@affinda/wc/dist/components/af-icon-text.js";
29
+ import { AfIcon as AfIconElement, defineCustomElement as defineAfIcon } from "@affinda/wc/dist/components/af-icon.js";
30
+ import { AfIllustratedCard as AfIllustratedCardElement, defineCustomElement as defineAfIllustratedCard } from "@affinda/wc/dist/components/af-illustrated-card.js";
31
+ import { AfImage as AfImageElement, defineCustomElement as defineAfImage } from "@affinda/wc/dist/components/af-image.js";
32
+ import { AfInPageBanner as AfInPageBannerElement, defineCustomElement as defineAfInPageBanner } from "@affinda/wc/dist/components/af-in-page-banner.js";
33
+ import { AfInput as AfInputElement, defineCustomElement as defineAfInput } from "@affinda/wc/dist/components/af-input.js";
23
34
  import { AfLogoWell as AfLogoWellElement, defineCustomElement as defineAfLogoWell } from "@affinda/wc/dist/components/af-logo-well.js";
24
35
  import { AfLogo as AfLogoElement, defineCustomElement as defineAfLogo } from "@affinda/wc/dist/components/af-logo.js";
36
+ import { AfNavCard as AfNavCardElement, defineCustomElement as defineAfNavCard } from "@affinda/wc/dist/components/af-nav-card.js";
25
37
  import { AfNavItem as AfNavItemElement, defineCustomElement as defineAfNavItem } from "@affinda/wc/dist/components/af-nav-item.js";
38
+ import { AfNavMenuNest as AfNavMenuNestElement, defineCustomElement as defineAfNavMenuNest } from "@affinda/wc/dist/components/af-nav-menu-nest.js";
39
+ import { AfNavMenu as AfNavMenuElement, defineCustomElement as defineAfNavMenu } from "@affinda/wc/dist/components/af-nav-menu.js";
26
40
  import { AfNavbar as AfNavbarElement, defineCustomElement as defineAfNavbar } from "@affinda/wc/dist/components/af-navbar.js";
41
+ import { AfNumberBadge as AfNumberBadgeElement, defineCustomElement as defineAfNumberBadge } from "@affinda/wc/dist/components/af-number-badge.js";
42
+ import { AfProgressLine as AfProgressLineElement, defineCustomElement as defineAfProgressLine } from "@affinda/wc/dist/components/af-progress-line.js";
43
+ import { AfRadio as AfRadioElement, defineCustomElement as defineAfRadio } from "@affinda/wc/dist/components/af-radio.js";
27
44
  import { AfSection as AfSectionElement, defineCustomElement as defineAfSection } from "@affinda/wc/dist/components/af-section.js";
28
45
  import { AfSocialLink as AfSocialLinkElement, defineCustomElement as defineAfSocialLink } from "@affinda/wc/dist/components/af-social-link.js";
46
+ import { AfSplitSection as AfSplitSectionElement, defineCustomElement as defineAfSplitSection } from "@affinda/wc/dist/components/af-split-section.js";
47
+ import { AfSwitch as AfSwitchElement, defineCustomElement as defineAfSwitch } from "@affinda/wc/dist/components/af-switch.js";
48
+ import { AfTabBar as AfTabBarElement, defineCustomElement as defineAfTabBar } from "@affinda/wc/dist/components/af-tab-bar.js";
49
+ import { AfTab as AfTabElement, defineCustomElement as defineAfTab } from "@affinda/wc/dist/components/af-tab.js";
50
+ import { AfTag as AfTagElement, defineCustomElement as defineAfTag } from "@affinda/wc/dist/components/af-tag.js";
29
51
  import { AfTestimonialCarousel as AfTestimonialCarouselElement, defineCustomElement as defineAfTestimonialCarousel } from "@affinda/wc/dist/components/af-testimonial-carousel.js";
30
52
  import { AfTestimonialStat as AfTestimonialStatElement, defineCustomElement as defineAfTestimonialStat } from "@affinda/wc/dist/components/af-testimonial-stat.js";
31
53
  import { AfTestimonial as AfTestimonialElement, defineCustomElement as defineAfTestimonial } from "@affinda/wc/dist/components/af-testimonial.js";
54
+ import { AfTextImageNest as AfTextImageNestElement, defineCustomElement as defineAfTextImageNest } from "@affinda/wc/dist/components/af-text-image-nest.js";
55
+ import { AfTextImage as AfTextImageElement, defineCustomElement as defineAfTextImage } from "@affinda/wc/dist/components/af-text-image.js";
32
56
  import { AfText as AfTextElement, defineCustomElement as defineAfText } from "@affinda/wc/dist/components/af-text.js";
57
+ import { AfTextarea as AfTextareaElement, defineCustomElement as defineAfTextarea } from "@affinda/wc/dist/components/af-textarea.js";
33
58
  import { AfTypographyLockup as AfTypographyLockupElement, defineCustomElement as defineAfTypographyLockup } from "@affinda/wc/dist/components/af-typography-lockup.js";
59
+ import { AfVideoContainer as AfVideoContainerElement, defineCustomElement as defineAfVideoContainer } from "@affinda/wc/dist/components/af-video-container.js";
34
60
  import { createComponent } from '@stencil/react-output-target/runtime';
35
61
  import React from 'react';
36
62
  export const AfAspectRatio = /*@__PURE__*/ createComponent({
@@ -65,6 +91,14 @@ export const AfCard = /*@__PURE__*/ createComponent({
65
91
  events: {},
66
92
  defineCustomElement: defineAfCard
67
93
  });
94
+ export const AfCheckbox = /*@__PURE__*/ createComponent({
95
+ tagName: 'af-checkbox',
96
+ elementClass: AfCheckboxElement,
97
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
98
+ react: React,
99
+ events: { onAfChange: 'afChange' },
100
+ defineCustomElement: defineAfCheckbox
101
+ });
68
102
  export const AfClientCarousel = /*@__PURE__*/ createComponent({
69
103
  tagName: 'af-client-carousel',
70
104
  elementClass: AfClientCarouselElement,
@@ -97,14 +131,6 @@ export const AfContainer = /*@__PURE__*/ createComponent({
97
131
  events: {},
98
132
  defineCustomElement: defineAfContainer
99
133
  });
100
- export const AfCtaSection = /*@__PURE__*/ createComponent({
101
- tagName: 'af-cta-section',
102
- elementClass: AfCtaSectionElement,
103
- // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
104
- react: React,
105
- events: {},
106
- defineCustomElement: defineAfCtaSection
107
- });
108
134
  export const AfFeatureAccordion = /*@__PURE__*/ createComponent({
109
135
  tagName: 'af-feature-accordion',
110
136
  elementClass: AfFeatureAccordionElement,
@@ -113,6 +139,30 @@ export const AfFeatureAccordion = /*@__PURE__*/ createComponent({
113
139
  events: {},
114
140
  defineCustomElement: defineAfFeatureAccordion
115
141
  });
142
+ export const AfFeatureCard = /*@__PURE__*/ createComponent({
143
+ tagName: 'af-feature-card',
144
+ elementClass: AfFeatureCardElement,
145
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
146
+ react: React,
147
+ events: {},
148
+ defineCustomElement: defineAfFeatureCard
149
+ });
150
+ export const AfFeatureGrid = /*@__PURE__*/ createComponent({
151
+ tagName: 'af-feature-grid',
152
+ elementClass: AfFeatureGridElement,
153
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
154
+ react: React,
155
+ events: {},
156
+ defineCustomElement: defineAfFeatureGrid
157
+ });
158
+ export const AfFieldset = /*@__PURE__*/ createComponent({
159
+ tagName: 'af-fieldset',
160
+ elementClass: AfFieldsetElement,
161
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
162
+ react: React,
163
+ events: {},
164
+ defineCustomElement: defineAfFieldset
165
+ });
116
166
  export const AfFooter = /*@__PURE__*/ createComponent({
117
167
  tagName: 'af-footer',
118
168
  elementClass: AfFooterElement,
@@ -137,6 +187,14 @@ export const AfFooterLink = /*@__PURE__*/ createComponent({
137
187
  events: {},
138
188
  defineCustomElement: defineAfFooterLink
139
189
  });
190
+ export const AfGridCallout = /*@__PURE__*/ createComponent({
191
+ tagName: 'af-grid-callout',
192
+ elementClass: AfGridCalloutElement,
193
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
194
+ react: React,
195
+ events: {},
196
+ defineCustomElement: defineAfGridCallout
197
+ });
140
198
  export const AfHeading = /*@__PURE__*/ createComponent({
141
199
  tagName: 'af-heading',
142
200
  elementClass: AfHeadingElement,
@@ -153,6 +211,22 @@ export const AfHeroSection = /*@__PURE__*/ createComponent({
153
211
  events: {},
154
212
  defineCustomElement: defineAfHeroSection
155
213
  });
214
+ export const AfIcon = /*@__PURE__*/ createComponent({
215
+ tagName: 'af-icon',
216
+ elementClass: AfIconElement,
217
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
218
+ react: React,
219
+ events: {},
220
+ defineCustomElement: defineAfIcon
221
+ });
222
+ export const AfIconBox = /*@__PURE__*/ createComponent({
223
+ tagName: 'af-icon-box',
224
+ elementClass: AfIconBoxElement,
225
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
226
+ react: React,
227
+ events: {},
228
+ defineCustomElement: defineAfIconBox
229
+ });
156
230
  export const AfIconButton = /*@__PURE__*/ createComponent({
157
231
  tagName: 'af-icon-button',
158
232
  elementClass: AfIconButtonElement,
@@ -161,6 +235,52 @@ export const AfIconButton = /*@__PURE__*/ createComponent({
161
235
  events: {},
162
236
  defineCustomElement: defineAfIconButton
163
237
  });
238
+ export const AfIconText = /*@__PURE__*/ createComponent({
239
+ tagName: 'af-icon-text',
240
+ elementClass: AfIconTextElement,
241
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
242
+ react: React,
243
+ events: {},
244
+ defineCustomElement: defineAfIconText
245
+ });
246
+ export const AfIllustratedCard = /*@__PURE__*/ createComponent({
247
+ tagName: 'af-illustrated-card',
248
+ elementClass: AfIllustratedCardElement,
249
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
250
+ react: React,
251
+ events: {},
252
+ defineCustomElement: defineAfIllustratedCard
253
+ });
254
+ export const AfImage = /*@__PURE__*/ createComponent({
255
+ tagName: 'af-image',
256
+ elementClass: AfImageElement,
257
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
258
+ react: React,
259
+ events: {},
260
+ defineCustomElement: defineAfImage
261
+ });
262
+ export const AfInPageBanner = /*@__PURE__*/ createComponent({
263
+ tagName: 'af-in-page-banner',
264
+ elementClass: AfInPageBannerElement,
265
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
266
+ react: React,
267
+ events: {},
268
+ defineCustomElement: defineAfInPageBanner
269
+ });
270
+ export const AfInput = /*@__PURE__*/ createComponent({
271
+ tagName: 'af-input',
272
+ elementClass: AfInputElement,
273
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
274
+ react: React,
275
+ events: {
276
+ onAfInput: 'afInput',
277
+ onAfBlur: 'afBlur',
278
+ onAfFocus: 'afFocus',
279
+ onAfClear: 'afClear',
280
+ onAfInfoClick: 'afInfoClick'
281
+ },
282
+ defineCustomElement: defineAfInput
283
+ });
164
284
  export const AfLogo = /*@__PURE__*/ createComponent({
165
285
  tagName: 'af-logo',
166
286
  elementClass: AfLogoElement,
@@ -177,6 +297,14 @@ export const AfLogoWell = /*@__PURE__*/ createComponent({
177
297
  events: {},
178
298
  defineCustomElement: defineAfLogoWell
179
299
  });
300
+ export const AfNavCard = /*@__PURE__*/ createComponent({
301
+ tagName: 'af-nav-card',
302
+ elementClass: AfNavCardElement,
303
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
304
+ react: React,
305
+ events: {},
306
+ defineCustomElement: defineAfNavCard
307
+ });
180
308
  export const AfNavItem = /*@__PURE__*/ createComponent({
181
309
  tagName: 'af-nav-item',
182
310
  elementClass: AfNavItemElement,
@@ -185,6 +313,22 @@ export const AfNavItem = /*@__PURE__*/ createComponent({
185
313
  events: {},
186
314
  defineCustomElement: defineAfNavItem
187
315
  });
316
+ export const AfNavMenu = /*@__PURE__*/ createComponent({
317
+ tagName: 'af-nav-menu',
318
+ elementClass: AfNavMenuElement,
319
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
320
+ react: React,
321
+ events: {},
322
+ defineCustomElement: defineAfNavMenu
323
+ });
324
+ export const AfNavMenuNest = /*@__PURE__*/ createComponent({
325
+ tagName: 'af-nav-menu-nest',
326
+ elementClass: AfNavMenuNestElement,
327
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
328
+ react: React,
329
+ events: {},
330
+ defineCustomElement: defineAfNavMenuNest
331
+ });
188
332
  export const AfNavbar = /*@__PURE__*/ createComponent({
189
333
  tagName: 'af-navbar',
190
334
  elementClass: AfNavbarElement,
@@ -193,6 +337,30 @@ export const AfNavbar = /*@__PURE__*/ createComponent({
193
337
  events: {},
194
338
  defineCustomElement: defineAfNavbar
195
339
  });
340
+ export const AfNumberBadge = /*@__PURE__*/ createComponent({
341
+ tagName: 'af-number-badge',
342
+ elementClass: AfNumberBadgeElement,
343
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
344
+ react: React,
345
+ events: {},
346
+ defineCustomElement: defineAfNumberBadge
347
+ });
348
+ export const AfProgressLine = /*@__PURE__*/ createComponent({
349
+ tagName: 'af-progress-line',
350
+ elementClass: AfProgressLineElement,
351
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
352
+ react: React,
353
+ events: {},
354
+ defineCustomElement: defineAfProgressLine
355
+ });
356
+ export const AfRadio = /*@__PURE__*/ createComponent({
357
+ tagName: 'af-radio',
358
+ elementClass: AfRadioElement,
359
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
360
+ react: React,
361
+ events: { onAfChange: 'afChange' },
362
+ defineCustomElement: defineAfRadio
363
+ });
196
364
  export const AfSection = /*@__PURE__*/ createComponent({
197
365
  tagName: 'af-section',
198
366
  elementClass: AfSectionElement,
@@ -209,12 +377,55 @@ export const AfSocialLink = /*@__PURE__*/ createComponent({
209
377
  events: {},
210
378
  defineCustomElement: defineAfSocialLink
211
379
  });
380
+ export const AfSplitSection = /*@__PURE__*/ createComponent({
381
+ tagName: 'af-split-section',
382
+ elementClass: AfSplitSectionElement,
383
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
384
+ react: React,
385
+ events: {},
386
+ defineCustomElement: defineAfSplitSection
387
+ });
388
+ export const AfSwitch = /*@__PURE__*/ createComponent({
389
+ tagName: 'af-switch',
390
+ elementClass: AfSwitchElement,
391
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
392
+ react: React,
393
+ events: { onAfChange: 'afChange' },
394
+ defineCustomElement: defineAfSwitch
395
+ });
396
+ export const AfTab = /*@__PURE__*/ createComponent({
397
+ tagName: 'af-tab',
398
+ elementClass: AfTabElement,
399
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
400
+ react: React,
401
+ events: { onAfTabClick: 'afTabClick' },
402
+ defineCustomElement: defineAfTab
403
+ });
404
+ export const AfTabBar = /*@__PURE__*/ createComponent({
405
+ tagName: 'af-tab-bar',
406
+ elementClass: AfTabBarElement,
407
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
408
+ react: React,
409
+ events: {},
410
+ defineCustomElement: defineAfTabBar
411
+ });
412
+ export const AfTag = /*@__PURE__*/ createComponent({
413
+ tagName: 'af-tag',
414
+ elementClass: AfTagElement,
415
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
416
+ react: React,
417
+ events: {},
418
+ defineCustomElement: defineAfTag
419
+ });
212
420
  export const AfTestimonial = /*@__PURE__*/ createComponent({
213
421
  tagName: 'af-testimonial',
214
422
  elementClass: AfTestimonialElement,
215
423
  // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
216
424
  react: React,
217
- events: {},
425
+ events: {
426
+ onNavPrev: 'navPrev',
427
+ onNavNext: 'navNext'
428
+ },
218
429
  defineCustomElement: defineAfTestimonial
219
430
  });
220
431
  export const AfTestimonialCarousel = /*@__PURE__*/ createComponent({
@@ -241,6 +452,35 @@ export const AfText = /*@__PURE__*/ createComponent({
241
452
  events: {},
242
453
  defineCustomElement: defineAfText
243
454
  });
455
+ export const AfTextImage = /*@__PURE__*/ createComponent({
456
+ tagName: 'af-text-image',
457
+ elementClass: AfTextImageElement,
458
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
459
+ react: React,
460
+ events: {},
461
+ defineCustomElement: defineAfTextImage
462
+ });
463
+ export const AfTextImageNest = /*@__PURE__*/ createComponent({
464
+ tagName: 'af-text-image-nest',
465
+ elementClass: AfTextImageNestElement,
466
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
467
+ react: React,
468
+ events: {},
469
+ defineCustomElement: defineAfTextImageNest
470
+ });
471
+ export const AfTextarea = /*@__PURE__*/ createComponent({
472
+ tagName: 'af-textarea',
473
+ elementClass: AfTextareaElement,
474
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
475
+ react: React,
476
+ events: {
477
+ onAfInput: 'afInput',
478
+ onAfBlur: 'afBlur',
479
+ onAfFocus: 'afFocus',
480
+ onAfInfoClick: 'afInfoClick'
481
+ },
482
+ defineCustomElement: defineAfTextarea
483
+ });
244
484
  export const AfTypographyLockup = /*@__PURE__*/ createComponent({
245
485
  tagName: 'af-typography-lockup',
246
486
  elementClass: AfTypographyLockupElement,
@@ -249,3 +489,11 @@ export const AfTypographyLockup = /*@__PURE__*/ createComponent({
249
489
  events: {},
250
490
  defineCustomElement: defineAfTypographyLockup
251
491
  });
492
+ export const AfVideoContainer = /*@__PURE__*/ createComponent({
493
+ tagName: 'af-video-container',
494
+ elementClass: AfVideoContainerElement,
495
+ // @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
496
+ react: React,
497
+ events: { onPlayClick: 'playClick' },
498
+ defineCustomElement: defineAfVideoContainer
499
+ });
@@ -0,0 +1,68 @@
1
+ /**
2
+ * React icon exports
3
+ *
4
+ * This module provides individual icon components that render SVGs directly.
5
+ * Icons inherit color from their parent via currentColor.
6
+ */
7
+ import React from 'react';
8
+ export interface IconProps extends React.SVGProps<SVGSVGElement> {
9
+ /** Size of the icon in pixels */
10
+ size?: number;
11
+ }
12
+ export declare const ArrowDown: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
13
+ export declare const ArrowLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
14
+ export declare const ArrowRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
15
+ export declare const ArrowUp: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
16
+ export declare const ChevronDown: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
17
+ export declare const ChevronLeft: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
18
+ export declare const ChevronRight: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
19
+ export declare const ChevronUp: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
20
+ export declare const Check: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
21
+ export declare const Close: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
22
+ export declare const Plus: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
23
+ export declare const Minus: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
24
+ export declare const Menu: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
25
+ export declare const Search: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
26
+ export declare const Info: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
27
+ export declare const Github: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
28
+ export declare const Linkedin: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
29
+ export declare const Youtube: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
30
+ export declare const Account01: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
31
+ export declare const Account02: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
32
+ export declare const AccountsPayable: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
33
+ export declare const Bpo: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
34
+ export declare const Chats: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
35
+ export declare const CheckCircle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
36
+ export declare const Code: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
37
+ export declare const Data: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
38
+ export declare const DocumentUpload: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
39
+ export declare const Download: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
40
+ export declare const Edit: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
41
+ export declare const Email: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
42
+ export declare const Eye: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
43
+ export declare const Facebook: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
44
+ export declare const Gear: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
45
+ export declare const Heart: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
46
+ export declare const Home: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
47
+ export declare const Insurance: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
48
+ export declare const Lending01: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
49
+ export declare const Lending02: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
50
+ export declare const LinkOut: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
51
+ export declare const MapPin: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
52
+ export declare const Numbers: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
53
+ export declare const Pause: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
54
+ export declare const Play: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
55
+ export declare const Productivity: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
56
+ export declare const Quote: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
57
+ export declare const Recruitment: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
58
+ export declare const Refresh: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
59
+ export declare const Security01: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
60
+ export declare const Security02: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
61
+ export declare const Solutions: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
62
+ export declare const Sparkle: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
63
+ export declare const Support: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
64
+ export declare const System: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
65
+ export declare const Time: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
66
+ export declare const Verification01: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
67
+ export declare const Wand: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
68
+ export declare const X: React.ForwardRefExoticComponent<Omit<IconProps, "ref"> & React.RefAttributes<SVGSVGElement>>;