File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright (c) 2025, RTE (http://www.rte-france.com)
3
+ * This Source Code Form is subject to the terms of the Mozilla Public
4
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
5
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
+ */
7
+
8
+ import { SvgIcon , SvgIconProps } from '@mui/material' ;
9
+ import ArrowsOutput from '@material-symbols/svg-400/outlined/arrows_output.svg?react' ;
10
+
11
+ export function ArrowsOutputIcon ( props : SvgIconProps ) {
12
+ return < SvgIcon component = { ArrowsOutput } inheritViewBox { ...props } /> ;
13
+ }
Original file line number Diff line number Diff line change 5
5
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
6
*/
7
7
export { LeftPanelOpenIcon } from './LeftPanelOpenIcon' ;
8
+ export { ArrowsOutputIcon } from './ArrowsOutputIcon' ;
8
9
export { LeftPanelCloseIcon } from './LeftPanelCloseIcon' ;
9
10
export { DeviceHubIcon } from './DeviceHubIcon' ;
You can’t perform that action at this time.
0 commit comments