UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 490 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M6 3C6 1.89543 6.89543 1 8 1H14.5858C15.1162 1 15.6249 1.21071 16 1.58579L21.4142 7C21.7893 7.37507 22 7.88378 22 8.41421V17C22 18.1046 21.1046 19 20 19H8C6.89543 19 6 18.1046 6 17V3ZM8 3H14.5V8.5H20V17H8V3ZM4 21V9H2V21C2 22.1046 2.89543 23 4 23H18V21H4Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ThumbnailIcon = createIcon(path);