diff --git a/ui/src/clientLibraries/graphics/RubyLogo.tsx b/ui/src/clientLibraries/graphics/RubyLogo.tsx new file mode 100644 index 0000000000..6bc9ea9f9c --- /dev/null +++ b/ui/src/clientLibraries/graphics/RubyLogo.tsx @@ -0,0 +1,316 @@ +// Libraries +import React, {SFC} from 'react' + +const RubyLogo: SFC = () => { + return ( + + ) +} + +export default RubyLogo