import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVerticalCrop = withIcon(function IconVerticalCrop(props) {
    return (<svg data-tag="IconVerticalCrop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 20.233c-.369.017-.816.017-1.36.017-1.546 0-2.32 0-2.706-.387-.387-.386-.387-1.16-.387-2.705V6.844c0-1.547 0-2.32.387-2.707.386-.387 1.16-.387 2.707-.387.543 0 .99 0 1.359.017.37-.017.817-.017 1.36-.017 1.546 0 2.32 0 2.706.387.387.386.387 1.16.387 2.707v10.312c0 1.547 0 2.32-.387 2.707-.386.387-1.16.387-2.707.387-.542 0-.99 0-1.359-.017"/>
    </svg>);
});
//# sourceMappingURL=VerticalCrop.jsx.map