src/components/TimePicker/icons/clock.js
Function ClockIcon
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export default function ClockIcon(props) {
const { className, style } = props;
return (
<svg className={className} style={style} width="24px" height="24px" viewBox="0 0 24 24">