From 8513dcac6c76e3d8cf08b41ab12c1b24df8bf29e Mon Sep 17 00:00:00 2001 From: codecalm Date: Wed, 3 Nov 2021 22:01:48 +0100 Subject: Release 1.42.0 --- icons-react/icons-js/brand-bootstrap.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/brand-bootstrap.js (limited to 'icons-react/icons-js/brand-bootstrap.js') diff --git a/icons-react/icons-js/brand-bootstrap.js b/icons-react/icons-js/brand-bootstrap.js new file mode 100644 index 00000000..853f6218 --- /dev/null +++ b/icons-react/icons-js/brand-bootstrap.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconBrandBootstrap({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconBrandBootstrap; \ No newline at end of file -- cgit v1.2.1