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