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

6 lines
517 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SendTimeExtensionIcon = createSvgIcon(
[<path d="M18 6v6.26l2 1V6c0-1.1-.9-2-2-2h-4c0-1.38-1.12-2.5-2.5-2.5S9 2.62 9 4H5.01c-1.1 0-2 .9-2 2v3.8C5.7 9.8 6 11.96 6 12.5s-.29 2.7-3 2.7V19c0 1.1.9 2 2 2h3.8c0-2.16 1.37-2.78 2.2-2.94v-2.03c-1.43.17-3.15 1.04-3.87 2.97H5v-2.13c2.17-.8 3-2.87 3-4.37 0-1.49-.83-3.56-2.99-4.37V6H11V4c0-.28.22-.5.5-.5s.5.22.5.5v2h6z" key="0" />,<path d="M13 12v4l4 1-4 1v4l10-5z" key="1" />,]
, 'SendTimeExtensionOutlined');