diff options
author | 2024-12-25 17:30:05 +0800 | |
---|---|---|
committer | 2024-12-26 14:14:03 +0800 | |
commit | 4f2ee468370622d8e45382087f0599032b9afeba (patch) | |
tree | bccead7b01c9536e349013facf985a67702975ea /usecaseui-portal/src/assets/images | |
parent | b71bd34b5baa8e3dfedf83f777d62c988c6b9c97 (diff) |
Optimize your code and add editing capabilities for your knowledge base and apps.
Issue-ID: USECASEUI-844
Change-Id: I439f61a3068ea839185b58f3a2d3afb0739a0d0f
Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/assets/images')
-rw-r--r-- | usecaseui-portal/src/assets/images/send.svg | 1 | ||||
-rw-r--r-- | usecaseui-portal/src/assets/images/stop-generating.svg | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/usecaseui-portal/src/assets/images/send.svg b/usecaseui-portal/src/assets/images/send.svg new file mode 100644 index 00000000..c5eef97a --- /dev/null +++ b/usecaseui-portal/src/assets/images/send.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none" focusable="false"><path d="M.5 1.163A1 1 0 0 1 1.97.28l12.868 6.837a1 1 0 0 1 0 1.766L1.969 15.72A1 1 0 0 1 .5 14.836V10.33a1 1 0 0 1 .816-.983L8.5 8 1.316 6.653A1 1 0 0 1 .5 5.67V1.163Z" fill="white"></path></svg>
\ No newline at end of file diff --git a/usecaseui-portal/src/assets/images/stop-generating.svg b/usecaseui-portal/src/assets/images/stop-generating.svg new file mode 100644 index 00000000..b8342ec5 --- /dev/null +++ b/usecaseui-portal/src/assets/images/stop-generating.svg @@ -0,0 +1 @@ +<svg class="chakra-icon css-ok556k" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="32" height="32" focusable="false"><path d="M885.333 85.333H138.667a53.393 53.393 0 0 0-53.334 53.334v746.666a53.393 53.393 0 0 0 53.334 53.334h746.666a53.393 53.393 0 0 0 53.334-53.334V138.667a53.393 53.393 0 0 0-53.334-53.334zM725.333 688A37.373 37.373 0 0 1 688 725.333H336A37.373 37.373 0 0 1 298.667 688V336A37.373 37.373 0 0 1 336 298.667h352A37.373 37.373 0 0 1 725.333 336z"></path></svg>
\ No newline at end of file |