nexxtway/react-rainbow

View on GitHub
library/exampleComponents/Icons/file.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function File has 61 lines of code (exceeds 25 allowed). Consider refactoring.
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">
Severity: Major
Found in library/exampleComponents/Icons/file.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status