component';import React from'react';import'./App.css';functionApp(){return(<RainSvg color="blue"height="5em"width="5em"/><ReactSvg width="10em"height="10em"/><RainSvg color="#f0f0f0"height="5em"width="5em"/>);}exportdefault App; Result: License MIT LicenseChaconne...