Skip to content

Conversation

@jpmarra
Copy link
Contributor

@jpmarra jpmarra commented Aug 24, 2022

WHY are these changes introduced?

Icon description
With the KYC regulations we will need to ask more merchants to upload ID documents for identity verification, this icon is meant to be used in the pre-flight step that let merchant know about the coming steps and what might be required from them to complete setup. For future use, this icon can be used in other places where uploading an ID document is required.

Fixes #7009

WHAT is this pull request doing?

This is an icon that will be used for ID document upload for identity verification to onboard to Shopify Payments and other Shopify money products like capital.

@jpmarra jpmarra added the Icon Polaris iconography label Aug 24, 2022
@jpmarra jpmarra requested a review from kyledurand August 24, 2022 20:50
@jpmarra jpmarra self-assigned this Aug 24, 2022
@jpmarra
Copy link
Contributor Author

jpmarra commented Aug 24, 2022

@kyledurand I think that icon is the old version. @FaycalSabaou put this updated SVG into the issue:

<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 2C0.895431 2 0 2.89543 0 4V15.3846C0 16.4892 0.895431 17.3846 2 17.3846H18C19.1046 17.3846 20 16.4892 20 15.3846V4C20 2.89543 19.1046 2 18 2H2ZM6.92308 7.76923C6.92308 8.6189 6.23428 9.30769 5.38462 9.30769C4.53495 9.30769 3.84615 8.6189 3.84615 7.76923C3.84615 6.91956 4.53495 6.23077 5.38462 6.23077C6.23428 6.23077 6.92308 6.91956 6.92308 7.76923ZM3.46154 13.1538C2.82429 13.1538 2.30769 12.6373 2.30769 12C2.30769 11.3627 2.88462 10.0769 5.38462 10.0769C7.88462 10.0769 8.46154 11.3627 8.46154 12C8.46154 12.6373 7.94494 13.1538 7.30769 13.1538H3.46154ZM10.7693 6.61538C10.7693 6.19055 11.1137 5.84615 11.5385 5.84615H16.9231C17.348 5.84615 17.6924 6.19055 17.6924 6.61538C17.6924 7.04022 17.348 7.38462 16.9231 7.38462H11.5385C11.1137 7.38462 10.7693 7.04022 10.7693 6.61538ZM10.7692 9.6923C10.7692 9.26747 11.1136 8.92307 11.5385 8.92307H16.9231C17.3479 8.92307 17.6923 9.26747 17.6923 9.6923C17.6923 10.1171 17.3479 10.4615 16.9231 10.4615H11.5385C11.1136 10.4615 10.7692 10.1171 10.7692 9.6923ZM11.5385 12C11.1136 12 10.7692 12.3444 10.7692 12.7692C10.7692 13.1941 11.1136 13.5385 11.5385 13.5385H15.3846C15.8095 13.5385 16.1538 13.1941 16.1538 12.7692C16.1538 12.3444 15.8095 12 15.3846 12H11.5385Z" fill="#5C5F62"/>
</svg>

@kyledurand kyledurand requested a review from sarahill August 25, 2022 15:02
Copy link
Contributor

@sarahill sarahill left a comment

Choose a reason for hiding this comment

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

@kyledurand kyledurand merged commit 1e0645f into main Aug 26, 2022
@kyledurand kyledurand deleted the add-identity-card branch August 26, 2022 19:30
@ghost
Copy link

ghost commented Aug 26, 2022

🎉 Thanks for your contribution to Polaris!

@github-actions github-actions bot mentioned this pull request Aug 26, 2022
nickpresta pushed a commit that referenced this pull request Aug 31, 2022
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.


# Releases
## @shopify/polaris-icons@6.0.0

### Major Changes

-   [#7012](#7012) [`bd00ef4ed`](bd00ef4) Thanks [@leileu](https://github.com/leileu)! - Adding Metafields icon to polaris

### Minor Changes

-   [#7013](#7013) [`1e0645f33`](1e0645f) Thanks [@jpmarra](https://github.com/jpmarra)! - Added IdentityCard icon


-   [#7028](#7028) [`635bcfeb7`](635bcfe) Thanks [@joelzwarrington](https://github.com/joelzwarrington)! - add vertical viewport icon variations

## @shopify/polaris@10.1.0

### Minor Changes

-   [#6976](#6976) [`ae7345f0c`](ae7345f) Thanks [@tylernoseworthy](https://github.com/tylernoseworthy)! - - Added a `fixedFirstColumns` prop to `DataTable` so that multiple columns can be fixed
    -   Deprecated the `DataTable` `fixedFirstColumn` prop


-   [#7043](#7043) [`60086a61f`](60086a6) Thanks [@philschoefer](https://github.com/philschoefer)! - Updates to `DataTable`

    -   Fixed `DataTable` cell content not wrapping when the `truncate` prop is `false`
    -   Added support for setting the `DataTable` `truncate` prop without having to set the `fixedFirstColumns` prop

### Patch Changes

-   [#7022](#7022) [`716956df6`](716956d) Thanks [@QuintonC](https://github.com/QuintonC)! - Fixed visual bug for avatar shape prop


-   [#7038](#7038) [`d1a33d8b0`](d1a33d8) Thanks [@kyledurand](https://github.com/kyledurand)! - Applied default background color to image avatar


-   [#6993](#6993) [`fa840e4a9`](fa840e4) Thanks [@kyledurand](https://github.com/kyledurand)! - Removed deprecation from Layout.AnnotatedSection


-   [#7003](#7003) [`2b5f7d0fc`](2b5f7d0) Thanks [@mrcthms](https://github.com/mrcthms)! - Fix visual bug for sortable, selectable index table headings

-   Updated dependencies \[[`bd00ef4ed`](bd00ef4), [`1e0645f33`](1e0645f), [`635bcfeb7`](635bcfe)]:
    -   @shopify/polaris-icons@6.0.0

## polaris.shopify.com@0.14.0

### Minor Changes

-   [#7018](#7018) [`a8087a358`](a8087a3) Thanks [@alex-page](https://github.com/alex-page)! - Generate assets once with a seperate script


-   [#6934](#6934) [`793e26f4d`](793e26f) Thanks [@alex-page](https://github.com/alex-page)! - Use @shopify/polaris-icons instead of /icons and copy-icons


-   [#7049](#7049) [`7a548a00a`](7a548a0) Thanks [@alex-page](https://github.com/alex-page)! - Move search to the server side

### Patch Changes

-   [#7015](#7015) [`e612cbccb`](e612cbc) Thanks [@lgriffee](https://github.com/lgriffee)! - Update navigation column in breakpoints table for MD breakpoint


-   [#7027](#7027) [`a805116a6`](a805116) Thanks [@sarahill](https://github.com/sarahill)! - Updated design guidance for typography

-   Updated dependencies \[[`716956df6`](716956d), [`ae7345f0c`](ae7345f), [`60086a61f`](60086a6), [`bd00ef4ed`](bd00ef4), [`d1a33d8b0`](d1a33d8), [`fa840e4a9`](fa840e4), [`2b5f7d0fc`](2b5f7d0), [`1e0645f33`](1e0645f), [`635bcfeb7`](635bcfe)]:
    -   @shopify/polaris@10.1.0
    -   @shopify/polaris-icons@6.0.0

## polaris-for-figma@0.0.11

### Patch Changes

-   Updated dependencies \[[`716956df6`](716956d), [`ae7345f0c`](ae7345f), [`60086a61f`](60086a6), [`d1a33d8b0`](d1a33d8), [`fa840e4a9`](fa840e4), [`2b5f7d0fc`](2b5f7d0)]:
    -   @shopify/polaris@10.1.0

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Icon Polaris iconography

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Icon]: New icon <ID_document_upload>

3 participants