Update and rename salesforce-icon.tsx to hostkey-icon.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 16:32:14 +02:00 committed by GitHub
parent fa9b1b2bd3
commit 8d2ee42b63
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 SalesforceIcon = (props: SVGProps<SVGSVGElement>) => (
export const HostkeyIcon = (props: SVGProps<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={187}