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

6 lines
227 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const BookmarkRemoveIcon = createSvgIcon(
<path d="M17 11v6.97l-5-2.14-5 2.14V5h6V3H7c-1.1 0-2 .9-2 2v16l7-3 7 3V11h-2zm4-4h-6V5h6v2z" />
, 'BookmarkRemoveOutlined');