@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 588 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 4C4 2.89543 4.89543 2 6 2H18C19.1046 2 20 2.89543 20 4V21C20 21.3565 19.8102 21.686 19.5019 21.8649C19.1936 22.0438 18.8134 22.0451 18.5039 21.8682L12 18.1518L5.49614 21.8682C5.18664 22.0451 4.80639 22.0438 4.49807 21.8649C4.18976 21.686 4 21.3565 4 21V4ZM18 4L6 4V19.2768L11.0077 16.4153C11.6226 16.0639 12.3774 16.0639 12.9923 16.4153L18 19.2768V4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BookmarkIcon = createIcon(path);