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="M8 10h8M8 14h8M7 10h10M7 14h10M9 17l2-10M13 17l2-10" /></svg>;
export default SvgComponent;