library/styleguideComponents/ComponentsList/icons/consoleIcon.js
Function ConsoleIcon
has 72 lines of code (exceeds 25 allowed). Consider refactoring. Open
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>