Skip to content

Commit

Permalink
feat(icon): add pause
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Thompson committed Aug 25, 2021
1 parent c9047d1 commit 63c6eaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Object {
"money_bag": "\\\\e974",
"none": "",
"old_warning": "\\\\e924",
"pause": "\\\\e96d",
"pause_circle": "\\\\e96b",
"pdf": "\\\\e91f",
"people": "\\\\e93b",
Expand Down
1 change: 1 addition & 0 deletions src/components/icon/icon-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ export const ICONS = [
"minus_large",
"mobile",
"money_bag",
"pause",
"pause_circle",
"pdf",
"people",
Expand Down
2 changes: 1 addition & 1 deletion src/components/icon/icon-unicodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const actions = {
hide: "\\e998",
video: "\\e95e",
play: "\\e95f",

pause: "\\e96d",
play_circle: "\\e96c",
pause_circle: "\\e96b",
scan: "\\e96e",
Expand Down
1 change: 1 addition & 0 deletions src/components/icon/icon.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export type IconType =
| "minus_large"
| "mobile"
| "money_bag"
| "pause"
| "pause_circle"
| "pdf"
| "people"
Expand Down

0 comments on commit 63c6eaf

Please sign in to comment.