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

6 lines
297 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const BrowserUpdatedIcon = createSvgIcon(
<path d="M22 13v3c0 1.1-.9 2-2 2h-3l1 1v2H6v-2l1-1H4c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8v2H4v11h16v-3h2zm-7 2-5-5 1.41-1.41L14 11.17V3h2v8.17l2.59-2.58L20 10l-5 5z" />
, 'BrowserUpdatedOutlined');