Reader overlay mobile bottom bar
This commit is contained in:
17
src/assets/icons/svg/OffsetDoubleSpreadIcon.tsx
Normal file
17
src/assets/icons/svg/OffsetDoubleSpreadIcon.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Copyright (C) Contributors to the Suwayomi project
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
import SvgIcon from '@mui/material/SvgIcon';
|
||||
|
||||
export const OffsetDoubleSpreadIcon = () => (
|
||||
<SvgIcon>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" strokeWidth="2" viewBox="0 0 24 24">
|
||||
<path d="M2 4h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2m20 0h-6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6M2 12h20m-3-3 3 3-3 3M5 9l-3 3 3 3" />
|
||||
</svg>
|
||||
</SvgIcon>
|
||||
);
|
||||
Reference in New Issue
Block a user