Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45,965 changes: 44,969 additions & 996 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@
"@react-stately/toggle": "^3.2.2",
"@storybook/addon-controls": "^6.4.9",
"autosize": "4.0.2",
"bcrypt": "^5.1.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"monday-ui-style": "0.1.65",
"monday-ui-style": "0.1.144",
"prop-types": "^15.7.2",
"react-inlinesvg": "^2.1.1",
"react-markdown": "^7.1.0",
Expand Down
17 changes: 17 additions & 0 deletions src/components/Icon/Icons/components/Academy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions src/components/Icon/Icons/components/AddNewDoc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/* eslint-disable */
/* tslint:disable */
import PropTypes from 'prop-types';
import React from 'react';
const AddNewDoc = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<g fill="currentColor" clipPath="url(#clip0_337_7087)">
<path d="M16.5988 7.77861C16.6004 7.75869 16.6012 7.73856 16.6012 7.71823C16.6012 7.6979 16.6004 7.67776 16.5988 7.65784V7.63436C16.5987 7.17762 16.4171 6.73944 16.0942 6.41637L12.2838 2.60592C11.9607 2.28307 11.5225 2.10166 11.0658 2.10156H5.16877C4.71171 2.10156 4.27337 2.28313 3.95019 2.60632C3.627 2.9295 3.44543 3.36784 3.44543 3.8249V16.4782C3.44543 16.9353 3.627 17.3736 3.95019 17.6968C4.27337 18.02 4.71171 18.2016 5.16877 18.2016H9.73701C9.27902 17.7996 8.90083 17.2879 8.63366 16.7016H5.16877C5.10954 16.7016 5.05273 16.678 5.01085 16.6361C4.96896 16.5943 4.94543 16.5375 4.94543 16.4782V3.8249C4.94543 3.76566 4.96896 3.70886 5.01085 3.66698C5.05273 3.62509 5.10954 3.60156 5.16877 3.60156L10.2345 3.65625V6.7449C10.2345 7.20195 10.4161 7.64029 10.7393 7.96348C11.0624 8.28666 11.5008 8.46823 11.9578 8.46823H14.1954V8.46649H16.5988V7.77861ZM11.7345 4.17795L14.5248 6.96823H11.9578C11.8986 6.96823 11.8418 6.9447 11.7999 6.90282C11.758 6.86093 11.7345 6.80413 11.7345 6.7449V4.17795Z"
fillRule="evenodd" clipRule="evenodd" />
<path d="M6.11438 10.7515C6.11438 10.3373 6.45017 10.0015 6.86438 10.0015H11.6954C12.1096 10.0015 12.4454 10.3373 12.4454 10.7515 12.4454 11.1657 12.1096 11.5015 11.6954 11.5015H6.86438C6.45017 11.5015 6.11438 11.1657 6.11438 10.7515zM6.86453 13.2015C6.45032 13.2015 6.11453 13.5373 6.11453 13.9515 6.11453 14.3657 6.45032 14.7015 6.86453 14.7015H8.69641C9.11062 14.7015 9.44641 14.3657 9.44641 13.9515 9.44641 13.5373 9.11062 13.2015 8.69641 13.2015H6.86453zM15.4454 10.5469C15.8596 10.5469 16.1954 10.8827 16.1954 11.2969V14.5469H19.4454C19.8596 14.5469 20.1954 14.8827 20.1954 15.2969 20.1954 15.7111 19.8596 16.0469 19.4454 16.0469H16.1954V19.2969C16.1954 19.7111 15.8596 20.0469 15.4454 20.0469 15.0312 20.0469 14.6954 19.7111 14.6954 19.2969V16.0469H11.4454C11.0312 16.0469 10.6954 15.7111 10.6954 15.2969 10.6954 14.8827 11.0312 14.5469 11.4454 14.5469H14.6954V11.2969C14.6954 10.8827 15.0312 10.5469 15.4454 10.5469z"
/>
</g>
<defs>
<clipPath id="clip0_337_7087">
<path fill="#fff" transform="translate(.195 .151)" d="M0 0H20V20H0z" />
</clipPath>
</defs>
</svg>
);
AddNewDoc.displayName = 'AddNewDoc';
AddNewDoc.propTypes = {
size: PropTypes.string
}
export default AddNewDoc;
/* tslint:enable */
/* eslint-enable */
6 changes: 3 additions & 3 deletions src/components/Icon/Icons/components/AddToTeam.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/Icon/Icons/components/Chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
import React from 'react';
const Chart = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M10 3.25C8.20979 3.25 6.4929 3.96116 5.22703 5.22703C3.96116 6.4929 3.25 8.20979 3.25 10C3.25 11.7902 3.96116 13.5071 5.22703 14.773C6.4929 16.0388 8.20979 16.75 10 16.75C11.7902 16.75 13.5071 16.0388 14.773 14.773C16.0388 13.5071 16.75 11.7902 16.75 10C16.75 8.20979 16.0388 6.4929 14.773 5.22703C13.5071 3.96116 11.7902 3.25 10 3.25ZM9.25 4.80383C8.13491 4.96476 7.09374 5.48164 6.28769 6.28769C5.30312 7.27226 4.75 8.60761 4.75 10C4.75 11.3924 5.30312 12.7277 6.28769 13.7123C7.27226 14.6969 8.60761 15.25 10 15.25C11.1399 15.25 12.2416 14.8793 13.1439 14.2046L9.46967 10.5303C9.32902 10.3897 9.25 10.1989 9.25 10V4.80383ZM14.2046 13.1439L10.75 9.68934V4.80383C11.8651 4.96476 12.9063 5.48164 13.7123 6.28769C14.6969 7.27226 15.25 8.60761 15.25 10C15.25 11.1399 14.8793 12.2416 14.2046 13.1439Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
<path d="M4.30247 4.30247C5.77612 2.82882 7.7746 2.00067 9.85859 2C9.85885 2 9.85911 2 9.85938 2C9.85995 2 9.86053 2 9.86111 2C11.946 2 13.9455 2.82822 15.4198 4.30247C16.894 5.77671 17.7222 7.77622 17.7222 9.86111C17.7222 11.946 16.894 13.9455 15.4198 15.4198C13.9455 16.894 11.946 17.7222 9.86111 17.7222C7.77622 17.7222 5.77671 16.894 4.30247 15.4198C2.82822 13.9455 2 11.946 2 9.86111C2 7.77622 2.82822 5.77671 4.30247 4.30247ZM9.10938 3.54455C7.6992 3.71234 6.3775 4.34875 5.36313 5.36313C4.17019 6.55607 3.5 8.17404 3.5 9.86111C3.5 11.5482 4.17019 13.1662 5.36313 14.3591C6.55607 15.552 8.17404 16.2222 9.86111 16.2222C11.2958 16.2222 12.6806 15.7375 13.7964 14.8588L9.32904 10.3914C9.18839 10.2508 9.10938 10.06 9.10938 9.86111V3.54455ZM14.8573 13.7984C15.737 12.6822 16.2222 11.2967 16.2222 9.86111C16.2222 8.17404 15.552 6.55607 14.3591 5.36313C13.3439 4.34792 12.0209 3.7113 10.6094 3.54414V9.55045L14.8573 13.7984Z"
fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Chart.displayName = 'Chart';
Expand Down
19 changes: 19 additions & 0 deletions src/components/Icon/Icons/components/Connect.js
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 Connect = ({size, ...props}) => (
<svg viewBox="0 0 15 15" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M14.0303 0.96967C14.3232 1.26256 14.3232 1.73744 14.0303 2.03033L2.03033 14.0303C1.73744 14.3232 1.26256 14.3232 0.96967 14.0303C0.676777 13.7374 0.676777 13.2626 0.96967 12.9697L12.9697 0.96967C13.2626 0.676777 13.7374 0.676777 14.0303 0.96967Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
<path d="M5.75 1C5.75 0.585786 6.08579 0.25 6.5 0.25H14C14.4142 0.25 14.75 0.585786 14.75 1V8.5C14.75 8.91421 14.4142 9.25 14 9.25C13.5858 9.25 13.25 8.91421 13.25 8.5V1.75H6.5C6.08579 1.75 5.75 1.41421 5.75 1Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Connect.displayName = 'Connect';
Connect.propTypes = {
size: PropTypes.string
}
export default Connect;
/* tslint:enable */
/* eslint-enable */
Loading