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 @@ -33,6 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Features
- Add `Alert` component @Bugaa92 ([#1063](https://github.com/stardust-ui/react/pull/1063))
- Add `placeholderColor` variable for `Input` component in Teams theme @layershifter ([#1092](https://github.com/stardust-ui/react/pull/1092))
- Add and export files icons in Teams theme @codepretty ([#1094](https://github.com/stardust-ui/react/pull/1094))

<!--------------------------------[ v0.23.1 ]------------------------------- -->
## [v0.23.1](https://github.com/stardust-ui/react/tree/v0.23.1) (2019-03-13)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-code',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-empty',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-aftereffects',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-flash',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-illustrator',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-indesign',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-photoshop',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-sound',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-gif',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-image',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-pdf',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-sketch',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-txt',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export default {
</svg>
),
styles: {},
exportedAs: 'files-zip',
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13zM14.011 16l-1.261 3.936h.742l.338-1.116h1.25l.356 1.116h.77L14.929 16h-.917zm-.064 2.277l.304-.969c.07-.234.128-.508.187-.736h.011c.059.228.123.497.199.736l.31.97h-1.01zm3.913-1.25c-.911 0-1.39.742-1.39 1.53 0 .87.543 1.443 1.465 1.443.41 0 .748-.082.993-.181l-.105-.496a2.136 2.136 0 0 1-.788.128c-.456 0-.859-.222-.876-.736h1.903c.012-.064.024-.17.024-.303 0-.625-.298-1.384-1.226-1.384zm-.701 1.186c.029-.292.216-.695.66-.695.479 0 .595.432.59.695h-1.25z" />
</g>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13zm-2.462-6.24a.375.375 0 0 0-.576.48l1.05 1.26-1.05 1.26a.375.375 0 1 0 .576.48l1.25-1.5a.375.375 0 0 0 0-.48l-1.25-1.5zm-4.548-.048a.375.375 0 0 0-.528.048l-1.25 1.5a.375.375 0 0 0 0 .48l1.25 1.5a.374.374 0 1 0 .576-.48L12.988 18l1.05-1.26a.375.375 0 0 0-.048-.528zm3.129-1.568a.374.374 0 0 0-.475.237l-2 6a.375.375 0 1 0 .712.238l2-6a.375.375 0 0 0-.237-.475z" />
</g>
</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 role="presentation" focusable="false" viewBox="8 8 16 16" className={classes.svg}>
<path
className={cx(teamsIconClassNames.outline, classes.outlinePart)}
d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968A1.49 1.49 0 0 0 10 13.49V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13H11.27l2.717-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13z"
/>
<g className={cx(teamsIconClassNames.filled, classes.filledPart)}>
<path d="M20.5 8H15l-.014.001V14H10v8.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5z" />
<path d="M13.986 13V8.405c-.022.021-.047.036-.069.058l-3.478 3.968a1.486 1.486 0 0 0-.35.569h3.897z" />
</g>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13z" />
<path d="M14.25 20h.693v-1.611h1.397v-.57h-1.397v-1.047h1.499v-.57H14.25zM16.796 16h.699v4h-.699z" />
</g>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13z" />
<path d="M17.625 17.625v2.25h.75v-1.5h1v-.75h-1v-.75h1.5v-.75h-2.25zM16.125 16.125h.75v3.75h-.75zM12.625 17.762v.476a1.64 1.64 0 0 0 1.637 1.637h1.113v-2.25h-1.25v.75h.5v.75h-.363a.888.888 0 0 1-.887-.887v-.475c0-.49.398-.888.887-.888h1.113v-.75h-1.113a1.64 1.64 0 0 0-1.637 1.637z" />
</g>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13zm-6.098-6.407L13.65 20h.736l.336-1.107h1.24L16.318 20h.765l-1.27-3.907h-.91zm-.064 2.26l.302-.962c.07-.231.127-.504.185-.73h.012c.058.226.122.493.197.73l.307.963h-1.003zM17.72 16c-.237 0-.4.168-.4.389 0 .214.157.382.395.382.249 0 .405-.168.405-.383a.381.381 0 0 0-.4-.388z" />
<path d="M17.36 17.177h.719V20h-.719z" />
</g>
</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 role="presentation" focusable="false" viewBox="8 8 16 16" className={classes.svg}>
<path
className={cx(teamsIconClassNames.outline, classes.outlinePart)}
d="M22.5 10h-13A1.502 1.502 0 0 0 8 11.5v9A1.502 1.502 0 0 0 9.5 22h13a1.502 1.502 0 0 0 1.5-1.5v-9a1.502 1.502 0 0 0-1.5-1.5zM9 20.5v-1.415l3.519-3.897a.498.498 0 0 1 .395-.145.489.489 0 0 1 .36.2L17.21 21H9.5a.5.5 0 0 1-.5-.5zm14 0a.5.5 0 0 1-.5.5h-4.078l-4.329-6.33a1.5 1.5 0 0 0-2.299-.17L9 17.593V11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5zm-3.5-8a2 2 0 1 0 2 2 2.002 2.002 0 0 0-2-2zm0 3a1 1 0 1 1 1-1 1.001 1.001 0 0 1-1 1z"
/>
<path
className={cx(teamsIconClassNames.filled, classes.filledPart)}
d="M23.37 10.114a1.538 1.538 0 0 1 .509.324 1.462 1.462 0 0 1 .337.488 1.447 1.447 0 0 1 .12.574v9a1.41 1.41 0 0 1-.12.574 1.482 1.482 0 0 1-.337.48 1.604 1.604 0 0 1-.504.329 1.57 1.57 0 0 1-.603.117H19.24l-5.227-7.328a1.46 1.46 0 0 0-.553-.464 1.642 1.642 0 0 0-.733-.168 1.6 1.6 0 0 0-.606.117 1.397 1.397 0 0 0-.5.344l-3.957 4.202V11.5a1.4 1.4 0 0 1 .122-.578 1.536 1.536 0 0 1 .342-.484 1.563 1.563 0 0 1 .5-.325 1.592 1.592 0 0 1 .6-.113h13.544a1.637 1.637 0 0 1 .599.114zM13.16 15.242L17.969 22H9.227a1.404 1.404 0 0 1-1.204-.547 2.034 2.034 0 0 1-.359-1.258l4.705-5.007a.433.433 0 0 1 .342-.148.516.516 0 0 1 .448.202zm5.685-2.59a2.083 2.083 0 0 0-.671.434 1.987 1.987 0 0 0-.452.644 1.945 1.945 0 0 0 0 1.54 1.987 1.987 0 0 0 .452.644 2.083 2.083 0 0 0 .671.434 2.186 2.186 0 0 0 1.604 0 2.08 2.08 0 0 0 .672-.434 2.003 2.003 0 0 0 .452-.644 1.95 1.95 0 0 0 0-1.54 2.003 2.003 0 0 0-.452-.644 2.08 2.08 0 0 0-.672-.434 2.186 2.186 0 0 0-1.604 0zm1.542 1.137a.98.98 0 0 1 .302.711.954.954 0 0 1-.302.703 1.028 1.028 0 0 1-.74.297 1.049 1.049 0 0 1-.402-.078.966.966 0 0 1-.33-.219.928.928 0 0 1-.228-.316.97.97 0 0 1 .228-1.098 1.026 1.026 0 0 1 .334-.215 1.076 1.076 0 0 1 .399-.074 1.065 1.065 0 0 1 .74.29z"
/>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13zM18.03 16h-.626v1.531h-.01c-.111-.2-.355-.355-.695-.355-.595 0-1.113.538-1.108 1.443 0 .832.468 1.381 1.057 1.381.36 0 .66-.189.807-.488h.01l.026.427h.559c-.01-.183-.02-.483-.02-.76V16zm-.626 2.768a.825.825 0 0 1-.02.2c-.06.294-.284.483-.538.483-.396 0-.62-.36-.62-.855 0-.504.224-.893.625-.893.284 0 .482.217.538.483.01.055.015.122.015.177v.405z" />
<path d="M14.375 16.2h.682v3.739h-.682z" />
</g>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import * as React from 'react'
import { TeamsProcessedSvgIconSpec } from '../types'

export default {
icon: ({ classes }) => (
<svg role="presentation" focusable="false" className={classes.svg} viewBox="8 8 16 16">
<g>
<path d="M20.5 8H15c-.4 0-.8.2-1.1.5l-3.5 4c-.3.3-.4.7-.4 1.1v9c0 .8.7 1.5 1.5 1.5h9c.8 0 1.5-.7 1.5-1.5v-13c0-.9-.7-1.6-1.5-1.6zM14 9.9V13h-2.7L14 9.9zm7 12.6c0 .3-.2.5-.5.5h-9c-.3 0-.5-.2-.5-.5V14h4V9h5.5c.3 0 .5.2.5.5v13zm-2.9-3.9c-.4 0-.8.1-1.1.2l-.5-.5-.1-.1-.3-.3c.5-1.1.6-1.8.2-2.2-.2-.3-.6-.3-.8-.2-.6.1-.8.7-.7 1.5.1.4.3.8.5 1.1 0 .1-.1.2-.1.3-.2.5-.3.9-.5 1.2-.3.1-.7.3-1 .4-.4.2-.8.4-1 .9-.1.2-.1.5.1.8.1.2.3.3.6.4h.1c.6 0 1.1-.6 1.2-.8.1-.2.3-.6.6-1.1.5-.2 1-.4 1.6-.5.2.2.4.4.7.5.4.3.9.4 1.3.2.2-.1.4-.2.6-.6.1-.3 0-.5-.1-.6-.4-.5-.8-.7-1.3-.6z" />
</g>
</svg>
),
styles: {},
} 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="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zM14 9.884V13h-2.732L14 9.884zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-9.008c0-.023.01-.044.014-.066V14H15V9h5.5a.5.5 0 0 1 .5.5v13zM14.84 16c-.481 0-.835.035-1.09.081v3.855h.707v-1.472c.093.017.215.023.348.023.504 0 .95-.133 1.235-.417.22-.21.336-.517.336-.888 0-.365-.15-.672-.383-.863-.249-.209-.631-.319-1.153-.319zm-.035 1.93a1.44 1.44 0 0 1-.348-.029V16.58a1.97 1.97 0 0 1 .412-.035c.493 0 .794.232.794.666 0 .459-.325.72-.858.72zm2.904.32c-.36-.128-.493-.215-.493-.395 0-.174.14-.296.395-.296.249 0 .475.093.597.163l.139-.505a1.656 1.656 0 0 0-.748-.168c-.655 0-1.067.389-1.067.887-.005.33.226.632.777.823.348.122.464.22.464.412 0 .185-.14.313-.452.313a1.59 1.59 0 0 1-.725-.203l-.139.516c.209.116.516.203.858.203.748 0 1.148-.377 1.148-.887-.006-.417-.244-.678-.754-.864z" />
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.777.156-1.083.463l-3.478 3.968c-.283.283-.439.66-.439 1.06V22.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5v-13c0-.827-.673-1.5-1.5-1.5zm-6.514 1.9V13h-2.718l2.718-3.1zM21 22.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V14h3.986V9.003c.005 0 .01-.003.014-.003h5.5a.5.5 0 0 1 .5.5v13zm-3.426-7.313h-2.648l-1.066.534-1.27 1.246 3.66 5.067 3.66-5.067-1.189-1.188-1.147-.591zm-2.5.626h2.352l.375.187-.375.188h-2.352L14.699 16l.375-.188zm.143 1h2.066l.516 1.375h-3.098l.516-1.375zm-1.155-.433l.547.274-.504 1.342-.696-.963.653-.653zm.633 2.433h3.11l-1.555 2.153-1.556-2.154zm3.7-.817l-.504-1.342.547-.274.653.653-.696.963z" />
</g>
</svg>
),
styles: {},
} 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="M20.5 8H15c-.4 0-.8.2-1.1.5l-3.5 4c-.3.3-.4.7-.4 1.1v9c0 .8.7 1.5 1.5 1.5h9c.8 0 1.5-.7 1.5-1.5v-13c0-.9-.7-1.6-1.5-1.6zM14 9.9V13h-2.7L14 9.9zm7 12.6c0 .3-.2.5-.5.5h-9c-.3 0-.5-.2-.5-.5V14h4V9h5.5c.3 0 .5.2.5.5v13zm-.8-6.9c0-.1-.1-.2-.2-.3l-2.9-1.2c-.1-.1-.3 0-.4 0-.1 0-.1.1-.1.1v4.6c-.4-.3-.9-.5-1.5-.5-1.1 0-2 .7-2 1.5s.9 1.5 2 1.5 2-.7 2-1.5v-3.9l1.3.5c.2.1.5.2.7.2.5 0 1-.3 1.2-.7-.1 0-.1-.2-.1-.3z" />
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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}>
<g>
<path d="M20.5 8H15c-.4 0-.8.2-1.1.5l-3.5 4c-.3.3-.4.7-.4 1.1v9c0 .8.7 1.5 1.5 1.5h9c.8 0 1.5-.7 1.5-1.5v-13c0-.9-.7-1.6-1.5-1.6zM14 9.9V13h-2.7L14 9.9zm7 12.6c0 .3-.2.5-.5.5h-9c-.3 0-.5-.2-.5-.5V14h4V9h5.5c.3 0 .5.2.5.5v13z" />
<path d="M12.5 16h7v1h-7zM12.5 18h7v1h-7zM12.5 20h4v1h-4z" />
</g>
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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}>
<circle cx="16.5" cy="20.985" r=".499" />
<circle cx="16.5" cy="18.99" r=".499" />
<circle cx="16.5" cy="16.996" r=".499" />
<path d="M17.977 13.759l-.727-3.635a.699.699 0 0 0-.26-.438.755.755 0 0 0-.482-.17.756.756 0 0 0-.483.17.699.699 0 0 0-.26.438l-.742 3.635a1.078 1.078 0 0 0-.023.245 1.488 1.488 0 0 0 .44 1.058c.136.137.294.244.474.321.18.078.375.117.586.117s.406-.039.586-.117a1.518 1.518 0 0 0 .797-.8 1.456 1.456 0 0 0 .094-.824zm-.94.771c-.15.148-.327.222-.531.222s-.382-.074-.532-.222a.714.714 0 0 1-.224-.526.71.71 0 0 1 .224-.532c.15-.144.327-.216.532-.216s.381.072.531.216a.71.71 0 0 1 .225.532.713.713 0 0 1-.225.526z" />
<path d="M21.456 8h-9.911C10.693 8 10 8.693 10 9.544v12.911c0 .852.693 1.545 1.544 1.545h9.911c.852 0 1.545-.693 1.545-1.544V9.544C23 8.693 22.307 8 21.456 8zM22 22.456c0 .3-.244.544-.544.544h-9.911a.545.545 0 0 1-.545-.544V9.544c0-.3.244-.544.544-.544h9.911c.3 0 .545.244.545.544v12.912z" />
</svg>
),
styles: {},
} as TeamsProcessedSvgIconSpec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ import chat from './chat'
import chevronDown from './chevronDown'
import close from './close'
import codeSnippet from './codeSnippet'
import filesAftereffects from './filesAftereffects'
import filesCode from './filesCode'
import filesEmpty from './filesEmpty'
import filesFlash from './filesFlash'
import filesGif from './filesGif'
import filesIllustrator from './filesIllustrator'
import filesImage from './filesImage'
import filesIndesign from './filesIndesign'
import filesPdf from './filesPdf'
import filesPhotoshop from './filesPhotoshop'
import filesSketch from './filesSketch'
import filesSound from './filesSound'
import filesTxt from './filesTxt'
import filesZip from './filesZip'
import download from './download'
import edit from './edit'
import email from './email'
Expand Down Expand Up @@ -109,6 +123,20 @@ export default {
'chevron-down': chevronDown,
close,
'code-snippet': codeSnippet,
'files-aftereffects': filesAftereffects,
'files-code': filesCode,
'files-empty': filesEmpty,
'files-flash': filesFlash,
'files-gif': filesGif,
'files-illustrator': filesIllustrator,
'files-image': filesImage,
'files-indesign': filesIndesign,
'files-pdf': filesPdf,
'files-photoshop': filesPhotoshop,
'files-sketch': filesSketch,
'files-sound': filesSound,
'files-txt': filesTxt,
'files-zip': filesZip,
download,
edit,
email,
Expand Down