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

6 lines
278 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SensorDoorIcon = createSvgIcon(
<path d="M18 4v16H6V4h12m0-2H6c-1.1 0-2 .9-2 2v18h16V4c0-1.1-.9-2-2-2zm-2.5 8.5c-.83 0-1.5.67-1.5 1.5s.67 1.5 1.5 1.5S17 12.83 17 12s-.67-1.5-1.5-1.5z" />
, 'SensorDoorOutlined');