nexxtway/react-rainbow

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

Summary

Maintainability
A
1 hr
Test Coverage

Function Avatar has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Avatar = props => {
    const { className } = props;
    return (
        <svg className={className} width="20px" height="20px" viewBox="0 0 20 20" version="1.1">
            <g id="pages" stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
Severity: Minor
Found in library/exampleComponents/Icons/avatar.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status