diff --git a/.gitignore b/.gitignore index b4bb8107..649b19be 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ /static/fonts/museosans/ /storybook-static/ thumbs.db -.vscode \ No newline at end of file +.vscode +jsconfig.json \ No newline at end of file diff --git a/src/icons/Activity.js b/src/icons/Activity.js index 44761b3a..8eb643e8 100644 --- a/src/icons/Activity.js +++ b/src/icons/Activity.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/AngleDown.js b/src/icons/AngleDown.js index 5ee5f712..dc5928dd 100644 --- a/src/icons/AngleDown.js +++ b/src/icons/AngleDown.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/AngleLeft.js b/src/icons/AngleLeft.js index f973c06f..9bc3d76a 100644 --- a/src/icons/AngleLeft.js +++ b/src/icons/AngleLeft.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/ArrowDown.js b/src/icons/ArrowDown.js index 197bc15f..bf471aba 100644 --- a/src/icons/ArrowDown.js +++ b/src/icons/ArrowDown.js @@ -2,12 +2,16 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/ArrowUp.js b/src/icons/ArrowUp.js index c44bb480..2699f48d 100644 --- a/src/icons/ArrowUp.js +++ b/src/icons/ArrowUp.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Bottom.js b/src/icons/Bottom.js index cc14334a..e693b4e6 100644 --- a/src/icons/Bottom.js +++ b/src/icons/Bottom.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Check.js b/src/icons/Check.js index 3469002b..2225a5ff 100644 --- a/src/icons/Check.js +++ b/src/icons/Check.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/CheckCircle.js b/src/icons/CheckCircle.js index 429f39f3..16035966 100644 --- a/src/icons/CheckCircle.js +++ b/src/icons/CheckCircle.js @@ -2,11 +2,14 @@ import React from 'react' +const path = ( + +) export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/ChevronRight.js b/src/icons/ChevronRight.js index dfbeb5b6..67ea387e 100644 --- a/src/icons/ChevronRight.js +++ b/src/icons/ChevronRight.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Clock.js b/src/icons/Clock.js index c3a4a508..2d90d56a 100644 --- a/src/icons/Clock.js +++ b/src/icons/Clock.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Controls.js b/src/icons/Controls.js index 911ed92c..d4230ee5 100644 --- a/src/icons/Controls.js +++ b/src/icons/Controls.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Copy.js b/src/icons/Copy.js index 61777f5a..5f48150a 100644 --- a/src/icons/Copy.js +++ b/src/icons/Copy.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Cross.js b/src/icons/Cross.js index 98840d0b..587d06be 100644 --- a/src/icons/Cross.js +++ b/src/icons/Cross.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Currencies.js b/src/icons/Currencies.js index 6447551e..58f168b7 100644 --- a/src/icons/Currencies.js +++ b/src/icons/Currencies.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Devices.js b/src/icons/Devices.js index eaa93e4b..5c42a7f8 100644 --- a/src/icons/Devices.js +++ b/src/icons/Devices.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Display.js b/src/icons/Display.js index 0251d1e4..c0dd7402 100644 --- a/src/icons/Display.js +++ b/src/icons/Display.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Edit.js b/src/icons/Edit.js index 4d558d3f..f9660886 100644 --- a/src/icons/Edit.js +++ b/src/icons/Edit.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/ExclamationCircle.js b/src/icons/ExclamationCircle.js index 09ccc5b6..eb348cd0 100644 --- a/src/icons/ExclamationCircle.js +++ b/src/icons/ExclamationCircle.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/ExclamationCircleThin.js b/src/icons/ExclamationCircleThin.js index bcf42b38..57593b3e 100644 --- a/src/icons/ExclamationCircleThin.js +++ b/src/icons/ExclamationCircleThin.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/ExternalLink.js b/src/icons/ExternalLink.js index fb368eaf..f82c70a1 100644 --- a/src/icons/ExternalLink.js +++ b/src/icons/ExternalLink.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Eye.js b/src/icons/Eye.js index be34ea19..4f73e26c 100644 --- a/src/icons/Eye.js +++ b/src/icons/Eye.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Help.js b/src/icons/Help.js index ca30247f..e3f2251d 100644 --- a/src/icons/Help.js +++ b/src/icons/Help.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/InfoCircle.js b/src/icons/InfoCircle.js index d845a5a6..851171d4 100644 --- a/src/icons/InfoCircle.js +++ b/src/icons/InfoCircle.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Loader.js b/src/icons/Loader.js index 71e1f341..eb63088e 100644 --- a/src/icons/Loader.js +++ b/src/icons/Loader.js @@ -2,8 +2,12 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Lock.js b/src/icons/Lock.js index f8633faf..95a38881 100644 --- a/src/icons/Lock.js +++ b/src/icons/Lock.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/LockScreen.js b/src/icons/LockScreen.js index 3d3d3ebb..6c6fa0f4 100644 --- a/src/icons/LockScreen.js +++ b/src/icons/LockScreen.js @@ -4,39 +4,47 @@ import React from 'react' +const defs = ( + + + + + + + + + + + +) + +const group = ( + + + + + + +) + export default ({ size, ...p }: { size: number }) => ( - - - - - - - - - - - - - - - - - + {defs} + {group} ) diff --git a/src/icons/Manager.js b/src/icons/Manager.js index 08792a60..b814f70d 100644 --- a/src/icons/Manager.js +++ b/src/icons/Manager.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/PieChart.js b/src/icons/PieChart.js index 14405c66..9cfa1729 100644 --- a/src/icons/PieChart.js +++ b/src/icons/PieChart.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Plus.js b/src/icons/Plus.js index b0fb2b2f..79cf3919 100644 --- a/src/icons/Plus.js +++ b/src/icons/Plus.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Print.js b/src/icons/Print.js index 551b969e..78720126 100644 --- a/src/icons/Print.js +++ b/src/icons/Print.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/QrCode.js b/src/icons/QrCode.js index 91a4ffdb..10e9d53f 100644 --- a/src/icons/QrCode.js +++ b/src/icons/QrCode.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Receive.js b/src/icons/Receive.js index dc96dbbc..34563197 100644 --- a/src/icons/Receive.js +++ b/src/icons/Receive.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Search.js b/src/icons/Search.js index 19ddc9e6..bd7e970c 100644 --- a/src/icons/Search.js +++ b/src/icons/Search.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Send.js b/src/icons/Send.js index 10670e5d..b96d21ed 100644 --- a/src/icons/Send.js +++ b/src/icons/Send.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Settings.js b/src/icons/Settings.js index dd2be066..52bc4a83 100644 --- a/src/icons/Settings.js +++ b/src/icons/Settings.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Share.js b/src/icons/Share.js index a25e1ee1..dbc34c2b 100644 --- a/src/icons/Share.js +++ b/src/icons/Share.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Shield.js b/src/icons/Shield.js index 8ce93f98..bdb7207f 100644 --- a/src/icons/Shield.js +++ b/src/icons/Shield.js @@ -2,48 +2,56 @@ import React from 'react' -export default (p: Object) => ( - - - - - - - - - - - - + + + + - - - - - - + + + + + + + +) + +const group = ( + + + + + +) + +export default (p: Object) => ( + + {defs} + {group} ) diff --git a/src/icons/Top.js b/src/icons/Top.js index 68c48884..764958d3 100644 --- a/src/icons/Top.js +++ b/src/icons/Top.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/Usb.js b/src/icons/Usb.js index 993fed96..728431ad 100644 --- a/src/icons/Usb.js +++ b/src/icons/Usb.js @@ -2,13 +2,17 @@ import React from 'react' +const group = ( + + + + + + +) + export default ({ size, ...p }: { size: number }) => ( - - - - - - + {group} ) diff --git a/src/icons/User.js b/src/icons/User.js index f628f52b..bda4e989 100644 --- a/src/icons/User.js +++ b/src/icons/User.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/device/Blue.js b/src/icons/device/Blue.js index 117f77fe..725f0f58 100644 --- a/src/icons/device/Blue.js +++ b/src/icons/device/Blue.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} ) diff --git a/src/icons/device/NanoS.js b/src/icons/device/NanoS.js index f0b642e0..3b2f6a19 100644 --- a/src/icons/device/NanoS.js +++ b/src/icons/device/NanoS.js @@ -2,11 +2,15 @@ import React from 'react' +const path = ( + +) + export default ({ size, ...p }: { size: number }) => ( - + {path} )