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="M7 21h10M3 15h18M5 18h14M15 12a3 3 0 1 0-6 0M12 5V3M17 7l2-2M19 12h2M5 12H3M5 5l2 2" /></svg>;
export default SvgComponent;