import React from "react"; const Power = ({ width, height, color }) => ( ); export default Power;