From 132842cb153820037bb7fa695655f6606e0f14e7 Mon Sep 17 00:00:00 2001 From: codecalm Date: Sat, 16 Jul 2022 08:47:16 +0200 Subject: Release 1.76.0 --- icons-react/icons-js/pointer.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icons-react/icons-js/pointer.js (limited to 'icons-react/icons-js/pointer.js') diff --git a/icons-react/icons-js/pointer.js b/icons-react/icons-js/pointer.js new file mode 100644 index 00000000..e7c9efdc --- /dev/null +++ b/icons-react/icons-js/pointer.js @@ -0,0 +1,12 @@ +import * as React from "react"; + +function IconPointer({ + size = 24, + color = "currentColor", + stroke = 2, + ...props +}) { + return ; +} + +export default IconPointer; \ No newline at end of file -- cgit v1.2.1