-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Monday Style <mondaystyle@monday.com>
- Loading branch information
1 parent
efbf8dd
commit 50a516f
Showing
8 changed files
with
101 additions
and
4 deletions.
There are no files selected for viewing
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
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
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 Deactivate = ({size, ...props}) => ( | ||
<svg viewBox="0 0 15 15" fill="currentColor" width={ size || "15" } height={ size || "15" } {...props}> | ||
<path d="M1 7.5C1 9.22391 1.68482 10.8772 2.90381 12.0962 4.12279 13.3152 5.77609 14 7.5 14 9.22391 14 10.8772 13.3152 12.0962 12.0962 13.3152 10.8772 14 9.22391 14 7.5 14 5.77609 13.3152 4.12279 12.0962 2.90381 10.8772 1.68482 9.22391 1 7.5 1 5.77609 1 4.12279 1.68482 2.90381 2.90381 1.68482 4.12279 1 5.77609 1 7.5zM2.90399 12.0963L12.096 2.9043" | ||
stroke="#676879" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
); | ||
Deactivate.displayName = 'Deactivate'; | ||
Deactivate.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default Deactivate; | ||
/* 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,19 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const PersonRound = ({size, ...props}) => ( | ||
<svg viewBox="0 0 32 32" fill="currentColor" width={ size || "32" } height={ size || "32" } {...props}> | ||
<path d="M11.5692 13.3419C11.5692 14.517 12.036 15.644 12.8669 16.4749 13.6978 17.3059 14.8248 17.7727 15.9999 17.7727 17.1751 17.7727 18.302 17.3059 19.133 16.4749 19.9639 15.644 20.4307 14.517 20.4307 13.3419 20.4307 12.1668 19.9639 11.0398 19.133 10.2089 18.302 9.37794 17.1751 8.91113 15.9999 8.91113 14.8248 8.91113 13.6978 9.37794 12.8669 10.2089 12.036 11.0398 11.5692 12.1668 11.5692 13.3419zM8.43044 24.6842C9.22111 23.3852 10.3328 22.3116 11.6585 21.5665 12.9842 20.8215 14.4793 20.4302 16 20.4302 17.5207 20.4302 19.0158 20.8215 20.3415 21.5665 21.6671 22.3116 22.7788 23.3852 23.5695 24.6842" | ||
stroke="#676879" strokeWidth="1.474" strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M4.48007 16C4.48007 19.0553 5.69378 21.9854 7.8542 24.1459C10.0146 26.3063 12.9448 27.52 16.0001 27.52C19.0554 27.52 21.9855 26.3063 24.1459 24.1459C26.3064 21.9854 27.5201 19.0553 27.5201 16C27.5201 12.9447 26.3064 10.0145 24.1459 7.85411C21.9855 5.69369 19.0554 4.47998 16.0001 4.47998C12.9448 4.47998 10.0146 5.69369 7.8542 7.85411C5.69378 10.0145 4.48007 12.9447 4.48007 16V16Z" | ||
stroke="#676879" strokeWidth="1.474" strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
); | ||
PersonRound.displayName = 'PersonRound'; | ||
PersonRound.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default PersonRound; | ||
/* 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,19 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const UserDomain = ({size, ...props}) => ( | ||
<svg viewBox="0 0 32 32" fill="currentColor" width={ size || "32" } height={ size || "32" } {...props}> | ||
<path d="M4.39999 21.4864C4.40078 20.3308 4.68792 19.1934 5.23575 18.176 5.78357 17.1585 6.57501 16.2926 7.53928 15.6558 8.50356 15.019 9.61062 14.631 10.7615 14.5266 11.9123 14.4223 13.0711 14.6047 14.1342 15.0577M7.11835 8.67158C7.11835 9.8045 7.5684 10.891 8.36949 11.6921 9.17059 12.4932 10.2571 12.9433 11.39 12.9433 12.5229 12.9433 13.6095 12.4932 14.4106 11.6921 15.2117 10.891 15.6617 9.8045 15.6617 8.67158 15.6617 7.53866 15.2117 6.45214 14.4106 5.65105 13.6095 4.84995 12.5229 4.3999 11.39 4.3999 10.2571 4.3999 9.17059 4.84995 8.36949 5.65105 7.5684 6.45214 7.11835 7.53866 7.11835 8.67158V8.67158zM19.1567 21.4867C19.1567 22.1047 19.4022 22.6973 19.8391 23.1343 20.2761 23.5713 20.8687 23.8167 21.4867 23.8167 22.1046 23.8167 22.6973 23.5713 23.1342 23.1343 23.5712 22.6973 23.8167 22.1047 23.8167 21.4867 23.8167 20.8688 23.5712 20.2761 23.1342 19.8392 22.6973 19.4022 22.1046 19.1567 21.4867 19.1567 20.8687 19.1567 20.2761 19.4022 19.8391 19.8392 19.4022 20.2761 19.1567 20.8688 19.1567 21.4867z" | ||
stroke="#676879" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M23.8168 21.4868V22.6518C23.8168 23.1668 24.0213 23.6606 24.3855 24.0248C24.7496 24.3889 25.2435 24.5935 25.7584 24.5935C26.2733 24.5932 26.767 24.3885 27.1311 24.0245C27.4952 23.6604 27.6998 23.1667 27.7001 22.6518V21.7747C27.7267 20.1191 27.1112 18.5176 25.9828 17.3059C24.8543 16.0942 23.3005 15.3666 21.6473 15.2755C20.1088 15.2274 18.6072 15.752 17.4335 16.7477C16.2597 17.7434 15.4973 19.1394 15.294 20.6651C15.0907 22.1908 15.4609 23.7377 16.333 25.006C17.205 26.2744 18.5168 27.1739 20.0142 27.5303C21.0257 27.7693 22.0804 27.7561 23.0857 27.492" | ||
stroke="#676879" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
</svg> | ||
); | ||
UserDomain.displayName = 'UserDomain'; | ||
UserDomain.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default UserDomain; | ||
/* 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,19 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const UserStatus = ({size, ...props}) => ( | ||
<svg viewBox="0 0 32 32" fill="currentColor" width={ size || "32" } height={ size || "32" } {...props}> | ||
<path d="M16.2141 16.3565C15.236 15.3983 13.9966 14.7504 12.6516 14.494 11.3066 14.2376 9.9158 14.3843 8.65381 14.9155 7.39182 15.4467 6.31485 16.3389 5.55808 17.48 4.8013 18.6211 4.39843 19.9603 4.40003 21.3295M7.10596 8.57276C7.10596 9.70057 7.55398 10.7822 8.35147 11.5797 9.14896 12.3772 10.2306 12.8252 11.3584 12.8252 12.4862 12.8252 13.5678 12.3772 14.3653 11.5797 15.1628 10.7822 15.6108 9.70057 15.6108 8.57276 15.6108 7.44494 15.1628 6.36331 14.3653 5.56582 13.5678 4.76834 12.4862 4.32031 11.3584 4.32031 10.2306 4.32031 9.14896 4.76834 8.35147 5.56582 7.55398 6.36331 7.10596 7.44494 7.10596 8.57276V8.57276zM14.0089 26.6491C14.669 27.3092 15.5643 27.6801 16.4978 27.6801 17.4314 27.6801 18.3267 27.3092 18.9868 26.6491 19.6469 25.989 20.0178 25.0937 20.0178 24.1602 20.0178 23.2266 19.6469 22.3313 18.9868 21.6712 18.3267 21.0111 17.4314 20.6402 16.4978 20.6402 15.5643 20.6402 14.669 21.0111 14.0089 21.6712 13.3487 22.3313 12.9779 23.2266 12.9779 24.1602 12.9779 25.0937 13.3487 25.989 14.0089 26.6491V26.6491z" | ||
stroke="#676879" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" /> | ||
<path d="M18.9868 21.6714L25.2092 15.449 27.6982 17.9379M22.7203 17.9375L25.2093 20.4265" stroke="#676879" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round" | ||
/> | ||
</svg> | ||
); | ||
UserStatus.displayName = 'UserStatus'; | ||
UserStatus.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default UserStatus; | ||
/* 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