-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a6e25e
commit e65ccd7
Showing
15 changed files
with
198 additions
and
10 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
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 BoardPrivate = ({size, ...props}) => ( | ||
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}> | ||
<path d="M7.5 4.5H16C16.2761 4.5 16.5 4.72386 16.5 5V8.07833C17.0321 8.16476 17.5579 8.32923 18 8.60307V5C18 3.89543 17.1046 3 16 3H4C2.89543 3 2 3.89543 2 5V15C2 16.1046 2.89543 17 4 17H10.499V15.5H7.5L7.5 4.5ZM6 4.5H4C3.72386 4.5 3.5 4.72386 3.5 5V15C3.5 15.2761 3.72386 15.5 4 15.5H6L6 4.5ZM17.2933 12.4648V13.4775H14.3638V12.4648C14.3638 11.6558 15.0196 11 15.8285 11C16.6375 11 17.2933 11.6558 17.2933 12.4648ZM12.1693 13.4775H12.8638V12.4648C12.8638 10.8274 14.1911 9.5 15.8285 9.5C17.4659 9.5 18.7933 10.8274 18.7933 12.4648V13.4775H19.4924C19.7625 13.4775 19.9815 13.6965 19.9815 13.9667V19.5108C19.9815 19.781 19.7625 20 19.4924 20H12.1693C11.8992 20 11.6802 19.781 11.6802 19.5108V13.9667C11.6802 13.6965 11.8992 13.4775 12.1693 13.4775Z" | ||
fill="currentColor" fillRule="evenodd" clipRule="evenodd" /> | ||
</svg> | ||
); | ||
BoardPrivate.displayName = 'BoardPrivate'; | ||
BoardPrivate.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default BoardPrivate; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
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
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 DashboardPrivate = ({size, ...props}) => ( | ||
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}> | ||
<path d="M4.00012 2C2.89555 2 2.00012 2.89543 2.00012 4V16C2.00012 17.1046 2.89555 18 4.00012 18H10.0001V16.5H4.00012C3.72398 16.5 3.50012 16.2761 3.50012 16V4C3.50012 3.72386 3.72398 3.5 4.00012 3.5H16.0001C16.2763 3.5 16.5001 3.72386 16.5001 4V8.15342C17.0464 8.23781 17.5544 8.41921 18.0001 8.67655V4C18.0001 2.89543 17.1047 2 16.0001 2H4.00012ZM15.0001 5.75V8.16995C14.4509 8.26748 13.9425 8.46347 13.5001 8.73596V5.75C13.5001 5.33579 13.8359 5 14.2501 5C14.6643 5 15.0001 5.33579 15.0001 5.75ZM9.50012 14.25C9.50012 14.6642 9.83591 15 10.2501 15C10.6643 15 11.0001 14.6642 11.0001 14.25V7.75C11.0001 7.33579 10.6643 7 10.2501 7C9.83591 7 9.50012 7.33579 9.50012 7.75L9.50012 14.25ZM5.50012 14.25C5.50012 14.6642 5.83591 15 6.25012 15C6.66434 15 7.00012 14.6642 7.00012 14.25V10.75C7.00012 10.3358 6.66434 10 6.25012 10C5.83591 10 5.50012 10.3358 5.50012 10.75L5.50012 14.25ZM12.169 13.4775H12.8634V12.4648C12.8634 10.8274 14.1908 9.5 15.8282 9.5C17.4656 9.5 18.7929 10.8274 18.7929 12.4648V13.4775H19.492C19.7622 13.4775 19.9812 13.6965 19.9812 13.9667V19.5108C19.9812 19.781 19.7622 20 19.492 20H12.169C11.8988 20 11.6798 19.781 11.6798 19.5108V13.9667C11.6798 13.6965 11.8988 13.4775 12.169 13.4775ZM17.2929 12.4648V13.4775H14.3634V12.4648C14.3634 11.6558 15.0192 11 15.8282 11C16.6371 11 17.2929 11.6558 17.2929 12.4648Z" | ||
fill="currentColor" fillRule="evenodd" clipRule="evenodd" /> | ||
</svg> | ||
); | ||
DashboardPrivate.displayName = 'DashboardPrivate'; | ||
DashboardPrivate.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default DashboardPrivate; | ||
/* 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* eslint-disable */ | ||
/* tslint:disable */ | ||
import PropTypes from 'prop-types'; | ||
import React from 'react'; | ||
const DocPrivate = ({size, ...props}) => ( | ||
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}> | ||
<path d="M16.4057 7.56686C16.4057 7.58719 16.4049 7.60733 16.4033 7.62725V8.31519H14V8.31686H11.7624C11.3053 8.31686 10.867 8.1353 10.5438 7.81211C10.2206 7.48892 10.0391 7.05059 10.0391 6.59353V3.50488L4.97333 3.4502C4.9141 3.4502 4.8573 3.47372 4.81541 3.51561C4.77353 3.55749 4.75 3.6143 4.75 3.67353V16.3269C4.75 16.3861 4.77353 16.4429 4.81541 16.4848C4.8573 16.5267 4.9141 16.5502 4.97333 16.5502H10.3008V18.0502H4.97333C4.51627 18.0502 4.07794 17.8686 3.75475 17.5454C3.43157 17.2223 3.25 16.7839 3.25 16.3269V3.67353C3.25 3.21647 3.43157 2.77814 3.75475 2.45495C4.07794 2.13176 4.51628 1.9502 4.97333 1.9502H10.8704C11.3271 1.95029 11.7653 2.1317 12.0884 2.45456L15.8988 6.265C16.2217 6.58807 16.4032 7.02626 16.4033 7.483V7.50648C16.4049 7.5264 16.4057 7.54653 16.4057 7.56686ZM14.3293 6.81686L11.5391 4.02658V6.59353C11.5391 6.65276 11.5626 6.70956 11.6045 6.75145C11.6464 6.79333 11.7032 6.81686 11.7624 6.81686H14.3293Z" | ||
fill="currentColor" fillRule="evenodd" clipRule="evenodd" /> | ||
<path d="M6.66895 9.85016C6.25473 9.85016 5.91895 10.1859 5.91895 10.6002 5.91895 11.0144 6.25473 11.3502 6.66895 11.3502H11C11.4142 11.3502 11.75 11.0144 11.75 10.6002 11.75 10.1859 11.4142 9.85016 11 9.85016H6.66895zM5.9191 13.8002C5.9191 13.3859 6.25489 13.0502 6.6691 13.0502H9C9.41421 13.0502 9.75 13.3859 9.75 13.8002 9.75 14.2144 9.41421 14.5502 9 14.5502H6.6691C6.25489 14.5502 5.9191 14.2144 5.9191 13.8002z" | ||
fill="currentColor" /> | ||
<path d="M12.1689 13.4777H12.8633V12.465C12.8633 10.8276 14.1907 9.50018 15.8281 9.50018C17.4654 9.50018 18.7928 10.8276 18.7928 12.465V13.4777H19.4919C19.762 13.4777 19.981 13.6967 19.981 13.9668V19.511C19.981 19.7811 19.762 20.0002 19.4919 20.0002H12.1689C11.8987 20.0002 11.6797 19.7811 11.6797 19.511V13.9668C11.6797 13.6967 11.8987 13.4777 12.1689 13.4777ZM17.2928 12.465V13.4777H14.3633V12.465C14.3633 11.656 15.0191 11.0002 15.8281 11.0002C16.637 11.0002 17.2928 11.656 17.2928 12.465Z" | ||
fill="currentColor" fillRule="evenodd" clipRule="evenodd" /> | ||
</svg> | ||
); | ||
DocPrivate.displayName = 'DocPrivate'; | ||
DocPrivate.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default DocPrivate; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
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 Folder = ({size, ...props}) => ( | ||
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}> | ||
<path d="M3 2.25C2.58579 2.25 2.25 2.58579 2.25 3V16.8571C2.25 17.2714 2.58579 17.6071 3 17.6071H16.8571C17.2714 17.6071 17.6071 17.2714 17.6071 16.8571V3C17.6071 2.58579 17.2714 2.25 16.8571 2.25H3ZM3.75 16.1071V3.75H16.1071V16.1071H3.75ZM10.5303 12.5303C10.2374 12.8232 9.76256 12.8232 9.46967 12.5303L9.46797 12.5286L6.46967 9.53033C6.17678 9.23744 6.17678 8.76256 6.46967 8.46967C6.76256 8.17678 7.23744 8.17678 7.53033 8.46967L10 10.9393L12.4697 8.46967C12.7626 8.17678 13.2374 8.17678 13.5303 8.46967C13.8232 8.76256 13.8232 9.23744 13.5303 9.53033L11.1947 11.8659L11.1903 11.8704L10.5303 12.5303Z" | ||
fill="currentColor" fillRule="evenodd" clipRule="evenodd" /> | ||
</svg> | ||
); | ||
Folder.displayName = 'Folder'; | ||
Folder.propTypes = { | ||
size: PropTypes.string | ||
} | ||
export default Folder; | ||
/* tslint:enable */ | ||
/* eslint-enable */ |
Oops, something went wrong.