mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 13:46:37 +08:00
Replace icon
This commit is contained in:
parent
1635dc6a35
commit
f6569886ba
@ -3,7 +3,7 @@ import React, { Fragment, useEffect, useMemo, useRef, useState } from "react";
|
||||
import styles from "./home.module.scss";
|
||||
|
||||
import { IconButton } from "./button";
|
||||
import ChatGptIcon from "../icons/chatgpt.svg";
|
||||
import CanyonIcon from "../icons/canyonSM.svg";
|
||||
import AddIcon from "../icons/add.svg";
|
||||
import DeleteIcon from "../icons/delete.svg";
|
||||
import DragIcon from "../icons/drag.svg";
|
||||
@ -246,7 +246,7 @@ export function SideBar(props: { className?: string }) {
|
||||
<SideBarHeader
|
||||
title="Canyon"
|
||||
subTitle="Alpha 0.7"
|
||||
logo={<ChatGptIcon />}
|
||||
logo={<CanyonIcon />}
|
||||
shouldNarrow={shouldNarrow}
|
||||
>
|
||||
<div className={styles["sidebar-header-bar"]}>
|
||||
|
3
app/icons/canyonSM.svg
Normal file
3
app/icons/canyonSM.svg
Normal file
@ -0,0 +1,3 @@
|
||||
<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path opacity="0.27" fill-rule="evenodd" clip-rule="evenodd" d="M22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44ZM28.0124 24.9178L19.1483 16.054C19.0702 15.9759 18.9717 15.9298 18.8695 15.9145C18.8297 15.9041 18.7877 15.8978 18.7445 15.8978H16.2902C16.247 15.8978 16.2055 15.9041 16.1652 15.9145C16.063 15.9294 15.9645 15.9755 15.8864 16.054L7.0231 24.9178C6.97159 24.9693 6.9342 25.0299 6.90969 25.0943C6.86441 25.1695 6.83782 25.2568 6.83782 25.3506V27.8049C6.83782 28.0791 7.06215 28.3034 7.33632 28.3034H9.79061C9.88408 28.3034 9.97173 28.2768 10.0469 28.2316C10.1113 28.2075 10.172 28.1701 10.2235 28.1181L17.5178 20.8238L24.8121 28.1181C24.8636 28.1697 24.9242 28.207 24.9886 28.2316C25.0638 28.2768 25.1511 28.3034 25.2449 28.3034H27.6992C27.9734 28.3034 28.1977 28.0791 28.1977 27.8049V25.3506C28.1977 25.2572 28.1711 25.1695 28.1259 25.0943C28.1018 25.0299 28.0644 24.9693 28.0124 24.9178ZM36.8576 25.0944C36.8335 25.03 36.7961 24.9693 36.7441 24.9178L27.8804 16.0541C27.8023 15.976 27.7038 15.9299 27.6017 15.9145C27.5618 15.9041 27.5198 15.8979 27.4766 15.8979H25.0223C24.7482 15.8979 24.5238 16.1222 24.5238 16.3964V18.8507C24.5238 18.8939 24.5301 18.9354 24.5404 18.9757C24.5554 19.0779 24.6015 19.1764 24.68 19.2545L33.5442 28.1186C33.5957 28.1701 33.6564 28.2075 33.7207 28.232C33.7959 28.2773 33.8832 28.3039 33.9771 28.3039H36.4313C36.7055 28.3039 36.9298 28.0796 36.9298 27.8054V25.3511C36.9298 25.2576 36.9033 25.17 36.858 25.0948L36.8576 25.0944Z" fill="#8BCAE0"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue
Block a user