@contentful/f36-icons 4.28.0 → 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/index.d.mts CHANGED
@@ -1,6 +1,9 @@
1
1
  import * as _contentful_f36_icon from '@contentful/f36-icon';
2
2
  export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
3
3
 
4
+ /**
5
+ * @deprecated This icon will be removed in a future major release.
6
+ */
4
7
  declare const Appearance: {
5
8
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
6
9
  displayName: string;
@@ -694,6 +697,9 @@ declare const Logout: {
694
697
  displayName: string;
695
698
  };
696
699
 
700
+ /**
701
+ * @deprecated This icon will be removed in a future major release.
702
+ */
697
703
  declare const LooksOne: {
698
704
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
699
705
  displayName: string;
@@ -708,6 +714,9 @@ declare const LooksOneTrimmed: {
708
714
  displayName: string;
709
715
  };
710
716
 
717
+ /**
718
+ * @deprecated This icon will be removed in a future major release.
719
+ */
711
720
  declare const LooksTwo: {
712
721
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
713
722
  displayName: string;
@@ -760,6 +769,10 @@ declare const MoreHorizontalTrimmed: {
760
769
  displayName: string;
761
770
  };
762
771
 
772
+ /**
773
+ * @deprecated This icon will be removed in a future major release.
774
+ * Please use the `MoreHorizontal` icon instead.
775
+ */
763
776
  declare const MoreVertical: {
764
777
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
765
778
  displayName: string;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  import * as _contentful_f36_icon from '@contentful/f36-icon';
2
2
  export { IconComponent, GeneratedIconProps as IconProps, IconSize, IconVariant } from '@contentful/f36-icon';
3
3
 
4
+ /**
5
+ * @deprecated This icon will be removed in a future major release.
6
+ */
4
7
  declare const Appearance: {
5
8
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
6
9
  displayName: string;
@@ -694,6 +697,9 @@ declare const Logout: {
694
697
  displayName: string;
695
698
  };
696
699
 
700
+ /**
701
+ * @deprecated This icon will be removed in a future major release.
702
+ */
697
703
  declare const LooksOne: {
698
704
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
699
705
  displayName: string;
@@ -708,6 +714,9 @@ declare const LooksOneTrimmed: {
708
714
  displayName: string;
709
715
  };
710
716
 
717
+ /**
718
+ * @deprecated This icon will be removed in a future major release.
719
+ */
711
720
  declare const LooksTwo: {
712
721
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
713
722
  displayName: string;
@@ -760,6 +769,10 @@ declare const MoreHorizontalTrimmed: {
760
769
  displayName: string;
761
770
  };
762
771
 
772
+ /**
773
+ * @deprecated This icon will be removed in a future major release.
774
+ * Please use the `MoreHorizontal` icon instead.
775
+ */
763
776
  declare const MoreVertical: {
764
777
  (props: _contentful_f36_icon.IconProps<_contentful_f36_icon.IconComponent>): JSX.Element;
765
778
  displayName: string;