import React from 'react'; export const AdminsIcon= ({ color = 'white', height = 48, width = 50 }) => { return ( ); };