-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new icons, bug fix, shadows, export components
- Loading branch information
1 parent
93dcfe3
commit babb68a
Showing
17 changed files
with
123 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const Globe = ({size, ...props}) => ( | ||
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}> | ||
<path d="M3 10C3 11.8565 3.7375 13.637 5.05025 14.9497C6.36301 16.2625 8.14348 17 10 17C11.8565 17 13.637 16.2625 14.9497 14.9497C16.2625 13.637 17 11.8565 17 10C17 8.14348 16.2625 6.36301 14.9497 5.05025C13.637 3.7375 11.8565 3 10 3C8.14348 3 6.36301 3.7375 5.05025 5.05025C3.7375 6.36301 3 8.14348 3 10V10Z" | ||
stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M7.04211 12.2603C7.1877 12.2603 7.33136 12.232 7.4622 12.1777 7.59303 12.1234 7.70759 12.0444 7.79717 11.9467 7.88676 11.8491 7.949 11.7354 7.97919 11.6142 8.00937 11.493 8.00669 11.3676 7.97137 11.2474L7.49237 9.61728C7.44053 9.44097 7.32093 9.28446 7.15256 9.17262 6.98419 9.06078 6.77672 9.00002 6.56311 9H3.14435C2.88018 10.1041 2.97993 11.2488 3.43257 12.3077 3.88521 13.3665 4.67312 14.2983 5.70922 15L6.35299 12.2603H7.04211zM15.6796 6H13.3112C13.1163 6.00002 12.9269 6.06523 12.7733 6.18527 12.6197 6.3053 12.5105 6.47328 12.4632 6.6625L12.0261 8.41206C11.9939 8.54103 11.9915 8.67565 12.019 8.80571 12.0465 8.93576 12.1033 9.05782 12.1851 9.16261 12.2668 9.2674 12.3714 9.35218 12.4908 9.41049 12.6101 9.4688 12.7412 9.49911 12.8741 9.49913H13.7943L14.2553 12.2693C14.2894 12.4735 14.3948 12.6591 14.5527 12.7929 14.7106 12.9267 14.9109 13.0001 15.1178 13H16.2397C16.8218 11.9012 17.0784 10.6589 16.9792 9.41917 16.88 8.17946 16.4291 6.99386 15.6796 6.00175V6z" | ||
stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
); | ||
Globe.displayName = 'Globe'; | ||
Globe.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default Globe; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const LongText = ({size, ...props}) => ( | ||
<svg viewBox="0 0 16 16" fill="currentColor" width={ size || "16" } height={ size || "16" } {...props}> | ||
<path d="M1 6H15M1 10H15M1 2H15M1 14H6.38462" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
); | ||
LongText.displayName = 'LongText'; | ||
LongText.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default LongText; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const Radio = ({size, ...props}) => ( | ||
<svg viewBox="0 0 16 16" fill="currentColor" width={ size || "16" } height={ size || "16" } {...props}> | ||
<rect x=".75" y=".75" width="14.5" height="14.5" rx="7.25" stroke="currentColor" strokeWidth="1.5" /> | ||
<circle cx="8" cy="8" r="3" fill="currentColor" /> | ||
</svg> | ||
); | ||
Radio.displayName = 'Radio'; | ||
Radio.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default Radio; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const ShortText = ({size, ...props}) => ( | ||
<svg viewBox="0 0 16 16" fill="currentColor" width={ size || "16" } height={ size || "16" } {...props}> | ||
<path d="M1 6H15M1 9.69238H6.38462" stroke="currentColor" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
); | ||
ShortText.displayName = 'ShortText'; | ||
ShortText.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default ShortText; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters