import React from 'react' import PropTypes from 'prop-types' const Icon = ({ width = 21, height = 21, color = '#2a2e3b' }) => ( ) export default Icon