From aeb94bc15dfe4fd0d85e3f0f0df52f5147a627d2 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 20 Feb 2022 17:39:36 +0100 Subject: Release 1.54.0 --- icons-react/icons-js/north-star.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/north-star.js (limited to 'icons-react/icons-js/north-star.js') diff --git a/icons-react/icons-js/north-star.js b/icons-react/icons-js/north-star.js new file mode 100644 index 00000000..6f6c5540 --- /dev/null +++ b/icons-react/icons-js/north-star.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconNorthStar({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconNorthStar; \ No newline at end of file -- cgit v1.2.1