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="M21 7H7M21 12H7M21 17H7M3 7h.01M3 12h.01M3 17h.01" /></svg>;
export default SvgComponent;