library/exampleComponents/Icons/file.js
Function File
has 61 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const File = props => {
const { className, style } = props;
return (
<svg className={className} style={style} width="16px" height="20px" viewBox="0 0 16 20">
<g id="components" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">