Skip to content

Removed heroicon, replaced with fa6 icons - #577

Open
zoe2276 wants to merge 1 commit into
Progressive-Victory:devfrom
notrobot23:task/526/deprecate-heroicons
Open

Removed heroicon, replaced with fa6 icons#577
zoe2276 wants to merge 1 commit into
Progressive-Victory:devfrom
notrobot23:task/526/deprecate-heroicons

Conversation

@zoe2276

@zoe2276 zoe2276 commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Thank you for your work! Please fill out this template as a comment on this PR and notify me when that is completed.

# (Bug|Feature|Task)/(Issue ID)

## Description

(Describe your changes to the code, and why you're making them.)

## Details

What is your discord username?

- (Answer here)

Please link to the related github issue:

- (Answer here)

Do your changes impact anything else?

- (Answer here)

Any extra notes:

- (OPTIONAL: Answer here)

Switched to fa6 icons wherever heroicons were used previously.
@vercel

vercel Bot commented Sep 3, 2026

Copy link
Copy Markdown

@notrobot23 is attempting to deploy a commit to the PV Team on Vercel.

A member of the Team first needs to authorize it.

@notrobot23

Copy link
Copy Markdown

[Chore]: Deprecate heroicons/#526

Description

Removed all icons on the website that were from the hero icon package, and replaced each icon with a reasonable fa6-sourced equivalent. Removed the Heroicons package as requested.

Details

What is your discord username?
mcdonald

Please link to the related github issue:
#526
Do your changes impact anything else?

No

@zoe2276 zoe2276 left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i can't approve this because it's mine ): but yeah it looks good, a lot of the icons are much thicker than the heroicons variants. if you don't mind, can you add some more side-by-sides? specifically for the tweet card, cake, calendar, and plus/minus icons? those ones are the ones i noticed the biggest difference on and i think benj needs to sign off on those changes directly.

</Suspense>
<div className={styles.footer}>
<InformationCircleIcon className={styles.infoIcon} />
<FaCircleInfo className={styles.infoIcon} />

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may wanna check out the styles on this one; the other use of this icon is fine but this one seems a little off

before:
Image

after:
Image

import { cn } from '@/util'
import { useInit } from '@/util/hooks'
import { CalendarIcon } from '@heroicons/react/24/solid'
import { FaCalendar } from 'react-icons/fa6'

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: FaRegCalendar is closer to the original

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will switch now, thanks for the feedback

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note for us: no uses of this one to validate against

@zoe2276 zoe2276 linked an issue Sep 5, 2026 that may be closed by this pull request
@zoe2276
zoe2276 marked this pull request as ready for review September 5, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Chore]: Deprecate heroicons

2 participants