Skip to content

Commit fb97d39

Browse files
authored
Update icons.jsx
1 parent 2a9f318 commit fb97d39

File tree

1 file changed

+0
-6
lines changed
  • src/cra-project/components/SocialShare

1 file changed

+0
-6
lines changed

src/cra-project/components/SocialShare/icons.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import React from 'react';
2-
import PropTypes from 'prop-types';
32

43
export const IconPaths = {
54
twitter: 'M22 4.864c-0.808 0.361-1.68 0.602-2.591 0.709 0.932-0.559 1.646-1.444 1.985-2.496-0.872 0.516-1.839 0.894-2.866 1.096-0.825-0.877-1.998-1.422-3.296-1.422-2.492 0-4.512 2.020-4.512 4.512 0 0.352 0.039 0.696 0.116 1.027-3.751-0.189-7.077-1.985-9.303-4.718-0.387 0.666-0.61 1.444-0.61 2.269 0 1.564 0.795 2.948 2.007 3.755-0.739-0.021-1.435-0.228-2.045-0.563 0 0.017 0 0.039 0 0.056 0 2.187 1.555 4.013 3.622 4.426-0.378 0.103-0.778 0.159-1.19 0.159-0.292 0-0.571-0.030-0.851-0.082 0.576 1.792 2.243 3.098 4.215 3.137-1.547 1.212-3.489 1.934-5.607 1.934-0.365 0-0.722-0.021-1.079-0.064 2.002 1.285 4.374 2.028 6.922 2.028 8.302 0 12.843-6.879 12.843-12.843 0-0.198-0.004-0.391-0.013-0.584 0.881-0.632 1.646-1.427 2.252-2.333z',
@@ -34,11 +33,6 @@ export const Icon = props => {
3433
);
3534
};
3635

37-
Icon.propTypes = {
38-
icon: PropTypes.string.isRequired,
39-
size: PropTypes.number,
40-
color: PropTypes.string,
41-
};
4236

4337
Icon.defaultProps = {
4438
size: 22,

0 commit comments

Comments
 (0)