import React from "react"; const SymbolWhite = ({ ...props }) => { return ( ); }; export default SymbolWhite;