Skip to content

Commit

Permalink
[IOAPPFD0-205] Remove unused legacy icons (#174)
Browse files Browse the repository at this point in the history
## Short description
This PR removes some unused legacy icons from the icon set

## List of changes proposed in this pull request
- Remove the following icons:
  - `profileAlt`
  - `profileFilled`
  - `doc`
  - `docAgree`
  - `docSign`

## How to test
1. Launch the example app
2. Go to the **Icons** page
  • Loading branch information
dmnplb authored Jan 3, 2024
1 parent cda96e3 commit 25f60c0
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 166 deletions.
10 changes: 0 additions & 10 deletions src/components/icons/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { IOColors } from "../../core/IOColors";
import IconAbacus from "./svg/IconAbacus";
import IconAdd from "./svg/IconAdd";
import IconAddSmall from "./svg/IconAddSmall";
import IconAgreement from "./svg/IconAgreement";
import IconAmount from "./svg/IconAmount";
import IconAnalytics from "./svg/IconAnalytics";
import IconArchive from "./svg/IconArchive";
Expand Down Expand Up @@ -65,10 +64,8 @@ import IconDisabilityCard from "./svg/IconDisabilityCard";
import IconDocGiacenza from "./svg/IconDocGiacenza";
import IconDocPaymentCode from "./svg/IconDocPaymentCode";
import IconDocPaymentTitle from "./svg/IconDocPaymentTitle";
import IconDocument from "./svg/IconDocument";
import IconDocumentAttachment from "./svg/IconDocumentAttachment";
import IconDocumentAttachmentPDF from "./svg/IconDocumentAttachmentPDF";
import IconDocumentSign from "./svg/IconDocumentSign";
import IconDotMenu from "./svg/IconDotMenu";
import IconDriverLicense from "./svg/IconDriverLicense";
import IconEdit from "./svg/IconEdit";
Expand Down Expand Up @@ -152,8 +149,6 @@ import IconProductIOApp from "./svg/IconProductIOApp";
import IconProductIOAppBlueBg from "./svg/IconProductIOAppBlueBg";
import IconProductPagoPA from "./svg/IconProductPagoPA";
import IconProfile from "./svg/IconProfile";
import IconProfileAlt from "./svg/IconProfileAlt";
import IconProfileFilled from "./svg/IconProfileFilled";
import IconQrCode from "./svg/IconQrCode";
import IconQuestion from "./svg/IconQuestion";
import IconRead from "./svg/IconRead";
Expand Down Expand Up @@ -237,9 +232,6 @@ export const IOIcons = {
archiveFilled: IconArchiveFilled,
inbox: IconInboxEmpty,
inboxFilled: IconInboxFilled,
doc: IconDocument,
docSign: IconDocumentSign,
docAgree: IconAgreement,
security: IconSecurity,
option: IconOption,
key: IconKey,
Expand Down Expand Up @@ -289,8 +281,6 @@ export const IOIcons = {
trashcan: IconTrashcan,
calendar: IconCalendar,
profile: IconProfile,
profileFilled: IconProfileFilled,
profileAlt: IconProfileAlt,
familySharing: IconFamilySharing,
lightbulb: IconLightbulb,
magicWand: IconMagicWand,
Expand Down
18 changes: 0 additions & 18 deletions src/components/icons/svg/IconAgreement.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions src/components/icons/svg/IconDocument.tsx

This file was deleted.

30 changes: 0 additions & 30 deletions src/components/icons/svg/IconDocumentSign.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions src/components/icons/svg/IconProfileAlt.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/components/icons/svg/IconProfileFilled.tsx

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/icons/svg/originals/IconAgreement.svg

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/icons/svg/originals/IconDocument.svg

This file was deleted.

22 changes: 0 additions & 22 deletions src/components/icons/svg/originals/IconDocumentSign.svg

This file was deleted.

6 changes: 0 additions & 6 deletions src/components/icons/svg/originals/IconProfileAlt.svg

This file was deleted.

8 changes: 0 additions & 8 deletions src/components/icons/svg/originals/IconProfileFilled.svg

This file was deleted.

0 comments on commit 25f60c0

Please sign in to comment.