Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fix wrong positioning of pointing beak on content edges in `Popup` and `Tooltip` @layershifter ([#2364](https://github.com/microsoft/fluent-ui-react/pull/2364))

### Features
- Added 'survey' and 'survey20px' icons @TanelVari ([#2383](https://github.com/microsoft/fluent-ui-react/pull/2383))
- Added sourcemaps to the dist output to simplify debugging @miroslavstastny ([#2329](https://github.com/microsoft/fluent-ui-react/pull/2329))
- Adding 'expand', 'collapse', 'companion', 'share-to' and 'settings-audio' icons @TanelVari ([#2343](https://github.com/microsoft/fluent-ui-react/pull/2343))
- Add support for Children API in `List` component @layershifter ([#2207](https://github.com/microsoft/fluent-ui-react/pull/2207))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ import speakerMute from './speakerMute'
import star from './star'
import sticker from './sticker'
import strike from './strike'
import survey from './survey'
import survey20px from './survey20px'
import sync from './sync'
import tabs from './tabs'
import table from './table'
Expand Down Expand Up @@ -324,6 +326,8 @@ export default {
star,
sticker,
strike,
survey,
'survey-20px': survey20px,
sync,
tabs,
table,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from 'react'
import cx from 'classnames'
import { TeamsProcessedSvgIconSpec } from '../types'
import { teamsIconClassNames } from '../teamsIconClassNames'

export default {
icon: ({ classes }) => (
<svg className={classes.svg} viewBox="8 8 16 16" role="presentation" focusable="false">
<path
className={cx(teamsIconClassNames.outline, classes.outlinePart)}
d="M15.85,8.13l.07.06,2,1.86a.49.49,0,0,1,.1.6l-.05.08-1.74,2.14a.5.5,0,0,1-.7.07.51.51,0,0,1-.13-.63l0-.07,1-1.24H16a6,6,0,1,0,6,6,.5.5,0,0,1,1,0,7,7,0,1,1-7.24-7h.64L15.24,8.92a.5.5,0,0,1-.08-.64l.05-.07A.5.5,0,0,1,15.85,8.13Zm6,3.47a.5.5,0,0,1,.14.63l0,.07-5,6.5a.51.51,0,0,1-.68.12l-.07-.07-3-3a.48.48,0,0,1,0-.7.48.48,0,0,1,.63-.06l.07.06,2.6,2.59,4.65-6A.51.51,0,0,1,21.8,11.6Z"
/>
<path
className={cx(teamsIconClassNames.filled, classes.filledPart)}
d="M15.85,8.13l.07.06,2,1.86a.49.49,0,0,1,.1.6l-.05.08-1.74,2.14a.5.5,0,0,1-.7.07.51.51,0,0,1-.13-.63l0-.07,1-1.24H16a6,6,0,1,0,6,6,.5.5,0,0,1,1,0,7,7,0,1,1-7.24-7h.64L15.24,8.92a.5.5,0,0,1-.08-.64l.05-.07A.5.5,0,0,1,15.85,8.13Zm6.26,3.08a1,1,0,0,1,.25,1.3l-.07.1-5,6.5a1,1,0,0,1-1.41.18l-.09-.08-3-3a1,1,0,0,1,0-1.42,1,1,0,0,1,1.32-.08l.1.08L16.4,17l4.31-5.6A1,1,0,0,1,22.11,11.21Z"
/>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import * as React from 'react'
import cx from 'classnames'
import { TeamsProcessedSvgIconSpec } from '../types'
import { teamsIconClassNames } from '../teamsIconClassNames'

export default {
icon: ({ classes }) => (
<svg className={classes.svg} viewBox="8 8 16 16" role="presentation" focusable="false">
<path
className={cx(teamsIconClassNames.outline, classes.outlinePart)}
d="M17,8.06l.05,0,1.6,1.49a.38.38,0,0,1,.08.48l0,.06-1.39,1.71a.4.4,0,0,1-.56.06.39.39,0,0,1-.1-.5l0-.06.77-.95H16a6.4,6.4,0,1,0,6.4,6.4.4.4,0,1,1,.8,0,7.2,7.2,0,1,1-7.41-7.2H17.5l-1-.91a.4.4,0,0,1-.07-.51l.05,0A.4.4,0,0,1,17,8.06Zm6,1.62a.4.4,0,0,1,.12.49l0,.07L16.72,19a.4.4,0,0,1-.56.08l-.06-.05-3.2-3.6a.41.41,0,0,1,0-.57.42.42,0,0,1,.52,0l.05,0,2.87,3.23,6.11-8.4A.41.41,0,0,1,23,9.68Z"
/>
<path
className={cx(teamsIconClassNames.filled, classes.filledPart)}
d="M17.07,8.06l.05,0,1.6,1.49a.38.38,0,0,1,.08.48l0,.06-1.39,1.71a.4.4,0,0,1-.56.06.39.39,0,0,1-.1-.5l0-.06.77-.95H16.05a6.4,6.4,0,1,0,6.4,6.4.4.4,0,1,1,.8,0,7.2,7.2,0,1,1-7.41-7.2h1.71l-1-.91a.4.4,0,0,1-.07-.51l0,0A.4.4,0,0,1,17.07,8.06Zm6.25,1.29a.81.81,0,0,1,.23,1l-.05.08-6.4,8.8a.8.8,0,0,1-1.18.13l-.07-.07-3.2-3.6a.8.8,0,0,1,1.13-1.13l.07.07,2.54,2.85,5.81-8A.8.8,0,0,1,23.32,9.35Z"
/>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec