Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new icon svgs #522

Merged
merged 1 commit into from May 14, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@

### Minor

- Icon: Add new icon of `ads-stats` and `ads-overview` (#522)
- IconButton: Add new `disabled` prop and stylings to `IconButton` component (#521)

### Patch
Expand Down Expand Up @@ -44,7 +45,6 @@
- TextArea/TextField/SelectList: cleanup components and remove gDSFP (#503)
- Upgrade React version to [16.8.5](https://github.com/facebook/react/releases/tag/v16.8.5) (#504)


## 0.93.0 (March 13, 2019)

- Mask: add new prop `willChangeTransform` default true which can turn off `willChange:transform` property in CSS (#494)
Expand Down
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/ads-overview.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/gestalt/src/icons/ads-stats.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/gestalt/src/icons/index.js
Expand Up @@ -4,6 +4,8 @@ import add from './add.svg';
import addCircle from './add-circle.svg';
import addPin from './add-pin.svg';
import adGroup from './ad-group.svg';
import adsStats from './ads-stats.svg';
import adsOverview from './ads-overview.svg';
import alert from './alert.svg';
import alignBottom from './align-bottom.svg';
import alignBottomCenter from './align-bottom-center.svg';
Expand Down Expand Up @@ -147,6 +149,8 @@ export default {
add,
'add-circle': addCircle,
'add-pin': addPin,
'ads-stats': adsStats,
'ads-overview': adsOverview,
alert,
'align-bottom-center': alignBottomCenter,
'align-bottom-left': alignBottomLeft,
Expand Down