/* eslint-disable react/no-unknown-property */ import React from 'react'; import './Icons.css'; const Icons = () => ( ); export default Icons;