Skip to content

Commit

Permalink
feat: new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pnd280 committed Nov 26, 2024
1 parent 12329c1 commit f06030b
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "complexity",
"displayName": "Complexity - Perplexity AI Supercharged",
"version": "0.0.5.16",
"version": "0.0.5.17",
"author": "pnd280",
"description": "⚡ Supercharge your Perplexity AI",
"type": "module",
Expand Down
Binary file removed public/icons/logo.ico
Binary file not shown.
13 changes: 6 additions & 7 deletions public/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/logo-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/logo-34.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/logo-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/options-page/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en" class="tw-dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/icons/logo.ico" />
<link rel="icon" href="/icons/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Complexity</title>
</head>
Expand Down
52 changes: 27 additions & 25 deletions src/shared/components/icons/Cplx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,38 @@ export default function Cplx(props: SVGProps<SVGSVGElement>) {
xmlns="http://www.w3.org/2000/svg"
{...props}
>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M61.9974 21.9283L122.543 77.7179V77.7052V22.057H134.328V77.9676L195.145 21.9283V85.5368H220.114V177.286H195.221V233.926L134.328 180.421V234.541H122.543V181.303L62.066 234.576V177.286H37.0962V85.5368H61.9974V21.9283ZM113.657 97.1799H48.8819V165.643H62.0512V144.047L113.657 97.1799ZM73.8511 149.213V208.595L122.543 165.704V104.983L73.8511 149.213ZM134.667 165.137V104.925L183.373 149.159V177.286H183.436V207.989L134.667 165.137ZM195.221 165.643H208.328V97.1799H144.035L195.221 143.562V165.643ZM183.359 85.5368V48.7099L143.392 85.5368H183.359ZM113.749 85.5368H73.7832V48.7099L113.749 85.5368Z"
fill="var(--primary)"
/>
<rect width="256" height="256" rx="6" fill="transparent" />
<rect
x={37.0962}
y={85.4723}
width={183.127}
height={12.0083}
fill="currentColor"
x="44.0001"
y="64.7988"
width="28"
height="88"
rx="6"
transform="rotate(-45 44.0001 64.7988)"
fill="white"
/>
<rect
x={134.539}
y={22.0351}
width={143.099}
height={12.0083}
transform="rotate(90 134.539 22.0351)"
fill="currentColor"
width="28"
height="88"
rx="6"
transform="matrix(-0.707107 -0.707107 -0.707107 0.707107 212.024 64.7988)"
fill="var(--accent-foreground)"
/>
<path
d="M195.221 143.563L61.9976 21.9307L61.9875 37.895L183.37 149.155L195.221 143.563Z"
fill="currentColor"
stroke="currentColor"
<rect
x="106.225"
y="129"
width="28"
height="88"
rx="6"
transform="rotate(45 106.225 129)"
fill="var(--accent-foreground)"
/>
<path
d="M61.6794 144.145L194.903 22.5125L194.913 38.4768L73.5304 149.737L61.6794 144.145Z"
fill="currentColor"
stroke="currentColor"
<rect
width="28"
height="88"
rx="6"
transform="matrix(-0.707107 0.707107 0.707107 0.707107 149.823 129)"
fill="white"
/>
</svg>
);
Expand Down

0 comments on commit f06030b

Please sign in to comment.