Skip to content

Commit

Permalink
feat: Added Sync Icon for QX (#828)
Browse files Browse the repository at this point in the history
* feat: added new icon

* chore: updated versinong
  • Loading branch information
brandenTenbrink authored Aug 25, 2022
1 parent a8a7005 commit be4708c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 6.3.0 (2022-08-24)

- [828](https://github.com/influxdata/clockface/pull/828): Added a Sync Icon to the Icon set

### 6.2.0 (2022-08-24)

- [814](https://github.com/influxdata/clockface/pull/814): Added Collapse functionality to the Draggable Resizer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@influxdata/clockface",
"version": "6.2.0",
"version": "6.3.0",
"license": "MIT",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down
Binary file modified src/Styles/Fonts/icomoon.eot
Binary file not shown.
5 changes: 3 additions & 2 deletions src/Styles/Fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/Styles/Fonts/icomoon.ttf
Binary file not shown.
Binary file modified src/Styles/Fonts/icomoon.woff
Binary file not shown.
Binary file modified src/Styles/Fonts/icomoon.woff2
Binary file not shown.
3 changes: 3 additions & 0 deletions src/Styles/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
&.CurrencyDollar:before {
content: '\e952';
}
&.Sync:before {
content: "\e955";
}
&.Subtract:before {
content: '\e953';
}
Expand Down
1 change: 1 addition & 0 deletions src/Types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ export enum IconFont {
Subscribe = 'Subscribe',
Subtract = 'Subtract',
Switch_New = 'Switch_New',
Sync = 'Sync',
Timer = 'Timer',
Text_New = 'Text_New',
Trash_New = 'Trash_New',
Expand Down

0 comments on commit be4708c

Please sign in to comment.