release 0.3.4
This commit is contained in:
75
apps/web/ui/shared/icons/product-hunt.tsx
Normal file
75
apps/web/ui/shared/icons/product-hunt.tsx
Normal file
@@ -0,0 +1,75 @@
|
||||
export default function ProductHunt() {
|
||||
return (
|
||||
<svg
|
||||
width="250"
|
||||
height="54"
|
||||
viewBox="0 0 250 54"
|
||||
version="1.1"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlnsXlink="http://www.w3.org/1999/xlink"
|
||||
>
|
||||
<g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
|
||||
<g transform="translate(-130.000000, -73.000000)">
|
||||
<g transform="translate(130.000000, 73.000000)">
|
||||
<rect
|
||||
stroke="#FF6154"
|
||||
strokeWidth="1"
|
||||
fill="#FFFFFF"
|
||||
x="0.5"
|
||||
y="0.5"
|
||||
width="249"
|
||||
height="53"
|
||||
rx="10"
|
||||
></rect>
|
||||
<text
|
||||
fontFamily="Helvetica-Bold, Helvetica"
|
||||
fontSize="9"
|
||||
fontWeight="bold"
|
||||
fill="#FF6154"
|
||||
>
|
||||
<tspan x="53" y="20">
|
||||
FEATURED ON
|
||||
</tspan>
|
||||
</text>
|
||||
<text
|
||||
fontFamily="Helvetica-Bold, Helvetica"
|
||||
fontSize="21"
|
||||
fontWeight="bold"
|
||||
fill="#FF6154"
|
||||
>
|
||||
<tspan x="52" y="40">
|
||||
Product Hunt
|
||||
</tspan>
|
||||
</text>
|
||||
<g transform="translate(201.000000, 13.000000)" fill="#FF6154">
|
||||
<g>
|
||||
<polygon points="26.0024997 10 15 10 20.5012498 0"></polygon>
|
||||
<text
|
||||
fontFamily="Helvetica-Bold, Helvetica"
|
||||
fontSize="13"
|
||||
fontWeight="bold"
|
||||
line-spacing="20"
|
||||
>
|
||||
<tspan x="12.4" y="27">
|
||||
70
|
||||
</tspan>
|
||||
</text>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
<g transform="translate(11.000000, 12.000000)">
|
||||
<path
|
||||
d="M31,15.5 C31,24.0603917 24.0603917,31 15.5,31 C6.93960833,31 0,24.0603917 0,15.5 C0,6.93960833 6.93960833,0 15.5,0 C24.0603917,0 31,6.93960833 31,15.5"
|
||||
fill="#FF6154"
|
||||
></path>
|
||||
<path
|
||||
d="M17.4329412,15.9558824 L17.4329412,15.9560115 L13.0929412,15.9560115 L13.0929412,11.3060115 L17.4329412,11.3060115 L17.4329412,11.3058824 C18.7018806,11.3058824 19.7305882,12.3468365 19.7305882,13.6308824 C19.7305882,14.9149282 18.7018806,15.9558824 17.4329412,15.9558824 M17.4329412,8.20588235 L17.4329412,8.20601152 L10.0294118,8.20588235 L10.0294118,23.7058824 L13.0929412,23.7058824 L13.0929412,19.0560115 L17.4329412,19.0560115 L17.4329412,19.0558824 C20.3938424,19.0558824 22.7941176,16.6270324 22.7941176,13.6308824 C22.7941176,10.6347324 20.3938424,8.20588235 17.4329412,8.20588235"
|
||||
fill="#FFFFFF"
|
||||
></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user