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

Commit b004e54

Browse files
assamadkuzhelov
authored andcommitted
feat(icon): export call-dialpad icon (#1271)
* feat(icon): export call-dialpad icon * changelog
1 parent a1b4c59 commit b004e54

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2424
- Fix `propTypes` warning in `ListItem` @layershifter ([#1266](https://github.com/stardust-ui/react/pull/1266))
2525
- Expand css shorthands for correct merging of the styles @mnajdova ([#869](https://github.com/stardust-ui/react/pull/869))
2626

27+
### Features
28+
- Export `call-dialpad` icon in Teams theme @assamad ([#1271](https://github.com/stardust-ui/react/pull/1271))
29+
2730
<!--------------------------------[ v0.29.0 ]------------------------------- -->
2831
## [v0.29.0](https://github.com/stardust-ui/react/tree/v0.29.0) (2019-04-24)
2932
[Compare changes](https://github.com/stardust-ui/react/compare/v0.28.1...v0.29.0)

packages/react/src/themes/teams/components/Icon/svg/ProcessedIcons/icons-call-dialpad.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ export default {
88
</svg>
99
),
1010
styles: {},
11+
exportedAs: 'call-dialpad',
1112
} as TeamsProcessedSvgIconSpec
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import * as React from 'react'
2+
import { TeamsProcessedSvgIconSpec } from '../types'
3+
4+
export default {
5+
icon: ({ classes }) => (
6+
<svg role="presentation" focusable="false" viewBox="8 8 16 16" className={classes.svg}>
7+
<path d="M13 9.97a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39a1.046 1.046 0 0 1 .29-.71 1.046 1.046 0 0 1 .71-.29 1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39a1.046 1.046 0 0 1 .29-.71c.09-.09.2-.16.32-.21.12-.05.25-.08.39-.08a1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39s.03-.26.08-.39c.05-.12.12-.23.21-.32s.2-.16.32-.21c.12-.05.25-.08.39-.08a1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm4-8a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39a1.046 1.046 0 0 1 .29-.71 1.046 1.046 0 0 1 .71-.29 1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39a1.046 1.046 0 0 1 .29-.71c.09-.09.2-.16.32-.21.12-.05.25-.08.39-.08a1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39s.03-.26.08-.39c.05-.12.12-.23.21-.32s.2-.16.32-.21c.12-.05.25-.08.39-.08a1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39s.03-.26.08-.39c.05-.12.12-.23.21-.32s.2-.16.32-.21c.12-.05.25-.08.39-.08a1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm4-12a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39a1.046 1.046 0 0 1 .29-.71 1.046 1.046 0 0 1 .71-.29 1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4a1.046 1.046 0 0 1-.29.71c-.09.09-.2.16-.32.21-.12.05-.25.08-.39.08a1.046 1.046 0 0 1-.71-.29.988.988 0 0 1-.21-.32c-.05-.13-.08-.26-.08-.39a1.046 1.046 0 0 1 .29-.71c.09-.09.2-.16.32-.21.12-.05.25-.08.39-.08a1.046 1.046 0 0 1 .71.29c.09.09.16.2.21.32.05.12.08.25.08.39zm0 4c0 .14-.03.26-.08.39s-.12.23-.21.32-.2.16-.32.21-.25.08-.39.08-.26-.03-.39-.08-.23-.12-.32-.21-.16-.2-.21-.32-.08-.26-.08-.39.03-.26.08-.39.12-.23.21-.32.2-.16.32-.21.25-.08.39-.08.26.03.39.08.23.12.32.21.16.2.21.32.08.25.08.39z" />
8+
</svg>
9+
),
10+
styles: {},
11+
} as TeamsProcessedSvgIconSpec

packages/react/src/themes/teams/components/Icon/svg/icons/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import calendar from './calendar'
1313
import call from './call'
1414
import callControlPresentNew from './callControlPresentNew'
1515
import callControlStopPresentingNew from './callControlStopPresentingNew'
16+
import callDialpad from './callDialpad'
1617
import callEnd from './callEnd'
1718
import callPstn from './callPstn'
1819
import callRecording from './callRecording'
@@ -123,6 +124,7 @@ export default {
123124
bullets,
124125
calendar,
125126
call,
127+
'call-dialpad': callDialpad,
126128
'call-end': callEnd,
127129
'call-video': callVideo,
128130
'call-video-off': callVideoOff,

0 commit comments

Comments
 (0)