Update salesforce-icon.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 15:53:29 +02:00 committed by GitHub
parent f29058b0eb
commit 5f6dc438ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ import { SVGProps } from "react";
export const SalesforceIcon = (props: SVGProps<SVGSVGElement>) => ( export const SalesforceIcon = (props: SVGProps<SVGSVGElement>) => (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width={201.33} width={187}
height={800} height={80}
viewBox="0 0 800 201.333" viewBox="0 0 800 201.333"
fill="none" fill="none"
{...props} {...props}