refactor: minor code refactors and fixes, update packages

This commit is contained in:
woothu
2020-03-19 14:09:01 +01:00
parent e1972c2cea
commit 0d2b619677
10 changed files with 575 additions and 671 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
// Example of SVG converted to js array, so it can be used with CIcon.
// the first argument is two last values of svg viewBox,
// the second argument is the SVG content stripped of SVG tags
export const logo = ['556 134',`
<g>
<g style="fill:#1bbd93;">
@@ -23,4 +26,4 @@ export const logo = ['556 134',`
</g>
</g>
</g>
`];
`]