2
0
Files
bot/ee/apps/landing-page/assets/logos/PipedriveLogo.tsx
2024-05-23 10:42:23 +02:00

19 lines
912 B
TypeScript

import { Icon, IconProps } from '@chakra-ui/react'
import React from 'react'
export const PipedriveLogo = (props: IconProps) => (
<Icon
width="122"
height="154"
viewBox="0 0 122 154"
fill="none"
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
d="M72.7239 0.707031C55.7176 0.707031 45.8568 8.42417 41.1408 13.5689C40.5692 8.99581 37.5681 3.1365 25.8494 3.1365H0.268555V29.7178H10.701C12.4159 29.7178 12.9875 30.2894 12.9875 32.0043V153.621H43.2845V108.175V104.746C48.0005 109.033 57.0038 115.035 71.1519 115.035C100.734 115.035 121.456 91.5978 121.456 57.871C121.599 23.7155 101.878 0.707031 72.7239 0.707031V0.707031ZM66.5788 88.5967C50.2871 88.5967 42.8557 73.0195 42.8557 58.4427C42.8557 35.5771 55.2889 27.4312 67.0075 27.4312C81.2985 27.4312 91.0164 39.7215 91.0164 58.1568C90.8735 79.3075 78.5832 88.5967 66.5788 88.5967"
fill="#203232"
/>
</Icon>
)