-
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.
Merge pull request #66 from bgd-labs/feat/add-lbtc
feat: Add lbtc asset
- Loading branch information
Showing
31 changed files
with
261 additions
and
3 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/AlbtcIcon.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 @@ | ||
// GENERATED BY ./src/scripts/generateComponents.ts | ||
// DO NOT EDIT IT MANUALLY | ||
|
||
import React from "react"; | ||
|
||
import { iconAlbtc } from "../../../icons/full/build/icon-albtc.icon"; | ||
import { IconComponentBaseProps } from "../../../utils"; | ||
import { Image } from "../../Base/Image"; | ||
|
||
const AlbtcIcon = (props: IconComponentBaseProps) => { | ||
return <Image svgCode={iconAlbtc.data} {...props} />; | ||
}; | ||
|
||
if (process.env.NODE_ENV !== 'production') { | ||
AlbtcIcon.displayName = 'AlbtcIcon'; | ||
} | ||
|
||
export default AlbtcIcon; |
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/full/LbtcIcon.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 @@ | ||
// GENERATED BY ./src/scripts/generateComponents.ts | ||
// DO NOT EDIT IT MANUALLY | ||
|
||
import React from "react"; | ||
|
||
import { iconLbtc } from "../../../icons/full/build/icon-lbtc.icon"; | ||
import { IconComponentBaseProps } from "../../../utils"; | ||
import { Image } from "../../Base/Image"; | ||
|
||
const LbtcIcon = (props: IconComponentBaseProps) => { | ||
return <Image svgCode={iconLbtc.data} {...props} />; | ||
}; | ||
|
||
if (process.env.NODE_ENV !== 'production') { | ||
LbtcIcon.displayName = 'LbtcIcon'; | ||
} | ||
|
||
export default LbtcIcon; |
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/full/StatalbtcIcon.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 @@ | ||
// GENERATED BY ./src/scripts/generateComponents.ts | ||
// DO NOT EDIT IT MANUALLY | ||
|
||
import React from "react"; | ||
|
||
import { iconStatalbtc } from "../../../icons/full/build/icon-statalbtc.icon"; | ||
import { IconComponentBaseProps } from "../../../utils"; | ||
import { Image } from "../../Base/Image"; | ||
|
||
const StatalbtcIcon = (props: IconComponentBaseProps) => { | ||
return <Image svgCode={iconStatalbtc.data} {...props} />; | ||
}; | ||
|
||
if (process.env.NODE_ENV !== 'production') { | ||
StatalbtcIcon.displayName = 'StatalbtcIcon'; | ||
} | ||
|
||
export default StatalbtcIcon; |
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/AlbtcIcon.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 @@ | ||
// GENERATED BY ./src/scripts/generateComponents.ts | ||
// DO NOT EDIT IT MANUALLY | ||
|
||
import React from "react"; | ||
|
||
import { iconAlbtc } from "../../../icons/mono/build/icon-albtc.icon"; | ||
import { IconComponentBaseProps } from "../../../utils"; | ||
import { Image } from "../../Base/Image"; | ||
|
||
const AlbtcIcon = (props: IconComponentBaseProps) => { | ||
return <Image svgCode={iconAlbtc.data} {...props} />; | ||
}; | ||
|
||
if (process.env.NODE_ENV !== 'production') { | ||
AlbtcIcon.displayName = 'AlbtcIcon'; | ||
} | ||
|
||
export default AlbtcIcon; |
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/mono/LbtcIcon.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 @@ | ||
// GENERATED BY ./src/scripts/generateComponents.ts | ||
// DO NOT EDIT IT MANUALLY | ||
|
||
import React from "react"; | ||
|
||
import { iconLbtc } from "../../../icons/mono/build/icon-lbtc.icon"; | ||
import { IconComponentBaseProps } from "../../../utils"; | ||
import { Image } from "../../Base/Image"; | ||
|
||
const LbtcIcon = (props: IconComponentBaseProps) => { | ||
return <Image svgCode={iconLbtc.data} {...props} />; | ||
}; | ||
|
||
if (process.env.NODE_ENV !== 'production') { | ||
LbtcIcon.displayName = 'LbtcIcon'; | ||
} | ||
|
||
export default LbtcIcon; |
18 changes: 18 additions & 0 deletions
18
packages/react-web3-icons/src/components/icons/mono/StatalbtcIcon.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 @@ | ||
// GENERATED BY ./src/scripts/generateComponents.ts | ||
// DO NOT EDIT IT MANUALLY | ||
|
||
import React from "react"; | ||
|
||
import { iconStatalbtc } from "../../../icons/mono/build/icon-statalbtc.icon"; | ||
import { IconComponentBaseProps } from "../../../utils"; | ||
import { Image } from "../../Base/Image"; | ||
|
||
const StatalbtcIcon = (props: IconComponentBaseProps) => { | ||
return <Image svgCode={iconStatalbtc.data} {...props} />; | ||
}; | ||
|
||
if (process.env.NODE_ENV !== 'production') { | ||
StatalbtcIcon.displayName = 'StatalbtcIcon'; | ||
} | ||
|
||
export default StatalbtcIcon; |
Oops, something went wrong.