mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update salesforce-icon.tsx
This commit is contained in:
parent
f29058b0eb
commit
5f6dc438ae
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user