From 94b13f1532f58143f35cf27011e4d84df0014e8a Mon Sep 17 00:00:00 2001 From: Daniel Campbell Date: Thu, 23 Jan 2020 14:20:54 -0800 Subject: [PATCH] feat(influxdb): Add Ruby Logo (#16655) --- ui/src/clientLibraries/graphics/RubyLogo.tsx | 316 +++++++++++++++++++ 1 file changed, 316 insertions(+) create mode 100644 ui/src/clientLibraries/graphics/RubyLogo.tsx 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