UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 463 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M3 18C1.89543 18 1 17.1046 1 16V8C1 6.89543 1.89543 6 3 6H21C22.1046 6 23 6.89543 23 8V16C23 17.1046 22.1046 18 21 18H19H17H16H14H13H11H10H8H7H5H3ZM7 16V11H5V16H3V8H21V16H19V11H17V16H16V13H14V16H13V11H11V16H10V13H8V16H7Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const ChangeScaleRatioIcon = createIcon(path);