Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@storybook/react-webpack5": "^7.6.6",
"@svgr/cli": "^6.1.1",
"@types/fs-extra": "^9.0.1",
"auto": "^9.50.1",
"auto": "^11.3.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chromatic": "^5.0.0",
Expand Down
5 changes: 5 additions & 0 deletions src/components/shared/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1456,6 +1456,11 @@ export const icons = {
<path d="M14 2.55c-.51.23-1.07.39-1.65.46.6-.36 1.05-.94 1.26-1.63-.55.34-1.17.58-1.82.72a2.84 2.84 0 0 0-2.1-.93 2.9 2.9 0 0 0-2.8 3.61 8.09 8.09 0 0 1-5.9-3.07 2.99 2.99 0 0 0 .88 3.93 2.8 2.8 0 0 1-1.3-.37v.04c0 1.42 1 2.61 2.3 2.89a2.82 2.82 0 0 1-1.3.05 2.89 2.89 0 0 0 2.7 2.04A5.67 5.67 0 0 1 0 11.51a7.98 7.98 0 0 0 4.4 1.32c5.29 0 8.17-4.48 8.17-8.38v-.38A5.93 5.93 0 0 0 14 2.55Z" />
</>
),
bluesky: (
<>
<path d="M3.03472 0.934601C4.63969 2.29211 6.36628 5.04422 7 6.52109V10.4219C7 10.3389 6.97156 10.4327 6.91031 10.6349C6.57956 11.7293 5.28762 16.0008 2.33341 12.586C0.777875 10.7881 1.498 8.99025 4.3295 8.44744C2.70966 8.7579 0.888562 8.24481 0.388937 6.23323C0.245 5.65457 0 2.09022 0 1.60881C0 -0.802627 1.87666 -0.044662 3.03472 0.934601ZM10.9653 0.934601C9.36031 2.29211 7.63372 5.04422 7 6.52109V10.4219C7 10.3389 7.02844 10.4327 7.08969 10.6349C7.42044 11.7293 8.71238 16.0008 11.6666 12.586C13.2221 10.7881 12.502 8.99025 9.6705 8.44744C11.2903 8.7579 13.1114 8.24481 13.6111 6.23323C13.755 5.65457 14 2.09022 14 1.60881C14 -0.802627 12.1236 -0.044662 10.9653 0.934601Z" />
</>
),
youtube: (
<>
<path d="M13.99 8.17V5.83a14.95 14.95 0 0 0-.23-2.22c-.09-.38-.27-.7-.55-.96s-.6-.41-.97-.45A51.3 51.3 0 0 0 7 2c-2.34 0-4.09.07-5.24.2A1.78 1.78 0 0 0 .25 3.61 15.26 15.26 0 0 0 0 7v1.16a15.24 15.24 0 0 0 .24 2.22c.09.38.27.7.55.96.27.26.6.41.97.45 1.15.13 2.9.2 5.24.2 2.34 0 4.08-.06 5.24-.2.37-.04.7-.19.97-.45s.45-.58.54-.96a15.26 15.26 0 0 0 .24-2.22Zm-4.23-1.6c.16.1.24.24.24.43 0 .2-.08.33-.24.42l-4 2.5a.44.44 0 0 1-.26.08.54.54 0 0 1-.24-.06A.46.46 0 0 1 5 9.5v-5c0-.2.08-.34.26-.44.17-.1.34-.09.5.02l4 2.5Z" />
Expand Down
Loading