Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat: improve android logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Sep 10, 2023
1 parent f287ae3 commit 0d67382
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions apps/customer-service/src/components/icons/android.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,15 @@ export type AndroidProps = ComponentPropsWithoutRef<'svg'>;
export const Android: FC<AndroidProps> = ({ ...props }) => {
return (
<svg
role="img"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
viewBox="-147 -70 294 345"
stroke="currentColor"
strokeWidth="2"
{...props}
>
<g fill="currentColor">
<use strokeWidth="14.4" xlinkHref="#b" stroke="#FFF" />
<use xlinkHref="#a" transform="scale(-1,1)" />
<g id="a" stroke="#FFF" strokeWidth="7.2">
<rect
rx="6.5"
transform="rotate(29)"
height="86"
width="13"
y="-86"
x="14"
/>
<rect id="c" rx="24" height="133" width="48" y="41" x="-143" />
<use y="97" x="85" xlinkHref="#c" />
</g>
<g id="b">
<ellipse cy="41" rx="91" ry="84" />
<rect rx="22" height="182" width="182" y="20" x="-91" />
</g>
</g>
<g stroke="#FFF" strokeWidth="7.2" fill="#FFF">
<path d="m-95 44.5h190" />
<circle cx="-42" r="4" />
<circle cx="42" r="4" />
</g>
<title>Android</title>
<path d="M17.523 15.3414c-.5511 0-.9993-.4486-.9993-.9997s.4483-.9993.9993-.9993c.5511 0 .9993.4483.9993.9993.0001.5511-.4482.9997-.9993.9997m-11.046 0c-.5511 0-.9993-.4486-.9993-.9997s.4482-.9993.9993-.9993c.5511 0 .9993.4483.9993.9993 0 .5511-.4483.9997-.9993.9997m11.4045-6.02l1.9973-3.4592a.416.416 0 00-.1521-.5676.416.416 0 00-.5676.1521l-2.0223 3.503C15.5902 8.2439 13.8533 7.8508 12 7.8508s-3.5902.3931-5.1367 1.0989L4.841 5.4467a.4161.4161 0 00-.5677-.1521.4157.4157 0 00-.1521.5676l1.9973 3.4592C2.6889 11.1867.3432 14.6589 0 18.761h24c-.3435-4.1021-2.6892-7.5743-6.1185-9.4396" />
</svg>
);
};
Expand Down

0 comments on commit 0d67382

Please sign in to comment.