Skip to content

Add 2 more icons to the library #329

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

Merged
merged 5 commits into from
Oct 8, 2020
Merged
Changes from 1 commit
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
22 changes: 22 additions & 0 deletions packages/react-components/source/react/library/icon/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,16 @@ const icons = {
),
},

custom: {
medium: (
<path
fillRule="evenodd"
clipRule="evenodd"
d="M1 0C0.45 0 0 0.45 0 1C0 1.55 0.45 2 1 2H15C15.55 2 16 1.55 16 1C16 0.45 15.55 0 15 0H1ZM13.22 4.60998L15.62 7.00998C15.87 7.24998 16 7.57998 16 7.92998C16 8.27998 15.87 8.59998 15.62 8.84998L8.84998 15.62C8.59998 15.87 8.26998 16 7.92998 16H5.52998C4.80998 16 4.22998 15.42 4.22998 14.7V12.3C4.22998 11.95 4.35998 11.63 4.60998 11.38L11.38 4.60998C11.63 4.36998 11.95 4.22998 12.3 4.22998C12.65 4.22998 12.97 4.35998 13.22 4.60998ZM6.21998 14H7.63998L11.74 9.88998L10.33 8.47998L6.21998 12.59V14ZM11.24 7.57998L12.65 8.98998L13.72 7.92998L12.3 6.51998L11.24 7.57998ZM0 5C0 4.45 0.45 4 1 4H8L6 6H1C0.45 6 0 5.55 0 5ZM1 8C0.45 8 0 8.45 0 9C0 9.55 0.45 10 1 10H2L4 8H1Z"
/>
),
},

data: {
medium: (
<path
Expand Down Expand Up @@ -1014,6 +1024,18 @@ const icons = {
),
},

scan: {
medium: (
<>
<path d="M2.8 6H1.2C1.09 6 1 5.91 1 5.8V3.5C1 2.12 2.12 1 3.5 1H5.8C5.91 1 6 1.09 6 1.2V2.8C6 2.91 5.91 3 5.8 3H3.5C3.22 3 3 3.22 3 3.5V5.8C3 5.91 2.91 6 2.8 6Z" />
<path d="M12.5 15H10.2C10.09 15 10 14.91 10 14.8V13.2C10 13.09 10.09 13 10.2 13H12.5C12.78 13 13 12.78 13 12.5V10.2C13 10.09 13.09 10 13.2 10H14.8C14.91 10 15 10.09 15 10.2V12.5C15 13.88 13.88 15 12.5 15Z" />
<path d="M5.8 15H3.7C2.21 15 1 13.79 1 12.3V10.2C1 10.09 1.09 10 1.2 10H2.8C2.91 10 3 10.09 3 10.2V12.3C3 12.69 3.31 13 3.7 13H5.8C5.91 13 6 13.09 6 13.2V14.8C6 14.91 5.91 15 5.8 15Z" />
<path d="M13 3.5V3.56L14.97 3.19C14.82 1.96 13.77 1 12.5 1H10.2C10.09 1 10 1.09 10 1.2V2.8C10 2.91 10.09 3 10.2 3H12.5C12.78 3 13 3.22 13 3.5Z" />
<path d="M16 6.5L0 9.5V7L16 4V6.5Z" />
</>
),
},

scatter: {
medium: (
<path
Expand Down