Skip to content

Commit

Permalink
fix(update-icon-220402): [icon] fix icon record_border
Browse files Browse the repository at this point in the history
  • Loading branch information
233mawile authored and 233mawile-rc committed Apr 2, 2022
1 parent 35df77e commit 9dc7428
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@
"ringcentral-juno.themeMap": {
"dark": "./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcDark.json",
"highContrast": "./packages/juno-core/src/foundation/theme/ThemeSwitcherProvider/rcHighContrast.json"
}
},
"svg.preview.background": "transparent"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`icon svg file expect svg file to match snapshot 1`] = `
<defs>
<symbol id=\\"icon-record_border\\" viewBox=\\"0 0 32 32\\">
<title>record_border</title>
<path d=\\"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-7.732 0-14-6.268-14-14s6.268-14 14-14zM16 4c-6.627 0-12 5.373-12 12s5.373 12 12 12c6.627 0 12-5.373 12-12s-5.373-12-12-12zM16 8c4.418 0 8 3.582 8 8s-3.582 8-8 8c-4.418 0-8-3.582-8-8s3.582-8 8-8z\\"></path>
<path d=\\"M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-7.732 0-14-6.268-14-14s6.268-14 14-14zM16 4c-6.627 0-12 5.373-12 12s5.373 12 12 12c6.627 0 12-5.373 12-12s-5.373-12-12-12zM16 11c2.761 0 5 2.239 5 5s-2.239 5-5 5c-2.761 0-5-2.239-5-5s2.239-5 5-5z\\"></path>
</symbol>
<symbol id=\\"icon-voicemail_border\\" viewBox=\\"0 0 32 32\\">
<title>voicemail_border</title>
Expand Down
2 changes: 1 addition & 1 deletion packages/juno-icon/assets/icon-record_border.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/juno-icon/devUtils/iconSymbol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default `<svg aria-hidden="true" style="position: absolute; width: 0; hei
<defs>
<symbol id="icon-record_border" viewBox="0 0 32 32">
<title>record_border</title>
<path d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-7.732 0-14-6.268-14-14s6.268-14 14-14zM16 4c-6.627 0-12 5.373-12 12s5.373 12 12 12c6.627 0 12-5.373 12-12s-5.373-12-12-12zM16 8c4.418 0 8 3.582 8 8s-3.582 8-8 8c-4.418 0-8-3.582-8-8s3.582-8 8-8z"></path>
<path d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14c-7.732 0-14-6.268-14-14s6.268-14 14-14zM16 4c-6.627 0-12 5.373-12 12s5.373 12 12 12c6.627 0 12-5.373 12-12s-5.373-12-12-12zM16 11c2.761 0 5 2.239 5 5s-2.239 5-5 5c-2.761 0-5-2.239-5-5s2.239-5 5-5z"></path>
</symbol>
<symbol id="icon-voicemail_border" viewBox="0 0 32 32">
<title>voicemail_border</title>
Expand Down
2 changes: 1 addition & 1 deletion packages/juno-icon/src/RecordBorder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const RecordBorder = memo(
ref={svgRef}
{...props}
>
<path d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 4a8 8 0 110 16 8 8 0 010-16z" />
<path d="M16 2c7.732 0 14 6.268 14 14s-6.268 14-14 14S2 23.732 2 16 8.268 2 16 2zm0 2C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4zm0 7a5 5 0 11-.001 10.001A5 5 0 0116 11z" />
</svg>
),
),
Expand Down
2 changes: 1 addition & 1 deletion sync-github.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latestCommitSHA": "cdb19210bd264771e18a9968516e1a2681249d47"
"latestCommitSHA": "69d1ed780986038e9021d049f7f8b7e0b61c92e5"
}

0 comments on commit 9dc7428

Please sign in to comment.