src/components/DateTimePicker/icon.js
Function CalendarIcon
has 116 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function CalendarIcon(props) {
const { className, style } = props;
return (
<svg className={className} style={style} width="21px" height="21px" viewBox="0 0 21 21">