Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added icons #108

Merged
merged 1 commit into from
Dec 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions frontend/src/assets/images/images.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// COP Icons
import CopIconData from "./svgs/cop-icon-datascience.svg";
import CopIconEngineering from "./svgs/cop-icon-engineering.svg";
import CopIconOps from "./svgs/cop-icon-ops.svg";
import CopIconProduct from "./svgs/cop-icon-product.svg";
import CopIconUiux from "./svgs/cop-icon-uiux.svg";

// Icons
import IconDownArrow from "./svgs/icon-down-arrow.svg";
import IconHamburgerMenu from "./svgs/icon-hamburger-menu.svg";
import IconX from "./svgs/icon-x.svg";

// CTJ Logos
import LogoHorizontal from "./svgs/logo-horizontal.svg";
import LogoMark from "./svgs/logo-logomark.svg";
import LogoStacked from "./svgs/logo-stacked.svg";
import LogoType from "./svgs/logo-logotype.svg";
import LogoVertical from "./svgs/logo-vertical.svg";
import LogoWordmark from "./svgs/logo-wordmark.svg";

export {
// COP Icons
CopIconData,
CopIconEngineering,
CopIconOps,
CopIconProduct,
CopIconUiux,
// Icons
IconDownArrow,
IconHamburgerMenu,
IconX,
// CTJ Logos
LogoHorizontal,
LogoMark,
LogoStacked,
LogoType,
LogoVertical,
LogoWordmark,
};
16 changes: 16 additions & 0 deletions frontend/src/assets/images/svgs/cop-icon-datascience.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions frontend/src/assets/images/svgs/cop-icon-engineering.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions frontend/src/assets/images/svgs/cop-icon-ops.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading