6 lines
227 B
TypeScript
Executable File
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');
|