nexxtway/react-rainbow

View on GitHub
library/styleguideComponents/ComponentsList/icons/consoleIcon.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ConsoleIcon has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const ConsoleIcon = props => {
    const { className } = props;
    return (
        <svg className={className} width="17px" height="17px" viewBox="0 0 17 17" version="1.1">
            <title>console</title>
Severity: Major
Found in library/styleguideComponents/ComponentsList/icons/consoleIcon.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status