Update and rename oracle-icon.tsx to unlimited-icon.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 16:30:20 +02:00 committed by GitHub
parent 276a950269
commit dd146d2bb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
import * as React from "react";
import { SVGProps } from "react";
export const OracleIcon = (props: SVGProps<SVGSVGElement>) => (
export const UnlimitedIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={187}