@syncfusion/react-icons
Version:
A common package for React icon components
5 lines (4 loc) • 570 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { createIcon } from '../icon';
const path = _jsx("path", { d: 'M4 2C2.89543 2 2 2.89543 2 4V13C2 14.1046 2.89543 15 4 15H13C14.1046 15 15 14.1046 15 13V4C15 2.89543 14.1046 2 13 2H4ZM18 7C17.4477 7 17 7.44772 17 8C17 8.55228 17.4477 9 18 9H20V20H9V18C9 17.4477 8.55228 17 8 17C7.44772 17 7 17.4477 7 18V20C7 21.1046 7.89543 22 9 22H20C21.1046 22 22 21.1046 22 20V9C22 7.89543 21.1046 7 20 7H18Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' });
export const BringForwardIcon = createIcon(path);