UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 508 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M13 15C14.1046 15 15 14.1046 15 13V4C15 2.89543 14.1046 2 13 2H4C2.89543 2 2 2.89543 2 4V13C2 14.1046 2.89543 15 4 15H13ZM13 13H4V4H13V13ZM17 15C17 16.1046 16.1046 17 15 17H7V20C7 21.1046 7.89543 22 9 22H20C21.1046 22 22 21.1046 22 20V9C22 7.89543 21.1046 7 20 7H17V15Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const SendBackwardIcon = createIcon(path);