-
Notifications
You must be signed in to change notification settings - Fork 53
export call-pstn-full
and sfb-viewbox
icons
#968
Conversation
Codecov Report
@@ Coverage Diff @@
## master #968 +/- ##
==========================================
- Coverage 81.64% 81.54% -0.11%
==========================================
Files 675 677 +2
Lines 8756 8766 +10
Branches 1492 1558 +66
==========================================
- Hits 7149 7148 -1
- Misses 1592 1602 +10
- Partials 15 16 +1
Continue to review full report at Codecov.
|
54a59b7
to
0f7f488
Compare
changes look fine to me - @codepretty, could you, please, take final look on the names of the exported icons? |
@thewulf7, icons were checked against spec, there is nothing blocking this PR - lets merge recent master into this branch, resolve CHANGELOG conflicts and merge right after 👍 |
63eb86f
to
7294286
Compare
packages/react/src/themes/teams/components/Icon/svg/ProcessedIcons/icons-call-pstn-full.tsx
Show resolved
Hide resolved
7b0bbc6
to
dbdc12d
Compare
packages/react/src/themes/teams/components/Icon/svg/ProcessedIcons/icons-sfb-viewbox-32.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/Icon/svg/icons/callPstn.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/Icon/svg/icons/sfbViewbox.tsx
Outdated
Show resolved
Hide resolved
packages/react/src/themes/teams/components/Icon/svg/ProcessedIcons/icons-call-pstn.tsx
Show resolved
Hide resolved
dbdc12d
to
f185874
Compare
cef0ccb
to
f3acb71
Compare
f3acb71
to
afc5821
Compare
import * as React from 'react' | ||
import cx from 'classnames' | ||
import { TeamsProcessedSvgIconSpec } from '../types' | ||
import { teamsIconClassNames } from 'src/themes/teams/components/Icon/svg' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change this with relative import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
afc5821
to
f73d7b7
Compare
Description
This PR exports
call-pstn-full
andsfb-viewbox
icons