Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: icons #373

Merged
merged 1 commit into from
Dec 5, 2021
Merged
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
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"autosize": "4.0.2",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"monday-ui-style": "0.1.59",
"monday-ui-style": "0.1.63",
"prop-types": "^15.7.2",
"react-inlinesvg": "^2.1.1",
"react-popper": "^2.2.3",
Expand Down
8 changes: 4 additions & 4 deletions src/components/Icon/Icons/components/CollapseRound.js

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

17 changes: 17 additions & 0 deletions src/components/Icon/Icons/components/ItemHeightTriple.js
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 ItemHeightTriple = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M5.25 17V3M3 5L5.25 2.7998 7.5 5M3 15.5L5.25 17.2998 7.5 15.5M17.2002 5H12.2002M17.2 10H12.2M17.2002 15H12.2002" stroke="currentColor" strokeWidth="1.5"
strokeLinecap="round" strokeLinejoin="round" />
</svg>
);
ItemHeightTriple.displayName = 'ItemHeightTriple';
ItemHeightTriple.propTypes = {
size: PropTypes.string
}
export default ItemHeightTriple;
/* tslint:enable */
/* eslint-enable */
2 changes: 1 addition & 1 deletion src/components/Icon/Icons/components/LongText.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
import React from 'react';
const LongText = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M2.75 5.5C2.33579 5.5 2 5.83579 2 6.25C2 6.66421 2.33579 7 2.75 7H17.25C17.6642 7 18 6.66421 18 6.25C18 5.83579 17.6642 5.5 17.25 5.5H2.75ZM2.75 9.5C2.33579 9.5 2 9.83579 2 10.25C2 10.6642 2.33579 11 2.75 11H9.5C9.91421 11 10.25 10.6642 10.25 10.25C10.25 9.83579 9.91421 9.5 9.5 9.5H2.75ZM13.9502 11H12.75V12.25C12.75 12.6642 12.4142 13 12 13C11.5858 13 11.25 12.6642 11.25 12.25V10.25C11.25 9.83579 11.5858 9.5 12 9.5H17.3C17.7142 9.5 18.05 9.83579 18.05 10.25V12.25C18.05 12.6642 17.7142 13 17.3 13C16.8858 13 16.55 12.6642 16.55 12.25V11H15.4502V15.25H16.2002C16.6144 15.25 16.9502 15.5858 16.9502 16C16.9502 16.4142 16.6144 16.75 16.2002 16.75H13.2002C12.786 16.75 12.4502 16.4142 12.4502 16C12.4502 15.5858 12.786 15.25 13.2002 15.25H13.9502V11Z"
<path d="M2 3.25C2 2.83579 2.33579 2.5 2.75 2.5H17.25C17.6642 2.5 18 2.83579 18 3.25C18 3.66421 17.6642 4 17.25 4H2.75C2.33579 4 2 3.66421 2 3.25ZM2 7.25C2 6.83579 2.33579 6.5 2.75 6.5H17.25C17.6642 6.5 18 6.83579 18 7.25C18 7.66421 17.6642 8 17.25 8H2.75C2.33579 8 2 7.66421 2 7.25ZM2.75 10.5C2.33579 10.5 2 10.8358 2 11.25C2 11.6642 2.33579 12 2.75 12H9.5C9.91421 12 10.25 11.6642 10.25 11.25C10.25 10.8358 9.91421 10.5 9.5 10.5H2.75ZM13.9502 12H12.75V13.25C12.75 13.6642 12.4142 14 12 14C11.5858 14 11.25 13.6642 11.25 13.25V11.25C11.25 10.8358 11.5858 10.5 12 10.5H17.3C17.7142 10.5 18.05 10.8358 18.05 11.25V13.25C18.05 13.6642 17.7142 14 17.3 14C16.8858 14 16.55 13.6642 16.55 13.25V12H15.4502V16.25H16.2002C16.6144 16.25 16.9502 16.5858 16.9502 17C16.9502 17.4142 16.6144 17.75 16.2002 17.75H13.2002C12.786 17.75 12.4502 17.4142 12.4502 17C12.4502 16.5858 12.786 16.25 13.2002 16.25H13.9502V12Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
2 changes: 1 addition & 1 deletion src/components/Icon/Icons/components/Pin.js

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

2 changes: 1 addition & 1 deletion src/components/Icon/Icons/components/ShortText.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
import React from 'react';
const ShortText = ({size, ...props}) => (
<svg viewBox="0 0 20 20" fill="currentColor" width={ size || "20" } height={ size || "20" } {...props}>
<path d="M3 7.25C2.58579 7.25 2.25 7.58579 2.25 8C2.25 8.41421 2.58579 8.75 3 8.75H17C17.4142 8.75 17.75 8.41421 17.75 8C17.75 7.58579 17.4142 7.25 17 7.25H3ZM3 10.9424C2.58579 10.9424 2.25 11.2782 2.25 11.6924C2.25 12.1066 2.58579 12.4424 3 12.4424H8.38462C8.79883 12.4424 9.13462 12.1066 9.13462 11.6924C9.13462 11.2782 8.79883 10.9424 8.38462 10.9424H3Z"
<path d="M2.75 5.5C2.33579 5.5 2 5.83579 2 6.25C2 6.66421 2.33579 7 2.75 7H17.25C17.6642 7 18 6.66421 18 6.25C18 5.83579 17.6642 5.5 17.25 5.5H2.75ZM2.75 9.5C2.33579 9.5 2 9.83579 2 10.25C2 10.6642 2.33579 11 2.75 11H9.5C9.91421 11 10.25 10.6642 10.25 10.25C10.25 9.83579 9.91421 9.5 9.5 9.5H2.75ZM13.9502 11H12.75V12.25C12.75 12.6642 12.4142 13 12 13C11.5858 13 11.25 12.6642 11.25 12.25V10.25C11.25 9.83579 11.5858 9.5 12 9.5H17.3C17.7142 9.5 18.05 9.83579 18.05 10.25V12.25C18.05 12.6642 17.7142 13 17.3 13C16.8858 13 16.55 12.6642 16.55 12.25V11H15.4502V15.25H16.2002C16.6144 15.25 16.9502 15.5858 16.9502 16C16.9502 16.4142 16.6144 16.75 16.2002 16.75H13.2002C12.786 16.75 12.4502 16.4142 12.4502 16C12.4502 15.5858 12.786 15.25 13.2002 15.25H13.9502V11Z"
fill="currentColor" fillRule="evenodd" clipRule="evenodd" />
</svg>
);
Expand Down
1 change: 1 addition & 0 deletions src/components/Icon/Icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export {default as Invite} from './components/Invite';
export {default as IPRestrictions} from './components/IPRestrictions';
export {default as Italic} from './components/Italic';
export {default as Item} from './components/Item';
export {default as ItemHeightTriple} from './components/ItemHeightTriple';
export {default as Keyboard} from './components/Keyboard';
export {default as Labs} from './components/Labs';
export {default as Layout} from './components/Layout';
Expand Down