From fb0a9239b7f75c141edf0502255115f9e7efe1d9 Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 27 Apr 2021 00:14:39 +0200 Subject: Release 1.41.0 --- icons-react/icons-js/radio.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/radio.js (limited to 'icons-react/icons-js/radio.js') diff --git a/icons-react/icons-js/radio.js b/icons-react/icons-js/radio.js new file mode 100644 index 00000000..a03c6caf --- /dev/null +++ b/icons-react/icons-js/radio.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconRadio({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconRadio; \ No newline at end of file -- cgit v1.2.1