File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ // This icon file is generated automatically.
2
+ import * as React from 'react' ;
3
+ import HighAltitudeCruiseOutlinedSvg from '@sensoro-design/icons-svg/es/asn/HighAltitudeCruiseOutlined' ;
4
+ import SensoroIcon , { SensoroIconProps } from '../components/SensoroIcon' ;
5
+
6
+ const HighAltitudeCruiseOutlined = ( props : SensoroIconProps , ref : React . MutableRefObject < HTMLSpanElement > ) => (
7
+ < SensoroIcon { ...props } ref = { ref } icon = { HighAltitudeCruiseOutlinedSvg } />
8
+ ) ;
9
+
10
+ const RefIcon : React . ForwardRefExoticComponent < Omit < SensoroIconProps , 'ref' > & React . RefAttributes < HTMLSpanElement > > =
11
+ React . forwardRef < HTMLSpanElement , SensoroIconProps > ( HighAltitudeCruiseOutlined ) ;
12
+
13
+ RefIcon . displayName = 'HighAltitudeCruiseOutlined' ;
14
+
15
+ export default RefIcon ;
Original file line number Diff line number Diff line change @@ -446,6 +446,7 @@ export { default as HeavyFogOutlined } from './HeavyFogOutlined';
446
446
export { default as HelmetFilled } from './HelmetFilled' ;
447
447
export { default as HelmetOutlined } from './HelmetOutlined' ;
448
448
export { default as HiddenDangerFilled } from './HiddenDangerFilled' ;
449
+ export { default as HighAltitudeCruiseOutlined } from './HighAltitudeCruiseOutlined' ;
449
450
export { default as HighSpeedBayonetFilled } from './HighSpeedBayonetFilled' ;
450
451
export { default as HighSpeedBayonetOutlined } from './HighSpeedBayonetOutlined' ;
451
452
export { default as HighlightOutlined } from './HighlightOutlined' ;
You can’t perform that action at this time.
0 commit comments