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

6 lines
316 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PermDeviceInformationIcon = createSvgIcon(
<path d="M11 7h2v2h-2zm0 4h2v6h-2zm6-9.99L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 21H7v-1h10v1zm0-3H7V6h10v12zM7 4V3h10v1H7z" />
, 'PermDeviceInformationOutlined');