Skip to content

Commit

Permalink
feat(uikit): add user-headset icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-a-young committed Sep 15, 2022
1 parent 406cd6c commit a07c75f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@

## Supported Browsers

- Google Chrome > 2% market share
- Mozilla Firefox > 2% market share
- Google Chrome
- Mozilla Firefox
- Microsoft Edge
- Internet Explorer 11+ (Internet Explorer will no longer be supported starting August 21st, 2021)

## Installation

Expand Down Expand Up @@ -54,7 +53,9 @@ Availity uses [Fontello](http://fontello.com/) to manage icon fonts. Our [font c
- Upload configuration to [Fontello](http://fontello.com/)
- After making changes, download zip and extract `font` folder into the uikit [font](./packages/uikit/fonts/)
- Replace the [font configuration](./packages/uikit/fonts/config.json) with the new one
- `npm run updateFonts` and commit changes
- `yarn update-fonts` and commit changes

You can find more information on this process [here](https://github.com/fontello/fontello/wiki/How-to-save-and-load-projects)

## Contributing

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"test": "echo \"Error: no test specified\" && exit 0",
"release": "npm run lint && sh ./scripts/release.sh",
"remove-locks": "find . -type f -name 'package-lock.json' -delete",
"nuke": "yarn remove-locks && yarn clean && rm -rf ./node_modules"
"nuke": "yarn remove-locks && yarn clean && rm -rf ./node_modules",
"update-fonts": "node scripts/updateFont.js"
},
"repository": {
"type": "git",
Expand Down
Binary file modified packages/uikit/fonts/availity-icon-font.eot
Binary file not shown.
2 changes: 2 additions & 0 deletions packages/uikit/fonts/availity-icon-font.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 packages/uikit/fonts/availity-icon-font.ttf
Binary file not shown.
Binary file modified packages/uikit/fonts/availity-icon-font.woff
Binary file not shown.
Binary file modified packages/uikit/fonts/availity-icon-font.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/uikit/fonts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2655,7 +2655,7 @@
"css": "user-headset",
"code": 59580,
"src": "custom_icons",
"selected": false,
"selected": true,
"svg": {
"path": "M625 687.5H579.9A340 340 0 0 1 295.1 687.5H250A250 250 0 0 0 0 937.5 62.5 62.5 0 0 0 62.5 1000H812.5A62.5 62.5 0 0 0 875 937.5 250 250 0 0 0 625 687.5ZM93.8 437.5A31.3 31.3 0 0 0 125 406.3V375C125 202.7 265.2 62.5 437.5 62.5S750 202.7 750 375V406.3A156.4 156.4 0 0 1 593.8 562.5H531.3A62.5 62.5 0 0 0 468.8 500H406.3A62.5 62.5 0 0 0 406.3 625H593.8A219 219 0 0 0 812.5 406.3V375C812.5 168.2 644.3 0 437.5 0S62.5 168.2 62.5 375V406.3A31.3 31.3 0 0 0 93.8 437.5ZM406.3 437.5H468.8A125 125 0 0 1 577 500H593.8A93.8 93.8 0 0 0 687.5 406.3V375A250 250 0 0 0 187.5 375C187.5 453.9 224.8 523.4 281.9 569.3 281.8 567 281.3 564.8 281.3 562.5A125.1 125.1 0 0 1 406.3 437.5Z",
"width": 875
Expand Down
3 changes: 2 additions & 1 deletion packages/uikit/scss/_icon_variables.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$availity-icon-font: 'availity-icon-font';
$availity-css-prefix: 'icon';
$availity-font-timestamp: '1541434035263';
$availity-font-timestamp: '1663273054359';
$availity-icons: (
home: '\e800',
terminal: '\e801',
Expand Down Expand Up @@ -179,6 +179,7 @@ $availity-icons: (
extinguisher: '\e8b8',
database: '\e8b9',
android: '\e8bb',
user-headset: '\e8bc',
paste: '\e8cf',
draw-chart: '\e8d0',
user-plus: '\e8d1',
Expand Down

0 comments on commit a07c75f

Please sign in to comment.