diff --git a/src/components/Icons/CheckIcon.style.tsx b/src/components/Icons/CheckIcon.style.tsx deleted file mode 100644 index 5b7d1ac..0000000 --- a/src/components/Icons/CheckIcon.style.tsx +++ /dev/null @@ -1,6 +0,0 @@ -import styled from "styled-components"; - -export const StyledCheckIcon = styled.svg` - fill: var(--app-background); - cursor: pointer; -`; diff --git a/src/components/Icons/CheckIcon.tsx b/src/components/Icons/CheckIcon.tsx deleted file mode 100644 index 77e5206..0000000 --- a/src/components/Icons/CheckIcon.tsx +++ /dev/null @@ -1,21 +0,0 @@ -// import { StyledCheckIcon } from "./CheckIcon.style"; - -// export default function CheckIcon() { -// return ( -// -// -// -// ); -// } - - -import iconCheck from "../../assets/images/icon-check.svg"; - -const CheckIcon = iconCheck; - -export default CheckIcon; diff --git a/src/components/Inputs/Checkbox.style.tsx b/src/components/Inputs/Checkbox.style.tsx index 48b2110..6c4b997 100644 --- a/src/components/Inputs/Checkbox.style.tsx +++ b/src/components/Inputs/Checkbox.style.tsx @@ -1,6 +1,5 @@ import styled from "styled-components"; import CheckIcon from "/icon-check.svg"; -// import CheckIcon from "../Icons/CheckIcon"; export const CheckboxContainer = styled.div` width: 100%;