Skip to content

Commit

Permalink
refactor: turn logos extensions from svg to js
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed May 27, 2020
1 parent 75138b0 commit 8c0deee
Show file tree
Hide file tree
Showing 12 changed files with 83 additions and 127 deletions.
9 changes: 9 additions & 0 deletions src/assets/icons/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { sygnet } from './sygnet'
import { logo } from './logo'
import { logoNegative } from './logo-negative'

export {
sygnet,
logo,
logoNegative
}
30 changes: 30 additions & 0 deletions src/assets/icons/logo-negative.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c0deee

Please sign in to comment.