UNPKG

basicon

Version:

Minimal, trusted npm dependency for chain and token metadata & SVG icons. All locally served, no dynamic fetch, fully type-safe

32 lines (30 loc) 2.89 kB
"use strict"; var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); } return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/generated/token/op.tsx var op_exports = {}; __export(op_exports, { default: () => op_default }); module.exports = __toCommonJS(op_exports); var import_jsx_runtime = require("react/jsx-runtime"); var Op = (props) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { viewBox: "0 0 500 500", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", ...props, children: [ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: 250, cy: 250, r: 250, fill: "#FF0420" }), /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M177.133 316.446c-14.886 0-27.082-3.503-36.589-10.508-9.382-7.13-14.073-17.262-14.073-30.397 0-2.752.313-6.13.938-10.133 1.627-9.006 3.941-19.827 6.943-32.461 8.506-34.4 30.46-51.6 65.861-51.6 9.632 0 18.263 1.626 25.894 4.878 7.631 3.127 13.635 7.881 18.013 14.261 4.378 6.254 6.568 13.76 6.568 22.516 0 2.627-.313 5.942-.939 9.945-1.876 11.133-4.128 21.954-6.755 32.461-4.378 17.138-11.946 29.96-22.704 38.466-10.758 8.381-25.143 12.572-43.157 12.572Zm2.627-27.02c7.006 0 12.947-2.064 17.826-6.192 5.004-4.128 8.569-10.445 10.695-18.951 2.877-11.759 5.067-22.017 6.568-30.773.5-2.627.75-5.316.75-8.069 0-11.383-5.942-17.075-17.825-17.075-7.006 0-13.01 2.064-18.014 6.192-4.878 4.129-8.381 10.446-10.507 18.952-2.252 8.381-4.504 18.639-6.755 30.773-.501 2.501-.751 5.128-.751 7.88 0 11.509 6.005 17.263 18.013 17.263Zm79.543 25.144c-1.376 0-2.44-.438-3.19-1.314-.626-1.001-.813-2.126-.563-3.377l25.894-121.965c.25-1.376.938-2.502 2.064-3.378 1.126-.875 2.314-1.313 3.565-1.313h49.912c13.885 0 25.018 2.877 33.399 8.631 8.507 5.755 12.76 14.073 12.76 24.956 0 3.127-.375 6.38-1.126 9.757-3.127 14.386-9.444 25.019-18.951 31.899-9.382 6.88-22.267 10.32-38.654 10.32h-25.331l-8.631 41.093c-.251 1.376-.939 2.501-2.064 3.377-1.126.876-2.315 1.314-3.565 1.314h-25.519Zm66.424-71.678c5.253 0 9.819-1.439 13.697-4.316 4.003-2.877 6.63-7.005 7.881-12.384.375-2.127.563-4.003.563-5.629 0-3.628-1.063-6.38-3.19-8.256-2.127-2.002-5.754-3.002-10.883-3.002h-22.517l-7.13 33.587h21.579Z", fill: "#fff" }) ] }); var op_default = Op;