Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
fix: Update icons
Browse files Browse the repository at this point in the history
This updates `Checkmark`, `CheckmarkRounded` and `PhoneVerified`.
  • Loading branch information
rppld committed Jul 30, 2019
1 parent d29078b commit 832ccc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Checkmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Icon } from './Icon'

export const Checkmark = props => (
<Icon a11yTitle="Checkmark" {...props}>
<path d="M13.7 25.91l-8.057-7.438a2.002 2.002 0 0 1-.113-2.827 2.002 2.002 0 0 1 2.826-.113l4.944 4.563L23.454 7.73a2 2 0 0 1 3.092 2.54L13.7 25.91z" />
<path d="M8.357 15.53a2 2 0 10-2.714 2.94l6.5 6a2 2 0 002.902-.2l11.5-14a2 2 0 10-3.09-2.54L13.3 20.094 8.357 15.53z" />
</Icon>
)
2 changes: 1 addition & 1 deletion src/CheckmarkRounded.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Icon } from './Icon'

export const CheckmarkRounded = props => (
<Icon a11yTitle="CheckmarkRounded" {...props}>
<path d="M16 32C7.163 32 0 24.837 0 16S7.163 0 16 0s16 7.163 16 16-7.163 16-16 16zm-1.795-9.592l8.63-10.508a1.345 1.345 0 0 0-2.077-1.706L13.936 18.5l-3.322-3.066a1.345 1.345 0 0 0-1.823 1.976l5.414 4.997z" />
<path d="M16 2c4.952 0 9.904 2.655 12.577 7.964a13.508 13.508 0 010 12.072C25.904 27.345 20.952 30 16 30s-9.903-2.654-12.576-7.963a13.51 13.51 0 010-12.073C6.097 4.654 11.048 2 16 2zm-4.67 13.649a2 2 0 10-2.66 2.988l4.334 3.857a2 2 0 002.852-.197l7.666-9a2 2 0 00-3.044-2.594l-6.342 7.444-2.806-2.498z" />
</Icon>
)
2 changes: 1 addition & 1 deletion src/PhoneVerified.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { Icon } from './Icon'

export const PhoneVerified = props => (
<Icon a11yTitle="PhoneVerified" {...props}>
<path d="M13.004 25a1 1 0 1 1 0-2 1 1 0 0 1 0 2m-1-11c0 4.623 3.505 8.439 7.996 8.94V25c0 1.654-1.346 3-3 3H9c-1.654 0-3-1.346-3-3V7c0-1.654 1.346-3 3-3h8c.957 0 1.802.459 2.35 1.159-4.175.779-7.347 4.443-7.347 8.841zm9-6.998a6.998 6.998 0 1 1 0 13.996 6.998 6.998 0 1 1 0-13.996zm3.703 5.71a.999.999 0 1 0-1.414-1.414l-3.291 3.29-1.297-1.292a1 1 0 1 0-1.41 1.418l2.004 1.995a.98.98 0 0 0 .311.206c.007.003.011.009.018.012a.995.995 0 0 0 .753-.001c.036-.014.065-.047.1-.066.08-.044.162-.085.23-.153l3.996-3.995z" />
<path d="M13.004 25a1 1 0 110-2 1 1 0 010 2m-1-11c0 4.623 3.505 8.439 7.996 8.94V25c0 1.654-1.345 3-3 3H9c-1.654 0-3-1.346-3-3V7c0-1.654 1.346-3 3-3h8c.958 0 1.802.459 2.351 1.159-4.175.779-7.347 4.443-7.347 8.841zm8.997-7c2.475 0 4.951 1.327 6.288 3.982.949 1.885.949 4.15 0 6.036C25.952 19.672 23.476 21 21 21c-2.476 0-4.952-1.327-6.289-3.982a6.755 6.755 0 010-6.036C16.05 8.327 18.525 7 21.001 7zm-2.336 6.824a1 1 0 10-1.33 1.494l2.167 1.929a1 1 0 001.426-.099l3.834-4.5a1 1 0 00-1.523-1.296l-3.17 3.722-1.404-1.25z" />
</Icon>
)

0 comments on commit 832ccc2

Please sign in to comment.