This repository was archived by the owner on Mar 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
packages/react/src/themes/teams/components/Icon/svg Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
24
24
- Fix ` propTypes ` warning in ` ListItem ` @layershifter ([ #1266 ] ( https://github.com/stardust-ui/react/pull/1266 ) )
25
25
- Expand css shorthands for correct merging of the styles @mnajdova ([ #869 ] ( https://github.com/stardust-ui/react/pull/869 ) )
26
26
27
+ ### Features
28
+ - Export ` call-dialpad ` icon in Teams theme @assamad ([ #1271 ] ( https://github.com/stardust-ui/react/pull/1271 ) )
29
+
27
30
<!-- ------------------------------[ v0.29.0 ]------------------------------- -->
28
31
## [ v0.29.0] ( https://github.com/stardust-ui/react/tree/v0.29.0 ) (2019-04-24)
29
32
[ Compare changes] ( https://github.com/stardust-ui/react/compare/v0.28.1...v0.29.0 )
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ export default {
8
8
</ svg >
9
9
) ,
10
10
styles : { } ,
11
+ exportedAs : 'call-dialpad' ,
11
12
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import calendar from './calendar'
13
13
import call from './call'
14
14
import callControlPresentNew from './callControlPresentNew'
15
15
import callControlStopPresentingNew from './callControlStopPresentingNew'
16
+ import callDialpad from './callDialpad'
16
17
import callEnd from './callEnd'
17
18
import callPstn from './callPstn'
18
19
import callRecording from './callRecording'
@@ -123,6 +124,7 @@ export default {
123
124
bullets,
124
125
calendar,
125
126
call,
127
+ 'call-dialpad' : callDialpad ,
126
128
'call-end' : callEnd ,
127
129
'call-video' : callVideo ,
128
130
'call-video-off' : callVideoOff ,
You can’t perform that action at this time.
0 commit comments