import React from 'react'; const Engine = ({ color = 'black', ...rest }: any) => ( ); export default Engine;