Skip to content

Commit

Permalink
Merge pull request #165 from BitGo/WIN-4114
Browse files Browse the repository at this point in the history
feat(icons): add new tokens(cbeth, xreth, xy, ai16z, zerebro) WIN-4114
  • Loading branch information
rv-bitgo authored Jan 6, 2025
2 parents 3fd4bb9 + 8b0377b commit 7564259
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 0 deletions.
3 changes: 3 additions & 0 deletions react/ai16z.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions react/cbeth.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions react/xreth.js

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions react/xy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import * as React from "react";
const SvgXy = (props) => /* @__PURE__ */ React.createElement("svg", { id: "xy-Layer_3", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", x: "0px", y: "0px", viewBox: "0 0 627 627", style: {
enableBackground: "new 0 0 627 627"
}, xmlSpace: "preserve", ...props }, /* @__PURE__ */ React.createElement("style", { type: "text/css" }, "\n .st0{fill:url(#xy-SVGID_1_);}\n"), /* @__PURE__ */ React.createElement("radialGradient", { id: "xy-SVGID_1_", cx: 577.2743, cy: 33.9701, r: 827.621, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("stop", { offset: 0, style: {
stopColor: "#15D9E1"
} }), /* @__PURE__ */ React.createElement("stop", { offset: 0.63, style: {
stopColor: "#0D58EF"
} }), /* @__PURE__ */ React.createElement("stop", { offset: 1, style: {
stopColor: "#100E75"
} })), /* @__PURE__ */ React.createElement("path", { className: "st0", d: "M313.5,0C140.4,0,0,140.4,0,313.5c0,71.3,23.8,136.9,63.8,189.6l168.6-166.8L106.6,210.2l168.3,0.1l42.4,42.2 l96-92.7h126L127.7,566c52,38.3,116.3,61,185.8,61C486.6,627,627,486.6,627,313.5S486.6,0,313.5,0z M362.3,462.8L320.2,421 l84.7-82.1l125.8,124L362.3,462.8z" }));
export default SvgXy;
3 changes: 3 additions & 0 deletions react/zerebro.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions svg/color/ai16z.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions svg/color/cbeth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions svg/color/xreth.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions svg/color/xy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions svg/color/zerebro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7564259

Please sign in to comment.