-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
660 additions
and
314 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
packages/plugins/@gemel/plugin-inquiry-record-detail/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...gins/@gemel/plugin-inquiry-record-detail/src/client/assets/svg/chatMessages.svg
This file was deleted.
Oops, something went wrong.
27 changes: 27 additions & 0 deletions
27
packages/plugins/@gemel/plugin-inquiry-record-detail/src/client/assets/svg/chatMessages.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/** | ||
* This file is part of the NocoBase (R) project. | ||
* Copyright (c) 2020-2024 NocoBase Co., Ltd. | ||
* Authors: NocoBase Team. | ||
* | ||
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License. | ||
* For more information, please refer to: https://www.nocobase.com/agreement. | ||
*/ | ||
|
||
import React from 'react'; | ||
|
||
const ChatMessagesIcon = () => { | ||
return ( | ||
<svg viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" width="22" height="22"> | ||
<path | ||
d="M1023.402667 53.76A54.570667 54.570667 0 0 0 961.408 7.765333h-390.016a53.290667 53.290667 0 0 0-15.530667 0 54.698667 54.698667 0 0 0-46.592 61.824v186.624h182.528a101.504 101.504 0 0 1 27.050667 0 100.778667 100.778667 0 0 1 66.773333 39.338667 100.736 100.736 0 0 1 19.370667 75.050667v36.906666l73.984 49.92a20.394667 20.394667 0 0 0 11.434667 3.498667 20.650667 20.650667 0 0 0 20.736-20.608l-7.381334-62.933333h59.733334c40.746667 0 59.733333-19.328 59.733333-60.672V69.546667a55.125333 55.125333 0 0 0 0.170667-15.786667z m-376.490667 168.661333a29.866667 29.866667 0 0 1-29.866667-29.866666 29.866667 29.866667 0 0 1 29.866667-29.866667 29.866667 29.866667 0 0 1 29.866667 29.866667 29.866667 29.866667 0 0 1-29.909334 29.866666z m119.466667 0a29.866667 29.866667 0 0 1-29.866667-29.866666 29.866667 29.866667 0 0 1 29.866667-29.866667 29.866667 29.866667 0 0 1 29.866666 29.866667 29.866667 29.866667 0 0 1-29.909333 29.866666z m119.466666 0a29.866667 29.866667 0 0 1-29.866666-29.866666 29.866667 29.866667 0 0 1 29.866666-29.866667 29.866667 29.866667 0 0 1 29.866667 29.866667 29.866667 29.866667 0 0 1-29.909333 29.866666z" | ||
fill="#BCABEE" | ||
></path> | ||
<path | ||
d="M679.722667 293.333333H138.922667a75.690667 75.690667 0 0 0-85.930667 64 76.8 76.8 0 0 0 0 21.845334v342.698666c0 57.301333 26.453333 84.138667 82.901333 84.138667h82.901334l-10.197334 87.253333a28.672 28.672 0 0 0 28.757334 28.586667 28.288 28.288 0 0 0 15.829333-4.821333l164.522667-110.933334h265.216c57.301333 0 82.901333-26.965333 82.901333-84.138666V379.264a75.861333 75.861333 0 0 0-64.554667-85.717333 75.904 75.904 0 0 0-21.546666-0.213334zM243.754667 590.976a41.344 41.344 0 0 1-41.344-41.344 41.344 41.344 0 0 1 41.344-41.344 41.344 41.344 0 0 1 41.344 41.344 41.344 41.344 0 0 1-41.344 41.344z m165.504 0a41.386667 41.386667 0 0 1-41.130667-41.557333 41.344 41.344 0 0 1 41.557333-41.130667 41.344 41.344 0 0 1 41.130667 41.386667 41.429333 41.429333 0 0 1-41.557333 41.301333z m165.76 0a41.386667 41.386667 0 0 1-41.130667-41.557333 41.344 41.344 0 0 1 41.557333-41.130667 41.344 41.344 0 0 1 41.130667 41.386667 41.386667 41.386667 0 0 1-41.557333 41.301333z" | ||
fill="#BCABEE" | ||
></path> | ||
</svg> | ||
); | ||
}; | ||
|
||
export default ChatMessagesIcon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.