UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 480 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M9 2C7.89543 2 7 2.89543 7 4V6H5C3.89543 6 3 6.89543 3 8V20C3 21.1046 3.89543 22 5 22H15C16.1046 22 17 21.1046 17 20V18H19C20.1046 18 21 17.1046 21 16V4C21 2.89543 20.1046 2 19 2H9ZM16 16H19V4H9V16H16ZM15 18V20H5V8H7V16C7 17.1046 7.89543 18 9 18H15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const CopyIcon = createIcon(path);