Files
mtdb_movie/common/resources/client/icons/material/OfflineShare.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
448 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const OfflineShareIcon = createSvgIcon(
[<path d="M6 5H4v16c0 1.1.9 2 2 2h10v-2H6V5z" key="0" />,<path d="M18 1h-8c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm0 16h-8v-1h8v1zm0-3h-8V6h8v8zm0-10h-8V3h8v1z" key="1" />,<path d="M12.5 10.25h1.63l-.69.69L14.5 12 17 9.5 14.5 7l-1.06 1.06.69.69H12c-.55 0-1 .45-1 1V12h1.5v-1.75z" key="2" />,]
, 'OfflineShareOutlined');