import React from 'react'; const SettingIcon = ({ fill }) => { return ( ); }; export default SettingIcon;