Skip to content

Commit

Permalink
Merge pull request #543 from influxdata/bucket-func-filter-icons
Browse files Browse the repository at this point in the history
Add funnel, bucket, and function icons
  • Loading branch information
alexpaxton authored Aug 24, 2020
2 parents 264d508 + 3f57b47 commit 5dbcb09
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### 2.3.5 (Unreleased)

- [#543](https://github.com/influxdata/clockface/pull/543): Add Funnel, Bucket, and Function icons to icon font
- [#541](https://github.com/influxdata/clockface/pull/541): Improve `testID` usability in `TreeNav` component

#### 2.3.4 (2020-08-17)
Expand Down
Binary file modified src/Styles/Fonts/icomoon.eot
Binary file not shown.
5 changes: 5 additions & 0 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.
23 changes: 19 additions & 4 deletions src/Styles/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
&.brush:before {
content: '\e93d';
}
&.bucket-outline:before {
content: '\e961';
}
&.bucket-solid:before {
content: '\e962';
}
&.calendar:before {
content: '\e938';
}
Expand Down Expand Up @@ -123,7 +129,7 @@
content: '\e93c';
}
&.cubo:before {
content: "\e95e";
content: '\e95e';
}
&.dash-f:before {
content: '\e927';
Expand Down Expand Up @@ -170,6 +176,15 @@
&.eye:before {
content: '\e91f';
}
&.fn:before {
content: '\e960';
}
&.funnel-outline:before {
content: '\e963';
}
&.funnel-solid:before {
content: '\e964';
}
&.github:before {
content: '\e928';
}
Expand Down Expand Up @@ -201,7 +216,7 @@
content: '\e954';
}
&.moon:before {
content: "\e95c";
content: '\e95c';
}
&.nav-chat:before {
content: '\e941';
Expand Down Expand Up @@ -267,7 +282,7 @@
content: '\e931';
}
&.sun:before {
content: "\e95d";
content: '\e95d';
}
&.text-block:before {
content: '\e911';
Expand All @@ -282,7 +297,7 @@
content: '\e95a';
}
&.upgrade:before {
content: "\e95f";
content: '\e95f';
}
&.user-add:before {
content: '\e907';
Expand Down
5 changes: 5 additions & 0 deletions src/Types/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,8 @@ export enum IconFont {
BellRinging = 'bell-ringing',
BellSolid = 'bell-solid',
Brush = 'brush',
BucketOutline = 'bucket-outline',
BucketSolid = 'bucket-solid',
Calendar = 'calendar',
Capacitor = 'capacitor2',
CaretDown = 'caret-down',
Expand Down Expand Up @@ -287,6 +289,9 @@ export enum IconFont {
ExpandB = 'expand-b',
Export = 'export',
Eye = 'eye',
Function = 'fn',
FunnelOutline = 'funnel-outline',
FunnelSolid = 'funnel-solid',
EyeClosed = 'eye-closed',
EyeOpen = 'eye-open',
GitHub = 'github',
Expand Down

0 comments on commit 5dbcb09

Please # to comment.