Skip to content

Commit

Permalink
feat(modern auth): added new icon and styled page based on figma
Browse files Browse the repository at this point in the history
  • Loading branch information
milan-bc committed Sep 21, 2020
1 parent 41d1a52 commit 5fa7ab9
Show file tree
Hide file tree
Showing 36 changed files with 1,608 additions and 757 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"npm": {
"publish": false
}
}
}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"favicons-webpack-plugin": "3.0.1",
"file-loader": "6.0.0",
"fork-ts-checker-webpack-plugin": "5.0.11",
"futoin-hkdf": "1.3.2",
"generate-changelog": "1.8.0",
"hoist-non-react-statics": "3.3.2",
"html-replace-webpack-plugin": "2.5.6",
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2382,6 +2382,27 @@
"setIdx": 0,
"setId": 3,
"iconIdx": 0
},
{
"icon": {
"paths": [
"M139.636 279.273v124.121c0 8.569 6.946 15.515 15.515 15.515s15.515-6.946 15.515-15.515v-124.121c0-59.982 48.624-108.606 108.606-108.606h124.121c8.569 0 15.515-6.946 15.515-15.515s-6.946-15.515-15.515-15.515h-124.121c-77.119 0-139.636 62.518-139.636 139.636zM605.091 155.151c0 8.569 6.949 15.515 15.514 15.515h124.123c59.983 0 108.605 48.624 108.605 108.606v124.121c0 8.569 6.949 15.515 15.518 15.515 8.564 0 15.514-6.946 15.514-15.515v-124.121c0-77.119-62.515-139.636-139.636-139.636h-124.123c-8.564 0-15.514 6.946-15.514 15.515zM155.151 605.091c-8.569 0-15.515 6.949-15.515 15.514v124.123c0 77.121 62.518 139.636 139.636 139.636h124.121c8.569 0 15.515-6.949 15.515-15.514 0-8.569-6.946-15.518-15.515-15.518h-124.121c-59.982 0-108.606-48.621-108.606-108.605v-124.123c0-8.564-6.946-15.514-15.515-15.514zM868.85 605.091c-8.569 0-15.518 6.949-15.518 15.514v124.123c0 59.983-48.621 108.605-108.605 108.605h-124.123c-8.564 0-15.514 6.949-15.514 15.518 0 8.564 6.949 15.514 15.514 15.514h124.123c77.121 0 139.636-62.515 139.636-139.636v-124.123c0-8.564-6.949-15.514-15.514-15.514zM543.032 543.032v217.209h31.027v-124.118h62.064v31.027h124.118v-124.118h-31.027v62.059h-62.064v-62.059h-124.118zM667.15 698.182h-62.059v62.059h62.059v-62.059zM698.182 760.241v-62.059h62.059c0 34.276-27.783 62.059-62.059 62.059zM325.818 325.818v93.091h93.091v-93.091h-93.091zM263.758 325.818c0-34.275 27.785-62.060 62.060-62.060h155.15v217.21h-217.21v-155.15zM325.818 605.091h93.091v93.091h-93.091v-93.091zM263.758 698.182c0 34.276 27.785 62.059 62.060 62.059h155.15v-217.209h-217.21v155.15zM698.182 325.818h-93.091v93.091h93.091v-93.091zM698.182 263.758c34.276 0 62.059 27.785 62.059 62.060v155.15h-217.209v-217.21h155.15z"
],
"attrs": [],
"grid": 0,
"tags": ["QR Camera"]
},
"attrs": [],
"properties": {
"order": 2,
"id": 107,
"name": "qr-camera",
"prevSize": 32,
"code": 59730
},
"setIdx": 0,
"setId": 3,
"iconIdx": 0
}
],
"height": 1024,
Expand Down
1 change: 1 addition & 0 deletions packages/blockchain-info-components/src/Icons/Icomoon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const IcoMoon = {
'qr-code': '\\e946',
'question-in-circle': '\\e96e',
'question-in-circle-filled': '\\e909',
'qr-camera': '\\e952',
refresh: '\\e90a',
request: '\\e912',
send: '\\e925',
Expand Down

0 comments on commit 5fa7ab9

Please sign in to comment.