import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCommandLine = withIcon(function IconCommandLine(props) {
    return (<svg data-tag="IconCommandLine" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M4.126 19.5h15.748c.622 0 1.125-.504 1.125-1.125V5.625c0-.621-.503-1.125-1.125-1.125H4.126C3.504 4.5 3 5.004 3 5.625v12.75c0 .621.503 1.125 1.125 1.125M7.087 7.58l4.505 2.25a.75.75 0 0 1 0 1.341l-4.505 2.25a.75.75 0 0 1-.672-1.342L9.577 10.5 6.415 8.921a.75.75 0 0 1 .672-1.341m6.16 4.42h3.997a.75.75 0 1 1 0 1.5h-3.998a.75.75 0 1 1 0-1.5" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=CommandLine.jsx.map