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

feat(icon): export call-dialpad icon #1271

Merged
merged 2 commits into from
Apr 29, 2019
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fix `propTypes` warning in `ListItem` @layershifter ([#1266](https://github.com/stardust-ui/react/pull/1266))
- Expand css shorthands for correct merging of the styles @mnajdova ([#869](https://github.com/stardust-ui/react/pull/869))

### Features
- Export `call-dialpad` icon in Teams theme @assamad ([#1271](https://github.com/stardust-ui/react/pull/1271))

<!--------------------------------[ v0.29.0 ]------------------------------- -->
## [v0.29.0](https://github.com/stardust-ui/react/tree/v0.29.0) (2019-04-24)
[Compare changes](https://github.com/stardust-ui/react/compare/v0.28.1...v0.29.0)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'call-dialpad',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import * as React from 'react'
import { TeamsProcessedSvgIconSpec } from '../types'

export default {
icon: ({ classes }) => (
<svg role="presentation" focusable="false" viewBox="8 8 16 16" className={classes.svg}>
<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" />
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import calendar from './calendar'
import call from './call'
import callControlPresentNew from './callControlPresentNew'
import callControlStopPresentingNew from './callControlStopPresentingNew'
import callDialpad from './callDialpad'
import callEnd from './callEnd'
import callPstn from './callPstn'
import callRecording from './callRecording'
Expand Down Expand Up @@ -123,6 +124,7 @@ export default {
bullets,
calendar,
call,
'call-dialpad': callDialpad,
'call-end': callEnd,
'call-video': callVideo,
'call-video-off': callVideoOff,
Expand Down