github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/images/index.tsx (about)

     1  /*This file is part of kuberpult.
     2  
     3  Kuberpult is free software: you can redistribute it and/or modify
     4  it under the terms of the Expat(MIT) License as published by
     5  the Free Software Foundation.
     6  
     7  Kuberpult is distributed in the hope that it will be useful,
     8  but WITHOUT ANY WARRANTY; without even the implied warranty of
     9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    10  MIT License for more details.
    11  
    12  You should have received a copy of the MIT License
    13  along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>.
    14  
    15  Copyright 2023 freiheit.com*/
    16  import { ReactComponent as Logo } from './kuberpult-logo.svg';
    17  import { ReactComponent as Home } from './Home.svg';
    18  import { ReactComponent as Environments } from './Environments.svg';
    19  import { ReactComponent as Locks } from './Locks.svg';
    20  import { ReactComponent as LocksWhite } from './Locks_White.svg';
    21  import { ReactComponent as Close } from './Close.svg';
    22  import { ReactComponent as Delete } from './Delete.svg';
    23  import { ReactComponent as DeleteGray } from './Delete_Gray.svg';
    24  import { ReactComponent as DeleteWhite } from './Delete_White.svg';
    25  import { ReactComponent as HistoryWhite } from './History_White.svg';
    26  import { ReactComponent as ShowBar } from './ShowBar.svg';
    27  import { ReactComponent as HideBar } from './HideBar.svg';
    28  import { ReactComponent as ShowBarWhite } from './ShowBar_White.svg';
    29  import { ReactComponent as HideBarWhite } from './HideBar_White.svg';
    30  import { ReactComponent as History } from './History.svg';
    31  import { ReactComponent as SortAscending } from './Up_White.svg';
    32  import { ReactComponent as SortDescending } from './Down_White.svg';
    33  
    34  export {
    35      Logo,
    36      Home,
    37      Locks,
    38      LocksWhite,
    39      Environments,
    40      Close,
    41      Delete,
    42      DeleteGray,
    43      ShowBar,
    44      HideBar,
    45      History,
    46      DeleteWhite,
    47      HistoryWhite,
    48      ShowBarWhite,
    49      HideBarWhite,
    50      SortAscending,
    51      SortDescending,
    52  };