Skip to content

Commit

Permalink
Add icons from flatICons
Browse files Browse the repository at this point in the history
  • Loading branch information
Benevanio committed Jan 11, 2023
1 parent 083ef8f commit e0486e6
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
Binary file removed src/assets/AI.jpg
Binary file not shown.
Binary file removed src/assets/Logo.png
Binary file not shown.
Binary file added src/assets/atlassian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/dropbox-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/google.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/shopify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/slack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/components/brand/importsimgs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import google from '../../assets/google.png';
import Slack from '../../assets/slack.png';

import Atlassian from '../../assets/atlassian.png';
import DropBox from '../../assets/dropbox-logo.png';
import Shopify from '../../assets/shopify.png';

export {
google,
Slack,
Atlassian,
DropBox,
Shopify
}

0 comments on commit e0486e6

Please sign in to comment.