-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7006 from opengovsg/release_v6.99.0
build: release v6.99.0
- Loading branch information
Showing
15 changed files
with
186 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
export const MultiParty = ( | ||
props: React.SVGProps<SVGSVGElement>, | ||
): JSX.Element => { | ||
return ( | ||
<svg | ||
width="24" | ||
height="24" | ||
viewBox="0 0 24 24" | ||
xmlns="http://www.w3.org/2000/svg" | ||
fill="currentColor" | ||
> | ||
<g id="CustomIcon/multi-party"> | ||
<path | ||
id="Vector" | ||
d="M12.2423 6.0591L11.3133 6.92592L11.235 6.99903L11.3133 7.07215L11.8016 7.52777L11.8699 7.59142L11.9381 7.52777L13.8863 5.70999L13.9646 5.63689L13.8863 5.56378L11.9381 3.74524L11.8699 3.68155L11.8016 3.74522L11.3133 4.20084L11.235 4.27393L11.3133 4.34705L12.2425 5.21466H9.3491C9.13957 3.34961 7.55728 1.9 5.63632 1.9C3.57281 1.9 1.9 3.57281 1.9 5.63632C1.9 7.69983 3.57281 9.37263 5.63632 9.37263C7.5569 9.37263 9.13894 7.92361 9.34897 6.0591H12.2423ZM6.05892 11.7573L6.92574 12.6863L6.99886 12.7646L7.07197 12.6863L7.52759 12.198L7.59125 12.1297L7.52759 12.0615L5.70982 10.1134L5.63672 10.035L5.5636 10.1133L3.74506 12.0615L3.68137 12.1297L3.74504 12.198L4.20066 12.6863L4.27375 12.7646L4.34687 12.6863L5.21448 11.7571V14.6507C3.34952 14.8603 1.9 16.4425 1.9 18.3634C1.9 20.4269 3.57281 22.0997 5.63632 22.0997C7.69983 22.0997 9.37263 20.4269 9.37263 18.3634C9.37263 16.4428 7.92351 14.8607 6.05892 14.6508V11.7573ZM17.9408 9.34899V12.2425L17.074 11.3135L17.0009 11.2351L16.9278 11.3135L16.4722 11.8018L16.4085 11.87L16.4722 11.9382L18.2899 13.8864L18.363 13.9647L18.4361 13.8864L20.2547 11.9382L20.3184 11.87L20.2547 11.8018L19.7991 11.3135L19.726 11.2351L19.6529 11.3134L18.7853 12.2426V9.34908C20.6502 9.13947 22.0997 7.55722 22.0997 5.63632C22.0997 3.57281 20.4269 1.9 18.3634 1.9C16.2999 1.9 14.6271 3.57281 14.6271 5.63632C14.6271 7.55696 16.0762 9.13904 17.9408 9.34899ZM7.98844 5.63632C7.98844 6.93536 6.93536 7.98844 5.63632 7.98844C4.33728 7.98844 3.2842 6.93536 3.2842 5.63632C3.2842 4.33728 4.33728 3.2842 5.63632 3.2842C6.93536 3.2842 7.98844 4.33728 7.98844 5.63632ZM5.63632 16.0113C6.93536 16.0113 7.98844 17.0644 7.98844 18.3634C7.98844 19.6625 6.93536 20.7155 5.63632 20.7155C4.33728 20.7155 3.2842 19.6625 3.2842 18.3634C3.2842 17.0644 4.33728 16.0113 5.63632 16.0113ZM18.3634 7.98844C17.0644 7.98844 16.0113 6.93536 16.0113 5.63632C16.0113 4.33728 17.0644 3.2842 18.3634 3.2842C19.6625 3.2842 20.7155 4.33728 20.7155 5.63632C20.7155 6.93536 19.6625 7.98844 18.3634 7.98844ZM20.584 18.3158C20.584 19.5686 19.5684 20.5842 18.3156 20.5842C17.0628 20.5842 16.0472 19.5686 16.0472 18.3158C16.0472 17.063 17.0628 16.0474 18.3156 16.0474C19.5684 16.0474 20.584 17.063 20.584 18.3158ZM18.3156 22.1C20.4055 22.1 22.0997 20.4058 22.0997 18.3158C22.0997 16.2259 20.4055 14.5317 18.3156 14.5317C16.2256 14.5317 14.5314 16.2259 14.5314 18.3158C14.5314 20.4058 16.2256 22.1 18.3156 22.1Z" | ||
stroke="#445072" | ||
strokeWidth="0.2" | ||
/> | ||
</g> | ||
</svg> | ||
) | ||
} | ||
): JSX.Element => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={40} | ||
height={40} | ||
fill="none" | ||
{...props} | ||
> | ||
<path | ||
fill="#445072" | ||
stroke="#445072" | ||
strokeWidth={0.35} | ||
d="m20.383 10.107-1.533 1.43-.137.128.137.128.814.76.12.11.119-.11 3.247-3.03.137-.128-.137-.128-3.247-3.03-.12-.112-.12.111-.813.76-.137.127.137.128 1.533 1.432H15.59a6.236 6.236 0 1 0 0 1.424h4.794Zm-10.276 9.51 1.43 1.533.128.137.128-.137.76-.814.11-.12-.11-.119-3.03-3.247-.128-.137-.128.137-3.031 3.247-.112.12.112.119.76.814.127.137.128-.137 1.432-1.534v4.794a6.236 6.236 0 1 0 1.424 0v-4.793Zm19.786-4.028v4.794l-1.43-1.533-.128-.137-.128.137-.76.814-.11.12.11.119 3.03 3.247.128.137.128-.137 3.031-3.247.111-.12-.11-.119-.76-.814-.128-.137-.128.137-1.432 1.533V15.59a6.237 6.237 0 1 0-1.424 0ZM13.306 9.394a3.912 3.912 0 1 1-7.824 0 3.912 3.912 0 0 1 7.824 0Zm-3.912 17.3a3.912 3.912 0 1 1 0 7.824 3.912 3.912 0 0 1 0-7.824Zm21.212-13.388a3.912 3.912 0 1 1 0-7.824 3.912 3.912 0 0 1 0 7.824Zm3.692 17.22a3.772 3.772 0 1 1-7.544 0 3.772 3.772 0 0 1 7.544 0Zm-3.772 6.316a6.315 6.315 0 1 0 0-12.63 6.315 6.315 0 0 0 0 12.63Z" | ||
/> | ||
</svg> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/** | ||
* Polyfills the Object.fromEntries | ||
*/ | ||
import 'polyfill-object.fromentries' |
Oops, something went wrong.