Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Jan 8, 2024
1 parent 247497d commit c526f6e
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions apps/www/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,7 @@ type IconProps = React.HTMLAttributes<SVGElement>

export const Icons = {
logo: (props: IconProps) => (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" {...props}>
<rect width="256" height="256" fill="none" />
<line
x1="208"
y1="128"
x2="128"
y2="208"
fill="none"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="16"
/>
<line
x1="192"
y1="40"
x2="40"
y2="192"
fill="none"
stroke="currentColor"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="16"
/>
</svg>
`▼`
),
twitter: (props: IconProps) => (
<svg
Expand Down

0 comments on commit c526f6e

Please sign in to comment.