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