UNPKG

@syncfusion/react-icons

Version:
5 lines (4 loc) 444 B
import { jsx as _jsx } from "react/jsx-runtime"; import { createIcon } from '../icon'; const path = _jsx("path", { d: 'M13 1V6.08579L16 3.08579L17.4142 4.5L12 9.91421L6.58582 4.5L8.00003 3.08579L11 6.08579V1H13ZM13 23V17.9142L16 20.9142L17.4142 19.5L12 14.0858L6.58582 19.5L8.00003 20.9142L11 17.9142V23H13ZM22 11H2V13H22V11Z', fillRule: 'evenodd', clipRule: 'evenodd', fill: 'currentcolor' }); export const AlignMiddleIcon = createIcon(path);