From 3eb050e89352dfde45cce4daa153069451e5ac91 Mon Sep 17 00:00:00 2001 From: howard Date: Sun, 25 Apr 2021 23:52:10 -0700 Subject: [PATCH] update icons --- src/react/icons.jsx | 133 +------------------------------------------- 1 file changed, 1 insertion(+), 132 deletions(-) diff --git a/src/react/icons.jsx b/src/react/icons.jsx index cf20ab3..a804641 100644 --- a/src/react/icons.jsx +++ b/src/react/icons.jsx @@ -53,137 +53,6 @@ function Coincident(props) { ); } -function Coincident_alt(props) { - return ( - - - - - - - - - - - - ); -} - function Dimension(props) { return ( ); } -export { Arc, Coincident, Coincident_alt, Dimension, Extrude, Flip, Horizontal, Intersect, Line, Logo, Stl, Subtract, Tangent, Union, Vertical }; \ No newline at end of file +export { Arc, Coincident, Dimension, Extrude, Flip, Horizontal, Intersect, Line, Logo, Stl, Subtract, Tangent, Union, Vertical }; \ No newline at end of file