antd-management-fast-component 2.6.114 → 2.6.115

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.
@@ -146,6 +146,7 @@ export namespace iconBuilder {
146
146
  export function caretDown(properties?: null, mode?: string): React.JSX.Element;
147
147
  export function caretLeft(properties?: null, mode?: string): React.JSX.Element;
148
148
  export function caretRight(properties?: null, mode?: string): React.JSX.Element;
149
+ export function stop(properties?: null, mode?: string): React.JSX.Element;
149
150
  export function retweet(properties?: null): React.JSX.Element;
150
151
  export function printer(properties?: null): React.JSX.Element;
151
152
  export function exclamationCircle(properties?: null, mode?: string): React.JSX.Element;