22 lines
702 B
JavaScript
22 lines
702 B
JavaScript
export default function HomeLanding() {
|
|
return (
|
|
<svg
|
|
id="Layer_1"
|
|
data-name="Layer 1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
viewBox="0 0 595.28 841.89"
|
|
>
|
|
<title>hp_logo</title>
|
|
<rect className="logo-style-1" width="595.28" height="841.89" />
|
|
<polygon
|
|
className="logo-style-2"
|
|
points="255.88 38.58 255.88 181.67 169.88 181.67 169.88 38.58 88.02 38.58 88.02 406.61 169.88 406.61 169.88 263.53 255.88 263.53 255.88 406.61 337.74 406.61 337.74 38.58 255.88 38.58"
|
|
/>
|
|
<path
|
|
className="logo-style-2"
|
|
d="M466.09,436.93H255.88V805h81.86V687.36H505.6V436.93ZM337.74,605.5V518.79h86V605.5Z"
|
|
/>
|
|
</svg>
|
|
);
|
|
}
|