Skip to content

Commit

Permalink
fix: nft pfp icon color (#10492)
Browse files Browse the repository at this point in the history
  • Loading branch information
lelenei committed Aug 19, 2023
1 parent 0bffdee commit 1329b9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/icons/icon-generated-as-jsx.js
Original file line number Diff line number Diff line change
Expand Up @@ -3290,6 +3290,17 @@ export const ArtBlocks = /*#__PURE__*/ __createIcon('ArtBlocks', [
export const Avatar = /*#__PURE__*/ __createIcon('Avatar', [
{
u: () => new URL('./plugins/Avatar.svg', import.meta.url),
j: () =>
/*#__PURE__*/ _jsx('svg', {
xmlns: 'http://www.w3.org/2000/svg',
fill: 'none',
viewBox: '0 0 20 20',
children: /*#__PURE__*/ _jsx('path', {
fill: 'currentColor',
d: 'M7.413 2.721c1.191-.96 2.814-1.23 4.293-.95 1.346.322 2.551 1.228 3.204 2.453.453.805.593 1.738.599 2.65l-.001 7.089c-.04.308.204.528.359.764.735 1.054 1.078 2.332 1.139 3.605-.442.002-.884.001-1.326 0-.067-.822-.212-1.644-.597-2.382-1.206-.006-2.41.02-3.617.008-.007-.895-.003-1.79-.005-2.686-1.028-.24-2.115-.061-3.081.338-1.846.778-3.096 2.727-3.089 4.723H4c-.061-1.578.593-3.132 1.626-4.307.145-.137.093-.352.108-.53-.013-1.811.008-3.624-.01-5.436-.045-.902-.017-1.806.024-2.708.108-1.08.77-2.041 1.666-2.63Zm4.23.365c.148.42.554.684.715 1.102.504.938.361 2.023.378 3.044.008 2.481.006 4.962.007 7.443.495.001.99.004 1.486-.006-.004-2.598-.003-5.198 0-7.796-.006-.627-.069-1.273-.349-1.845-.414-.933-1.265-1.646-2.238-1.942Zm-3.712.848c-.653.427-.977 1.227-.952 1.99 1.498.015 2.994.005 4.492.006.053-.995-.59-2.006-1.576-2.261-.656-.233-1.369-.046-1.964.265Zm-.913 3.268c-.007.533.012 1.093.293 1.564.418.793 1.285 1.28 2.172 1.306v1.27a3.986 3.986 0 0 1-2.493-.973c.013.825 0 1.651.01 2.478a6.488 6.488 0 0 1 4.465-.941c-.008-1.568-.001-3.136-.005-4.704H7.018Z',
}),
}),
s: true,
},
])
export const Bit = /*#__PURE__*/ __createIcon('Bit', [
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/plugins/Avatar.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ const useStyles = makeStyles()(() => ({
marginTop: 5,
marginLeft: 'auto',
marginRight: 'auto',
background: '#262626',
borderRadius: '4px !important',
height: 30,
width: 134,
},
text: {
fontSize: 12,
color: '#ffffff',
lineHeight: '12px',
},
}))
Expand Down

0 comments on commit 1329b9e

Please sign in to comment.