From 061e99b8965fadf6eb390a5b1ca137004badf8c2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 13 Nov 2020 22:11:22 +0100 Subject: Release 1.36.0 --- icons-react/icons-js/brand-docker.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/brand-docker.js (limited to 'icons-react/icons-js/brand-docker.js') diff --git a/icons-react/icons-js/brand-docker.js b/icons-react/icons-js/brand-docker.js new file mode 100644 index 00000000..fbe714aa --- /dev/null +++ b/icons-react/icons-js/brand-docker.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandDocker({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandDocker; \ No newline at end of file -- cgit v1.2.1