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 7H10M17 10h-7M21 14H10M17 17h-7M3 9l.858.858a.484.484 0 0 0 .776-.126L6 7M3 16l.858.858a.484.484 0 0 0 .776-.126L6 14" /></svg>;
export default SvgComponent;