Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

feat(Icons): Adding chevron down, download, email, search, star icon #955

Merged
merged 9 commits into from
Feb 26, 2019

Conversation

parasjindal
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Feb 25, 2019

Codecov Report

Merging #955 into master will decrease coverage by 0.19%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #955     +/-   ##
=========================================
- Coverage   80.72%   80.52%   -0.2%     
=========================================
  Files         659      660      +1     
  Lines        8465     8453     -12     
  Branches     1495     1492      -3     
=========================================
- Hits         6833     6807     -26     
- Misses       1618     1631     +13     
- Partials       14       15      +1
Impacted Files Coverage Δ
...nts/Icon/svg/ProcessedIcons/icons-chevron-down.tsx 100% <ø> (ø) ⬆️
...rc/themes/teams/components/Icon/svg/icons/index.ts 100% <100%> (ø) ⬆️
...es/teams/components/Icon/svg/icons/chevronDown.tsx 100% <100%> (ø)
...ackages/react/src/components/Dropdown/Dropdown.tsx 34.13% <0%> (-5.55%) ⬇️
...ages/react/test/specs/commonTests/isConformant.tsx 93.17% <0%> (-0.2%) ⬇️
...react/src/components/RadioGroup/RadioGroupItem.tsx 100% <0%> (ø) ⬆️
packages/react/src/components/Input/Input.tsx 100% <0%> (ø) ⬆️
packages/react/src/index.ts 100% <0%> (ø) ⬆️
...emes/teams/components/Chat/chatMessageVariables.ts 100% <0%> (ø) ⬆️
...act/src/themes/teams/components/Icon/iconStyles.ts 22.95% <0%> (ø) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd7da6a...8289ab6. Read the comment docs.

@codecov
Copy link

codecov bot commented Feb 25, 2019

Codecov Report

Merging #955 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #955      +/-   ##
==========================================
+ Coverage    80.5%   80.52%   +0.01%     
==========================================
  Files         659      660       +1     
  Lines        8450     8453       +3     
  Branches     1493     1492       -1     
==========================================
+ Hits         6803     6807       +4     
+ Misses       1632     1631       -1     
  Partials       15       15
Impacted Files Coverage Δ
...nts/Icon/svg/ProcessedIcons/icons-chevron-down.tsx 100% <ø> (ø) ⬆️
...rc/themes/teams/components/Icon/svg/icons/index.ts 100% <100%> (ø) ⬆️
...es/teams/components/Icon/svg/icons/chevronDown.tsx 100% <100%> (ø)
...react/src/components/RadioGroup/RadioGroupItem.tsx 100% <0%> (ø) ⬆️
...ackages/react/src/components/Dropdown/Dropdown.tsx 34.13% <0%> (ø) ⬆️
packages/react/src/components/Input/Input.tsx 100% <0%> (ø) ⬆️
packages/react/src/index.ts 100% <0%> (ø) ⬆️
...act/src/themes/teams/components/Icon/iconStyles.ts 22.95% <0%> (ø) ⬆️
...ct/src/components/Dropdown/DropdownSearchInput.tsx 48.14% <0%> (ø) ⬆️
...themes/teams/components/Dropdown/dropdownStyles.ts 24.13% <0%> (ø) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72eab06...95dc933. Read the comment docs.

@parasjindal parasjindal changed the title Exported chevron down icon Exported chevron down, download, email, search, star icon Feb 25, 2019
@parasjindal parasjindal changed the title Exported chevron down, download, email, search, star icon feat(Icons): Adding chevron down, download, email, search, star icon Feb 25, 2019
export default {
icon: ({ classes }) => (
<svg role="presentation" focusable="false" viewBox="8 8 16 16" className={classes.svg}>
<g>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no harm in leaving it, but the g isn't necessary

export default {
icon: ({ classes }) => (
<svg role="presentation" focusable="false" viewBox="8 8 16 16" className={classes.svg}>
<g>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no harm in leaving it, but the g isn't necessary

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same for all other svg files

@alinais alinais merged commit 0b8644d into microsoft:master Feb 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants