From 5acbb4f20ffe393976abe8b367a49848c0e19e82 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 8 Nov 2020 13:05:03 +0100 Subject: Release 1.35.0 --- icons-react/icons-js/arrow-top-bar.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/arrow-top-bar.js (limited to 'icons-react/icons-js/arrow-top-bar.js') diff --git a/icons-react/icons-js/arrow-top-bar.js b/icons-react/icons-js/arrow-top-bar.js new file mode 100644 index 00000000..86cd5cdb --- /dev/null +++ b/icons-react/icons-js/arrow-top-bar.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconArrowTopBar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconArrowTopBar; \ No newline at end of file -- cgit v1.2.1