Skip to content

Commit

Permalink
Add AUSD asset icon (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
isArlekin authored Dec 24, 2024
1 parent 34bbffa commit 3dc3b12
Show file tree
Hide file tree
Showing 32 changed files with 3,270 additions and 2,523 deletions.
1 change: 1 addition & 0 deletions icons/full/aausd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/ausd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/stataausd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,35 @@
"full": "icons/full/atokenwallet.svg"
}
},
{
"type": [
"asset"
],
"symbol": "ausd",
"name": "Agora USD",
"aliases": [
"AUSD",
"aAvaAUSD",
"variableDebtAvaAUSD",
"stataAvaAUSD"
],
"variations": [
"aToken",
"stataToken"
],
"icons": {
"mono": "icons/mono/ausd.svg",
"full": "icons/full/ausd.svg",
"aToken": {
"mono": "icons/mono/aausd.svg",
"full": "icons/full/aausd.svg"
},
"stataToken": {
"mono": "icons/mono/stataausd.svg",
"full": "icons/full/stataausd.svg"
}
}
},
{
"type": [
"chain"
Expand Down
1 change: 1 addition & 0 deletions icons/mono/aausd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/ausd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/stataausd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions packages/react-web3-icons/src/components/icons/full/AausdIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// GENERATE BY ./src/scripts/generateComponents.ts
// DO NOT EDIT IT MANUALLY

import React from "react";

import { iconAausd } from "../../../icons/full/build/icon-aausd.icon";
import { IconComponentBaseProps } from "../../../utils";
import { Image } from "../../Base/Image";

const AausdIcon = (props: IconComponentBaseProps) => {
return <Image svgCode={iconAausd.data} {...props} />;
};

if (process.env.NODE_ENV !== 'production') {
AausdIcon.displayName = 'AausdIcon';
}

export default AausdIcon;
18 changes: 18 additions & 0 deletions packages/react-web3-icons/src/components/icons/full/AusdIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// GENERATE BY ./src/scripts/generateComponents.ts
// DO NOT EDIT IT MANUALLY

import React from "react";

import { iconAusd } from "../../../icons/full/build/icon-ausd.icon";
import { IconComponentBaseProps } from "../../../utils";
import { Image } from "../../Base/Image";

const AusdIcon = (props: IconComponentBaseProps) => {
return <Image svgCode={iconAusd.data} {...props} />;
};

if (process.env.NODE_ENV !== 'production') {
AusdIcon.displayName = 'AusdIcon';
}

export default AusdIcon;
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// GENERATE BY ./src/scripts/generateComponents.ts
// DO NOT EDIT IT MANUALLY

import React from "react";

import { iconStataausd } from "../../../icons/full/build/icon-stataausd.icon";
import { IconComponentBaseProps } from "../../../utils";
import { Image } from "../../Base/Image";

const StataausdIcon = (props: IconComponentBaseProps) => {
return <Image svgCode={iconStataausd.data} {...props} />;
};

if (process.env.NODE_ENV !== 'production') {
StataausdIcon.displayName = 'StataausdIcon';
}

export default StataausdIcon;
3 changes: 3 additions & 0 deletions packages/react-web3-icons/src/components/icons/full/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as AOneInchIcon } from './AOneInchIcon';
export { default as AaaveIcon } from './AaaveIcon';
export { default as AamplIcon } from './AamplIcon';
export { default as AarbIcon } from './AarbIcon';
export { default as AausdIcon } from './AausdIcon';
export { default as AavaxIcon } from './AavaxIcon';
export { default as AaveIcon } from './AaveIcon';
export { default as AbalIcon } from './AbalIcon';
Expand Down Expand Up @@ -95,6 +96,7 @@ export { default as AtokenwalletIcon } from './AtokenwalletIcon';
export { default as AtribeIcon } from './AtribeIcon';
export { default as AtusdIcon } from './AtusdIcon';
export { default as AuniIcon } from './AuniIcon';
export { default as AusdIcon } from './AusdIcon';
export { default as AusdbcIcon } from './AusdbcIcon';
export { default as AusdcIcon } from './AusdcIcon';
export { default as AusdeIcon } from './AusdeIcon';
Expand Down Expand Up @@ -242,6 +244,7 @@ export { default as StataOneInchIcon } from './StataOneInchIcon';
export { default as StataaaveIcon } from './StataaaveIcon';
export { default as StataamplIcon } from './StataamplIcon';
export { default as StataarbIcon } from './StataarbIcon';
export { default as StataausdIcon } from './StataausdIcon';
export { default as StataavaxIcon } from './StataavaxIcon';
export { default as StatabalIcon } from './StatabalIcon';
export { default as StatabatIcon } from './StatabatIcon';
Expand Down
18 changes: 18 additions & 0 deletions packages/react-web3-icons/src/components/icons/mono/AausdIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// GENERATE BY ./src/scripts/generateComponents.ts
// DO NOT EDIT IT MANUALLY

import React from "react";

import { iconAausd } from "../../../icons/mono/build/icon-aausd.icon";
import { IconComponentBaseProps } from "../../../utils";
import { Image } from "../../Base/Image";

const AausdIcon = (props: IconComponentBaseProps) => {
return <Image svgCode={iconAausd.data} {...props} />;
};

if (process.env.NODE_ENV !== 'production') {
AausdIcon.displayName = 'AausdIcon';
}

export default AausdIcon;
18 changes: 18 additions & 0 deletions packages/react-web3-icons/src/components/icons/mono/AusdIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// GENERATE BY ./src/scripts/generateComponents.ts
// DO NOT EDIT IT MANUALLY

import React from "react";

import { iconAusd } from "../../../icons/mono/build/icon-ausd.icon";
import { IconComponentBaseProps } from "../../../utils";
import { Image } from "../../Base/Image";

const AusdIcon = (props: IconComponentBaseProps) => {
return <Image svgCode={iconAusd.data} {...props} />;
};

if (process.env.NODE_ENV !== 'production') {
AusdIcon.displayName = 'AusdIcon';
}

export default AusdIcon;
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// GENERATE BY ./src/scripts/generateComponents.ts
// DO NOT EDIT IT MANUALLY

import React from "react";

import { iconStataausd } from "../../../icons/mono/build/icon-stataausd.icon";
import { IconComponentBaseProps } from "../../../utils";
import { Image } from "../../Base/Image";

const StataausdIcon = (props: IconComponentBaseProps) => {
return <Image svgCode={iconStataausd.data} {...props} />;
};

if (process.env.NODE_ENV !== 'production') {
StataausdIcon.displayName = 'StataausdIcon';
}

export default StataausdIcon;
3 changes: 3 additions & 0 deletions packages/react-web3-icons/src/components/icons/mono/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export { default as AOneInchIcon } from './AOneInchIcon';
export { default as AaaveIcon } from './AaaveIcon';
export { default as AamplIcon } from './AamplIcon';
export { default as AarbIcon } from './AarbIcon';
export { default as AausdIcon } from './AausdIcon';
export { default as AavaxIcon } from './AavaxIcon';
export { default as AaveIcon } from './AaveIcon';
export { default as AbalIcon } from './AbalIcon';
Expand Down Expand Up @@ -95,6 +96,7 @@ export { default as AtokenwalletIcon } from './AtokenwalletIcon';
export { default as AtribeIcon } from './AtribeIcon';
export { default as AtusdIcon } from './AtusdIcon';
export { default as AuniIcon } from './AuniIcon';
export { default as AusdIcon } from './AusdIcon';
export { default as AusdbcIcon } from './AusdbcIcon';
export { default as AusdcIcon } from './AusdcIcon';
export { default as AusdeIcon } from './AusdeIcon';
Expand Down Expand Up @@ -242,6 +244,7 @@ export { default as StataOneInchIcon } from './StataOneInchIcon';
export { default as StataaaveIcon } from './StataaaveIcon';
export { default as StataamplIcon } from './StataamplIcon';
export { default as StataarbIcon } from './StataarbIcon';
export { default as StataausdIcon } from './StataausdIcon';
export { default as StataavaxIcon } from './StataavaxIcon';
export { default as StatabalIcon } from './StatabalIcon';
export { default as StatabatIcon } from './StatabatIcon';
Expand Down
2 changes: 1 addition & 1 deletion packages/react-web3-icons/src/helpers/assetsAliases.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 3dc3b12

Please sign in to comment.