-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
3,270 additions
and
2,523 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
18
packages/react-web3-icons/src/components/icons/full/AausdIcon.tsx
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,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
18
packages/react-web3-icons/src/components/icons/full/AusdIcon.tsx
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,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; |
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/full/StataausdIcon.tsx
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,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; |
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
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/mono/AausdIcon.tsx
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,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
18
packages/react-web3-icons/src/components/icons/mono/AusdIcon.tsx
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,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; |
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/mono/StataausdIcon.tsx
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,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; |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.