refactor: minor code refactors and fixes, update packages
This commit is contained in:
@@ -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>
|
||||
`];
|
||||
`]
|
||||
|
||||
Reference in New Issue
Block a user