From 6aff448bf96e7e88a526018520dfda81c0a2e446 Mon Sep 17 00:00:00 2001 From: Rishichandra Wawhal Date: Mon, 6 Apr 2020 16:46:11 +0530 Subject: [PATCH 01/15] allow downloading framework starter kit --- .../src/components/Common/Icons/Download.js | 9 +++++ console/src/components/Common/Icons/Github.js | 7 ++++ .../Services/Actions/Codegen/Codegen.js | 38 ++++++++++++++----- .../Services/Actions/Codegen/utils.js | 3 ++ 4 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 console/src/components/Common/Icons/Download.js create mode 100644 console/src/components/Common/Icons/Github.js diff --git a/console/src/components/Common/Icons/Download.js b/console/src/components/Common/Icons/Download.js new file mode 100644 index 0000000000000..941ac0db010ba --- /dev/null +++ b/console/src/components/Common/Icons/Download.js @@ -0,0 +1,9 @@ +import React from 'react'; + +const Download = ({ className }) => { + return ( +