import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M5 4h7.978c5.363 0 5.363 8 0 8H5M5 12h9.882c5.49 0 5.49 8 0 8H5M5 20V4" /></svg>;
export default SvgComponent;