HomePhabricator
Diffusion Comm ef2af367a139

[native] Replace `cloud-filled` icon in `CommunityPill` with `CommIcon`

Description

[native] Replace cloud-filled icon in CommunityPill with CommIcon

Summary:
Searched through codebase for usages of the cloud-filled icon and found one instance in the CommunityPill component.

Swapped out the SWMansionIcon component for the CommIcon component.

Why did the size change?

I believe it's because there was additional space/padding around the previous cloud-filled icon that made it appear smaller than it actually was. Will double check this once I get to re-creating the SWMansionIcon pack with all of the provided icons and without the custom Comm ones.

NOTE: Going to create individual diffs for all usages of each icon for CommIcons to make the before/after clear. There are only 6 custom CommIcons so this shouldn't produce too much spam.

On the other hand going to do all of the SWMansion icons together in one go.

Test Plan:
Before:

Simulator Screen Shot - iPhone 12 - 2022-08-15 at 16.01.05.png (2×1 px, 193 KB)

After:

Simulator Screen Shot - iPhone 12 - 2022-08-15 at 16.22.53.png (2×1 px, 193 KB)

Reviewers: jacek, tomek, abosh, varun

Reviewed By: abosh, varun

Subscribers: ashoat, adrian

Differential Revision: https://phab.comm.dev/D4839

Details