@contentful/f36-icons 4.28.1 → 4.28.2
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.
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.mts +0 -6
- package/dist/index.d.ts +0 -6
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -574,17 +574,11 @@ declare const HeadingTwoTrimmed: {
|
|
|
574
574
|
displayName: string;
|
|
575
575
|
};
|
|
576
576
|
|
|
577
|
-
/**
|
|
578
|
-
* @deprecated This icon will be removed in a future major release.
|
|
579
|
-
*/
|
|
580
577
|
declare const HelpCircle: {
|
|
581
578
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
582
579
|
displayName: string;
|
|
583
580
|
};
|
|
584
581
|
|
|
585
|
-
/**
|
|
586
|
-
* @deprecated This icon will be removed in a future major release.
|
|
587
|
-
*/
|
|
588
582
|
declare const HelpCircleInverted: {
|
|
589
583
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
590
584
|
displayName: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -574,17 +574,11 @@ declare const HeadingTwoTrimmed: {
|
|
|
574
574
|
displayName: string;
|
|
575
575
|
};
|
|
576
576
|
|
|
577
|
-
/**
|
|
578
|
-
* @deprecated This icon will be removed in a future major release.
|
|
579
|
-
*/
|
|
580
577
|
declare const HelpCircle: {
|
|
581
578
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
582
579
|
displayName: string;
|
|
583
580
|
};
|
|
584
581
|
|
|
585
|
-
/**
|
|
586
|
-
* @deprecated This icon will be removed in a future major release.
|
|
587
|
-
*/
|
|
588
582
|
declare const HelpCircleInverted: {
|
|
589
583
|
(props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
|
|
590
584
|
displayName: string;
|