Skip to content

Commit

Permalink
feat: update readwise logo
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 29, 2024
1 parent 9d9b2c5 commit c85460c
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { cn } from "@renderer/lib/utils"
import type { SVGProps } from "react"

export function SimpleIconsReadwise(props: SVGProps<SVGSVGElement>) {
Expand All @@ -7,16 +6,12 @@ export function SimpleIconsReadwise(props: SVGProps<SVGSVGElement>) {
xmlns="http://www.w3.org/2000/svg"
width="1em"
height="1em"
viewBox="0 0 50 50"
viewBox="0 0 150 150"
{...props}
className={cn(props.className, "rounded-[2px]")}
>
<g>
<path d="M50 0H0V50H50V0Z" fill="currentColor" />
<path d="M36.2225 35.7866C37.2767 37.5404 38.1366 38.1234 39.8953 38.3323V40.0861H31.2186L23.091 26.527H21.0603V35.4174C21.0603 37.7979 21.6481 38.1282 24.15 38.3371V40.0909H11.0525V38.3371C13.5544 38.1282 14.1423 37.793 14.1423 35.4174V15.5524C14.1423 13.1331 13.6322 12.8416 11.0525 12.6327V10.8789H24.5338C32.6615 10.8789 36.9075 12.589 36.9075 18.5985C36.9075 23.1457 34.6971 25.3173 30.2422 26.0655L36.2225 35.7866ZM22.2311 13.7161C21.5266 13.7161 21.0603 14.2164 21.0603 14.9695V23.6898H24.4221C27.9005 23.6898 29.9701 22.4364 29.9701 18.5985C29.9701 14.7168 27.9005 13.7161 24.5387 13.7161H22.2311Z" fill="white" />
<path d="M31.345 11.918H18.7041V23.9856H31.345V11.918Z" fill="white" />
<path d="M29.7184 14.0234C29.0334 15.2914 30.0925 21.2669 30.0925 21.2669C30.1071 21.5827 29.8933 21.8596 29.5824 21.9276C29.5824 21.9276 23.1016 21.9568 20.9543 23.7446" fill="currentColor" />
</g>
<path d="M0,0H150V150H0V0Z" fill="none" />
<path d="M121.74,120.25c4.48,7.45,8.13,9.92,15.6,10.81v7.45h-36.84l-34.51-57.6h-8.62v37.75c0,10.11,2.5,11.51,13.12,12.4v7.45H14.87v-7.45c10.62-.89,13.12-2.31,13.12-12.4V34.31c0-10.27-2.17-11.51-13.12-12.4v-7.45h57.24c34.51,0,52.54,7.26,52.54,32.78,0,19.31-9.39,28.53-28.3,31.71l25.39,41.3Z" fill="currentColor" />
<path d="M94.29,27.75c-2.93,5.38,1.59,30.76,1.59,30.76,.06,1.34-.85,2.52-2.17,2.81,0,0-27.66,.12-36.8,7.72L94.29,27.75Z" fill="white" />
</svg>
)
}

0 comments on commit c85460c

Please sign in to comment.