Update ibm-icon.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 16:28:33 +02:00 committed by GitHub
parent 35d2e9caac
commit adac7260e8
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 IbmIcon = (props: SVGProps<SVGSVGElement>) => (
export const DigitalOceanIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={187}