library/exampleComponents/Icons/avatar.js
Function Avatar
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
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">