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

6 lines
346 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const RunningWithErrorsIcon = createSvgIcon(
<path d="M22 10v8h-2v-8h2zm-2 10v2h2v-2h-2zm-2-2.71C16.53 18.95 14.39 20 12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8v9l7.55-7.55C17.72 3.34 15.02 2 12 2 6.48 2 2 6.48 2 12s4.48 10 10 10c2.25 0 4.33-.74 6-2v-2.71z" />
, 'RunningWithErrorsOutlined');