初始化
19
easyflow-ui-admin/packages/icons/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# @easyflow/icons
|
||||
|
||||
用于多个 `app` 公用的图标文件,继承了 `@easyflow-core/icons` 的所有能力。业务上有通用图标可以放在这里。
|
||||
|
||||
## 用法
|
||||
|
||||
### 添加依赖
|
||||
|
||||
```bash
|
||||
# 进入目标应用目录,例如 apps/xxxx-app
|
||||
# cd apps/xxxx-app
|
||||
pnpm add @easyflow/icons
|
||||
```
|
||||
|
||||
### 使用
|
||||
|
||||
```ts
|
||||
import { X } from '@easyflow/icons';
|
||||
```
|
||||
15
easyflow-ui-admin/packages/icons/package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@easyflow/icons",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@easyflow-core/icons": "workspace:*"
|
||||
}
|
||||
}
|
||||
5
easyflow-ui-admin/packages/icons/src/iconify/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { createIconifyIcon } from '@easyflow-core/icons';
|
||||
|
||||
export * from '@easyflow-core/icons';
|
||||
|
||||
export const MdiKeyboardEsc = createIconifyIcon('mdi:keyboard-esc');
|
||||
27
easyflow-ui-admin/packages/icons/src/icons/empty-icon.vue
Normal file
@@ -0,0 +1,27 @@
|
||||
<template>
|
||||
<svg
|
||||
height="41"
|
||||
viewBox="0 0 64 41"
|
||||
width="64"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
<g fill="none" fill-rule="evenodd" transform="translate(0 1)">
|
||||
<ellipse
|
||||
cx="32"
|
||||
cy="33"
|
||||
fill="hsl(var(--background-deep))"
|
||||
rx="32"
|
||||
ry="7"
|
||||
/>
|
||||
<g fill-rule="nonzero" stroke="hsl(var(--heavy))">
|
||||
<path
|
||||
d="M55 12.76L44.854 1.258C44.367.474 43.656 0 42.907 0H21.093c-.749 0-1.46.474-1.947 1.257L9 12.761V22h46v-9.24z"
|
||||
/>
|
||||
<path
|
||||
d="M41.613 15.931c0-1.605.994-2.93 2.227-2.931H55v18.137C55 33.26 53.68 35 52.05 35h-40.1C10.32 35 9 33.259 9 31.137V13h11.16c1.233 0 2.227 1.323 2.227 2.928v.022c0 1.605 1.005 2.901 2.237 2.901h14.752c1.232 0 2.237-1.308 2.237-2.913v-.007z"
|
||||
fill="hsl(var(--accent))"
|
||||
/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</template>
|
||||
3
easyflow-ui-admin/packages/icons/src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export * from './iconify';
|
||||
export { default as EmptyIcon } from './icons/empty-icon.vue';
|
||||
export * from './svg';
|
||||
18
easyflow-ui-admin/packages/icons/src/svg/icons/account.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 16.0000059 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>用户-fill备份 2</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26, -494)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="用户-fill备份-2" transform="translate(14, 429)">
|
||||
<rect id="矩形" fill="currentColor" fill-rule="nonzero" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="角色管理" transform="translate(0.7172, 1.1935)" fill-rule="nonzero" stroke="currentColor">
|
||||
<path d="M7.63436374,7.09716249 C6.97158297,7.5295722 6.17862079,7.78078822 5.32525423,7.78078822 C4.47444262,7.78078822 3.68403539,7.53122545 3.02378266,7.1020962 C1.23538529,7.94880797 0,9.74848216 0,11.8314871 C0,14.0355699 10.6666719,14.0050954 10.6666719,11.8314871 C10.6658247,9.74354844 9.42788446,7.94140089 7.63436374,7.09716249 Z M5.32525423,0 C7.01005692,0 8.37498787,1.34306163 8.37498787,3.0006976 C8.37498787,4.65763598 7.01005692,6 5.32525423,6 C3.6404401,6 2.27552059,4.65763598 2.27552059,3.0006976 C2.27552059,1.34375923 3.64045154,0 5.32525423,0 Z" id="形状"></path>
|
||||
</g>
|
||||
<rect id="矩形" fill="currentColor" x="12.0000059" y="4.00000195" width="4" height="1.00000049" rx="0.500000244"></rect>
|
||||
<rect id="矩形备份" fill="currentColor" x="12.0000059" y="7.33333691" width="4" height="1.00000049" rx="0.500000244"></rect>
|
||||
<rect id="矩形备份-2" fill="currentColor" x="12.0000059" y="10.6666719" width="4" height="1.00000049" rx="0.500000244"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="128px" height="128px" viewBox="0 0 128 128" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 52.6 (67491) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>Vue</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs>
|
||||
<linearGradient x1="69.644116%" y1="0%" x2="69.644116%" y2="100%" id="linearGradient-1">
|
||||
<stop stop-color="#29CDFF" offset="0%"></stop>
|
||||
<stop stop-color="#148EFF" offset="37.8600687%"></stop>
|
||||
<stop stop-color="#0A60FF" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="-19.8191553%" y1="-36.7931464%" x2="138.57919%" y2="157.637507%" id="linearGradient-2">
|
||||
<stop stop-color="#29CDFF" offset="0%"></stop>
|
||||
<stop stop-color="#0F78FF" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient x1="68.1279872%" y1="-35.6905737%" x2="30.4400914%" y2="114.942679%" id="linearGradient-3">
|
||||
<stop stop-color="#FA8E7D" offset="0%"></stop>
|
||||
<stop stop-color="#F74A5C" offset="51.2635191%"></stop>
|
||||
<stop stop-color="#F51D2C" offset="100%"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<g id="Vue" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Group" transform="translate(19.000000, 9.000000)">
|
||||
<path d="M89.96,90.48 C78.58,93.48 68.33,83.36 67.62,82.48 L46.6604487,62.2292258 C45.5023849,61.1103236 44.8426845,59.5728835 44.8296987,57.9626396 L44.5035564,17.5209948 C44.4948861,16.4458744 44.0537714,15.4195095 43.2796864,14.6733517 L29.6459999,1.53153737 C28.055475,-0.00160504005 25.5232423,0.0449126588 23.9900999,1.63543756 C23.2715121,2.38092066 22.87,3.37600834 22.87,4.41143746 L22.87,64.3864751 C22.87,67.0807891 23.9572233,69.6611067 25.885409,71.5429748 L63.6004615,108.352061 C65.9466323,110.641873 69.6963584,110.624605 72.0213403,108.313281" id="Path-Copy" fill="url(#linearGradient-1)" fill-rule="nonzero" transform="translate(56.415000, 54.831157) scale(-1, 1) translate(-56.415000, -54.831157) "></path>
|
||||
<path d="M68,90.1163122 C56.62,93.1163122 45.46,83.36 44.75,82.48 L23.7904487,62.2292258 C22.6323849,61.1103236 21.9726845,59.5728835 21.9596987,57.9626396 L21.6335564,17.5209948 C21.6248861,16.4458744 21.1837714,15.4195095 20.4096864,14.6733517 L6.7759999,1.53153737 C5.185475,-0.00160504005 2.65324232,0.0449126588 1.12009991,1.63543756 C0.401512125,2.38092066 3.90211878e-13,3.37600834 3.90798505e-13,4.41143746 L3.94351218e-13,64.3864751 C3.94681177e-13,67.0807891 1.08722326,69.6611067 3.01540903,71.5429748 L40.7807092,108.401101 C43.1069304,110.671444 46.8180151,110.676525 49.1504445,108.412561" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
|
||||
<path d="M43.2983488,19.0991931 L27.5566079,3.88246244 C26.7624281,3.11476967 26.7409561,1.84862177 27.5086488,1.05444194 C27.8854826,0.664606611 28.4044438,0.444472651 28.9466386,0.444472651 L60.3925021,0.444472651 C61.4970716,0.444472651 62.3925021,1.33990315 62.3925021,2.44447265 C62.3925021,2.9858375 62.1730396,3.50407742 61.7842512,3.88079942 L46.0801285,19.0975301 C45.3051579,19.8484488 44.0742167,19.8491847 43.2983488,19.0991931 Z" id="Path" fill="url(#linearGradient-3)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
20
easyflow-ui-admin/packages/icons/src/svg/icons/api.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14.7175881 14.4349443" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 12</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.4814, -971.1325)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-12" transform="translate(14, 905)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组-21" transform="translate(-1, -0.6)" fill="currentColor">
|
||||
<path d="M14.8829769,3.11702313 C16.6044612,4.83850746 16.6044612,7.62958504 14.8829769,9.35106938 L12.6565318,11.5775145 L6.42248553,5.34346822 L8.64893062,3.11702313 C10.370415,1.39553879 13.1614925,1.39553879 14.8829769,3.11702313 Z M9.3560374,3.82412991 L7.83648553,5.343 L12.6564855,10.163 L14.1758701,8.6439626 C15.4592959,7.36053684 15.5051325,5.30817178 14.31338,3.96982179 L14.1758701,3.82412991 C12.84491,2.49316986 10.6869974,2.49316986 9.3560374,3.82412991 Z" id="矩形" fill-rule="nonzero"></path>
|
||||
<path d="M8.03493007,6.91746623 L9.76867625,8.63339428 L9.7847344,8.64936969 C11.4973499,10.3619852 11.4973499,13.1386837 9.7847344,14.8512992 C8.06065189,16.5753817 5.26759456,16.582595 3.53463,14.8674405 L1.80088382,13.1515125 L8.03493007,6.91746623 Z M8.03888382,8.32746623 L3.21888382,13.1474662 L4.23807508,14.1566909 C5.53201273,15.4373304 7.58921174,15.4778741 8.93150143,14.2821392 L9.07762761,14.1441924 C10.3997189,12.8221012 10.3997189,10.6785677 9.07762761,9.35647647 C9.07144001,9.35029951 9.07144001,9.35029951 9.06523118,9.3441439 L8.03888382,8.32746623 Z" id="矩形备份-9" fill-rule="nonzero" transform="translate(6.435, 11.5333) rotate(90) translate(-6.435, -11.5333)"></path>
|
||||
<path d="M8.18832598,8.17649777 C8.42381039,8.41198218 8.42381039,8.79377784 8.18832598,9.02926225 L7.6766673,9.54092094 C7.44118289,9.77640535 7.05938723,9.77640535 6.82390282,9.54092094 C6.58841841,9.30543653 6.58841841,8.92364087 6.82390282,8.68815646 L7.33556151,8.17649777 C7.57104591,7.94101336 7.95284158,7.94101336 8.18832598,8.17649777 Z" id="矩形"></path>
|
||||
<path d="M9.55274915,9.54092094 C9.78823356,9.77640535 9.78823356,10.158201 9.55274915,10.3936854 L9.04109046,10.9053441 C8.80560605,11.1408285 8.42381039,11.1408285 8.18832598,10.9053441 C7.95284158,10.6698597 7.95284158,10.288064 8.18832598,10.0525796 L8.69998467,9.54092094 C8.93546908,9.30543653 9.31726474,9.30543653 9.55274915,9.54092094 Z" id="矩形备份-10"></path>
|
||||
<path d="M16.0145327,1.91693902 C16.260459,2.16286535 16.260459,2.56159072 16.0145327,2.80751706 L15.1239547,3.69809509 C14.8780283,3.94402143 14.479303,3.94402143 14.2333766,3.69809509 C13.9874503,3.45216876 13.9874503,3.05344339 14.2333766,2.80751706 L15.1239547,1.91693902 C15.369881,1.67101269 15.7686064,1.67101269 16.0145327,1.91693902 Z" id="矩形备份-12"></path>
|
||||
<path d="M3.44699017,14.1605689 C3.69291651,14.4064952 3.69291651,14.8052206 3.44699017,15.0511469 L2.55641214,15.9417249 C2.3104858,16.1876513 1.91176043,16.1876513 1.6658341,15.9417249 C1.41990777,15.6957986 1.41990777,15.2970732 1.6658341,15.0511469 L2.55641214,14.1605689 C2.80233847,13.9146425 3.20106384,13.9146425 3.44699017,14.1605689 Z" id="矩形备份-13"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 19 KiB |
1
easyflow-ui-admin/packages/icons/src/svg/icons/bell.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 419.23 419.23"><defs><style>.svg-bell-cls-1{fill:#fbc907;}.svg-bell-cls-2{fill:#f3a70f;}.svg-bell-cls-3{fill:#426572;}.svg-bell-cls-4,.svg-bell-cls-9{fill:#fff;}.svg-bell-cls-5{fill:#e8e8e8;}.svg-bell-cls-6{fill:#dadada;}.svg-bell-cls-7{opacity:0.1;}.svg-bell-cls-8{fill:#55e0ff;}.svg-bell-cls-9{opacity:0.4;}</style></defs><title>Asset 510</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><circle class="svg-bell-cls-1" cx="210.66" cy="209.62" r="203.61"/><path class="svg-bell-cls-2" d="M27.21,209.62A203.61,203.61,0,0,1,220.72,6.26q-5-.25-10.08-.25C98.19,4.86,6.11,95.09,5,207.54S94.05,412.07,206.5,413.21q2.07,0,4.13,0,5.06,0,10.08-.25A203.61,203.61,0,0,1,27.21,209.62Z"/><path class="svg-bell-cls-3" d="M209.61,419.23C94,419.23,0,325.19,0,209.61S94,0,209.61,0,419.23,94,419.23,209.61,325.19,419.23,209.61,419.23Zm0-407.23C100.65,12,12,100.65,12,209.61s88.65,197.61,197.61,197.61,197.61-88.65,197.61-197.61S318.58,12,209.61,12Z"/><path class="svg-bell-cls-4" d="M111.69,60.1a195,195,0,0,1,41.08-21.2c3.59-1.34,2-7.14-1.6-5.79a201.47,201.47,0,0,0-42.51,21.8c-3.18,2.15-.18,7.35,3,5.18Z"/><path class="svg-bell-cls-4" d="M35.09,160.61c3.09-10.2,8-20,13.05-29.32A212.37,212.37,0,0,1,95.87,72.18c2.93-2.52-1.33-6.75-4.24-4.24A217.08,217.08,0,0,0,43,128.26C37.63,138,32.54,148.34,29.31,159c-1.12,3.7,4.67,5.29,5.79,1.6Z"/><circle class="svg-bell-cls-5" cx="211.45" cy="212.12" r="156.89"/><path class="svg-bell-cls-6" d="M67.05,232.07a156.89,156.89,0,0,1,283.33-92.82A156.91,156.91,0,1,0,85,304.92,156.19,156.19,0,0,1,67.05,232.07Z"/><path class="svg-bell-cls-5" d="M211.32,152.25h0a9.16,9.16,0,0,1,9.16,9.16V210.5a9.16,9.16,0,0,1-9.16,9.16h0a9.16,9.16,0,0,1-9.16-9.16V161.41A9.16,9.16,0,0,1,211.32,152.25Z"/><circle class="svg-bell-cls-5" cx="211.14" cy="221.32" r="15.94"/><path class="svg-bell-cls-3" d="M210.48,92.62c6.29,0,6.29-9.77,0-9.77S204.19,92.62,210.48,92.62Z"/><path class="svg-bell-cls-3" d="M210.48,343.89c6.29,0,6.29-9.77,0-9.77S204.19,343.89,210.48,343.89Z"/><path class="svg-bell-cls-3" d="M339.84,218.25c6.29,0,6.29-9.77,0-9.77S333.55,218.25,339.84,218.25Z"/><path class="svg-bell-cls-3" d="M81.13,218.25c6.29,0,6.29-9.77,0-9.77S74.84,218.25,81.13,218.25Z"/><path class="svg-bell-cls-3" d="M205.56,153.32h0a9.16,9.16,0,0,1,9.16,9.16v49.09a9.16,9.16,0,0,1-9.16,9.16h0a9.16,9.16,0,0,1-9.16-9.16V162.49A9.16,9.16,0,0,1,205.56,153.32Z"/><circle class="cls-3" cx="205.38" cy="221.15" r="15.94"/><path class="cls-3" d="M135.78,272.58l135.16-89.89L290.11,170c5.22-3.46.33-11.94-4.92-8.44L150,251.4l-19.17,12.74C125.64,267.6,130.52,276.08,135.78,272.58Z"/><g class="svg-bell-cls-7"><ellipse class="svg-bell-cls-8" cx="210.2" cy="211.21" rx="156.89" ry="154.23"/></g><path class="svg-bell-cls-9" d="M243.13,60.17,84.37,301.88a162.18,162.18,0,0,1-18.58-47.29L193.5,60.21a153.88,153.88,0,0,1,49.67,0Z"/><path class="svg-bell-cls-9" d="M289.69,72.6,115.93,325.78a155.09,155.09,0,0,1-14.77-15L270,64.76A155.38,155.38,0,0,1,289.69,72.6Z"/><path class="svg-bell-cls-9" d="M362.16,171.75h0L232.51,360.68h0a160.93,160.93,0,0,1-42.54.43L346.63,132.84A151.63,151.63,0,0,1,362.16,171.75Z"/><path class="cls-3" d="M210.12,369.75c-89.82,0-162.89-71.88-162.89-160.23S120.31,49.29,210.12,49.29,373,121.17,373,209.52,299.94,369.75,210.12,369.75Zm0-308.46c-83.2,0-150.89,66.5-150.89,148.23s67.69,148.23,150.89,148.23S361,291.25,361,209.52,293.32,61.29,210.12,61.29Z"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 3.4 KiB |
1
easyflow-ui-admin/packages/icons/src/svg/icons/cake.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 392.49 390.69"><defs><style>.svg-cake-cls-1{fill:#fff;}.svg-cake-cls-2{fill:#f3aa9f;}.svg-cake-cls-3{fill:#e1978f;}.svg-cake-cls-4,.svg-cake-cls-6{fill:#426572;}.svg-cake-cls-5{fill:#e1d2d5;}.svg-cake-cls-6{font-size:100.43px;font-family:Dosis-ExtraBold, Dosis;font-weight:700;}</style></defs><title>Asset 480</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="svg-cake-cls-1" d="M383.9,162H199.69V2.19q4-.19,8.16-.19A176.87,176.87,0,0,1,383.9,162Z"/><path class="svg-cake-cls-2" d="M355.38,210a176.83,176.83,0,0,1-95.72,157.18l-.15.07A176.88,176.88,0,1,1,101.72,50.67l.15-.07a175.93,175.93,0,0,1,72.82-17.4V191H354.37A177.9,177.9,0,0,1,355.38,210Z"/><path class="svg-cake-cls-3" d="M357.53,212.16a176,176,0,0,1-17.44,76.66,1,1,0,0,1-.07.15A176.89,176.89,0,0,1,73.47,352.79l1.23.38q6,1.86,12.26,3.29A177,177,0,0,0,303.49,191h52.78A178.15,178.15,0,0,1,357.53,212.16Z"/><path class="svg-cake-cls-4" d="M182.85,390.69a182.87,182.87,0,0,1-84-345.31l.41-.2a180.59,180.59,0,0,1,75.13-20l6.27-.28V185H364.36l.51,5.44c.54,5.77.82,11.62.82,17.4a180.72,180.72,0,0,1-20.18,83.56c-.06.12-.12.26-.2.41a184.39,184.39,0,0,1-83,80.77l-.18.08,0,0A181.06,181.06,0,0,1,182.85,390.69ZM104.33,56.08A170.88,170.88,0,0,0,256.9,361.85l.17-.08,0,0a172.34,172.34,0,0,0,77.5-75.38l.15-.29a168.84,168.84,0,0,0,18.93-78.23c0-3.6-.11-7.23-.34-10.84H168.69V37.58a168.41,168.41,0,0,0-64.07,18.35Z"/><path class="svg-cake-cls-5" d="M382.9,158H309.11c-2.89-46.4-18.43-98.49-36.89-144.29l1.33.51a177.49,177.49,0,0,1,92.51,83.56A175.63,175.63,0,0,1,382.9,158Z"/><path class="svg-cake-cls-4" d="M392.49,172H195.69V.47L201.4.2C204.11.07,207,0,209.85,0a182.87,182.87,0,0,1,182,165.44Zm-184.8-12H379.18A170.89,170.89,0,0,0,209.85,12h-2.16Z"/><text class="svg-cake-cls-6" transform="translate(232.67 133.93)">%</text><path class="svg-cake-cls-1" d="M101.22,81.14a166.34,166.34,0,0,1,34.83-18c3.58-1.34,2-7.14-1.6-5.79A172.89,172.89,0,0,0,98.19,76c-3.18,2.15-.18,7.35,3,5.18Z"/><path class="svg-cake-cls-1" d="M36.28,166.34c2.62-8.63,6.74-16.94,11.05-24.83A180.58,180.58,0,0,1,87.86,91.34c2.93-2.52-1.33-6.75-4.24-4.24-23.3,20.06-44.07,47.84-53.12,77.65-1.12,3.7,4.67,5.29,5.79,1.6Z"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.2 KiB |
1
easyflow-ui-admin/packages/icons/src/svg/icons/card.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 445 271.8"><defs><style>.svg-card-cls-1{fill:#32caf8;}.svg-card-cls-2{fill:#00aaf8;opacity:0.5;}.svg-card-cls-3{fill:#fff;}.svg-card-cls-4{fill:#426572;}</style></defs><g><g><rect class="svg-card-cls-1" x="6" y="8.17" width="433" height="259.8" rx="12" ry="12"/><path class="svg-card-cls-2" d="M439,21.16V255a13,13,0,0,1-13,13H28.72l381-259.8H426A13,13,0,0,1,439,21.16Z"/><path class="svg-card-cls-3" d="M328,33.24h88.92c3.86,0,3.87-6,0-6H328c-3.86,0-3.87,6,0,6Z"/><path class="svg-card-cls-3" d="M283.49,33.24H312.6c3.86,0,3.87-6,0-6H283.49c-3.86,0-3.87,6,0,6Z"/><path class="svg-card-cls-4" d="M427,271.8H18a18,18,0,0,1-18-18V18A18,18,0,0,1,18,0H427a18,18,0,0,1,18,18V253.8A18,18,0,0,1,427,271.8ZM18,12a6,6,0,0,0-6,6V253.8a6,6,0,0,0,6,6H427a6,6,0,0,0,6-6V18a6,6,0,0,0-6-6Z"/><rect class="svg-card-cls-4" x="37.89" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="55.93" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="73.97" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="92.01" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="118.71" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="136.76" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="154.8" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="172.84" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="199.54" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="217.58" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="235.63" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="253.67" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="280.37" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="298.41" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="316.45" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="334.49" y="125.08" width="12" height="20.57"/><rect class="svg-card-cls-4" x="43.89" y="177.53" width="161.29" height="12"/><rect class="svg-card-cls-4" x="43.89" y="204.59" width="68.2" height="12"/><circle class="svg-card-cls-3" cx="379.46" cy="207.35" r="23.82"/><rect class="svg-card-cls-3" x="43.89" y="36.31" width="72.53" height="47.63" rx="12" ry="12"/><path class="svg-card-cls-4" d="M104.42,88.86H55.89a18,18,0,0,1-18-18V47.23a18,18,0,0,1,18-18h48.53a18,18,0,0,1,18,18V70.86A18,18,0,0,1,104.42,88.86ZM55.89,41.23a6,6,0,0,0-6,6V70.86a6,6,0,0,0,6,6h48.53a6,6,0,0,0,6-6V47.23a6,6,0,0,0-6-6Z"/><path class="svg-card-cls-4" d="M379.46,241.49a29.81,29.81,0,1,1,29.82-29.82A29.85,29.85,0,0,1,379.46,241.49Zm0-47.63a17.81,17.81,0,1,0,17.82,17.81A17.84,17.84,0,0,0,379.46,193.86Z"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14.5454909 15.3333333" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 11</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.5, -403.5)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-11" transform="translate(14, 338)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(1, 1)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M13.5454909,2.33333333 C13.5454909,2.33333333 13.5454909,11.446897 13.5454909,12.1515152 C13.5454909,13.356497 11.2893455,14.3333333 7.27272727,14.3333333 C3.25610909,14.3333333 0,13.356497 0,12.1515152 C0,11.4759879 0,2.33333333 0,2.33333333" id="路径"></path>
|
||||
<path d="M13.5454909,8.33333333 C13.5454909,9.4379 10.3485667,10.3333333 6.66666667,10.3333333 C2.98476667,10.3333333 0,9.4379 0,8.33333333" id="路径"></path>
|
||||
<path d="M13.5454909,5.33333333 C13.5454909,6.4379 10.3485667,7.33333333 6.66666667,7.33333333 C2.98476667,7.33333333 0,6.4379 0,5.33333333" id="路径"></path>
|
||||
<path d="M6.5,4 C10.0898509,4 13.5454909,3.1045695 13.5454909,2 C13.5454909,0.8954305 10.0898509,0 6.5,0 C2.91014913,0 0,0.8954305 0,2 C0,3.1045695 2.91014913,4 6.5,4 Z" id="椭圆形"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,19 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14.6000655 13.800012" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 22</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-27.1, -639.1)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-22" transform="translate(14, 573)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(1.6, 1.6)">
|
||||
<path d="M8.26223301,2.00063943 L12.8,4 C13.3049945,4.29550615 13.6000512,4.73314602 13.6000512,5.6 L13.6000512,12 C13.6032153,12.2939261 13.1562904,12.7991551 12.8,12.8 L7,12.8" id="路径" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M1.1415274,12.8 C0.512798815,12.8 0,12.2707139 0,11.6228941 L0,3.13096528 C0,2.58933194 0.346943093,2.1267211 0.850433679,1.99090119 L6.6020732,0.0301555958 C6.93209224,-0.0480437458 7.27903533,0.0276861429 7.54474297,0.235943337 C7.83245187,0.46066355 8,0.804740653 8,1.17762804 L8,11.6212478 C7.99746139,12.2715371 7.48635498,12.7983537 6.8576264,12.7983537 L1.1415274,12.8 Z" id="形状结合" stroke="currentColor"></path>
|
||||
<path d="M11.170388,8.2530546 L10.2126215,8.2530546 C9.86584368,8.25083028 9.58660899,8.02729706 9.58802281,7.7530546 C9.58802281,7.47677427 9.86837089,7.2530546 10.2126215,7.2530546 L11.170388,7.2530546 C11.5146386,7.2530546 11.7941501,7.47744813 11.7941501,7.7530546 C11.79549,7.88482379 11.7304843,8.01160423 11.6134605,8.10541221 C11.4964367,8.19922019 11.3370165,8.25234283 11.170388,8.2530546 Z" id="路径" fill="currentColor"></path>
|
||||
<path d="M2.24982313,5.48557263 C1.90304532,5.48334832 1.62381063,5.2598151 1.62521911,4.98557263 C1.62521911,4.70929231 1.90557253,4.48557263 2.24982313,4.48557263 L5.12141847,4.48557263 C5.46481697,4.48557263 5.74517859,4.70996617 5.74517859,4.98557263 C5.74704825,5.2599665 5.46754133,5.48371763 5.12056637,5.48557263 L2.24982313,5.48557263 Z" id="路径" fill="currentColor"></path>
|
||||
<path d="M2.24982313,8.2530546 C1.90304532,8.25083028 1.62381063,8.02729706 1.62521911,7.7530546 C1.62521911,7.47677427 1.90557253,7.2530546 2.24982313,7.2530546 L5.12141847,7.2530546 C5.343818,7.2530546 5.55002751,7.34806807 5.66165333,7.50238074 C5.77353222,7.65754607 5.77353222,7.84788927 5.66165333,8.0030546 C5.55107144,8.15703384 5.34448712,8.25222533 5.12056637,8.25238074 L2.24982313,8.2530546 Z" id="路径" fill="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="200" height="200"><path d="M512 2C230.2 2 2 230.2 2 512s228.2 510 510 510 510-228.2 510-510S793.3 2 512 2z m235.9 442c-1 4.6-3.6 10.8-7.2 19.1l-0.5 0.5c-21.6 45.8-77.3 135.5-77.3 135.5l-0.5-0.5-16.5 28.3h78.8L574.3 826.8l34-136h-61.8l21.6-90.2c-17.5 4.1-38.1 9.8-62.3 18 0 0-33 19.1-94.8-37.1 0 0-41.7-37.1-17.5-45.8 10.3-4.1 50-8.8 81.4-12.9 42.2-5.7 68.5-8.8 68.5-8.8s-130.3 2.1-161.2-3.1c-30.9-4.6-70.1-56.7-78.3-102 0 0-12.9-24.7 27.8-12.9 40.2 11.8 209.2 45.8 209.2 45.8S321.4 375 307 358.5c-14.4-16.5-42.8-89.6-39.2-134.5 0 0 1.5-11.3 12.9-8.2 0 0 161.8 74.2 272.5 114.4C664.5 371.4 760.8 392 747.9 444z" fill="#3296FA"/></svg>
|
||||
|
After Width: | Height: | Size: 705 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 356.99 419.8"><defs><style>.svg-download-cls-1{fill:#ffa546;}.svg-download-cls-2{fill:#ff6059;opacity:0.4;}.svg-download-cls-3{fill:#426572;}.cls-4{fill:#ffd947;}</style></defs><g><g><path class="svg-download-cls-1" d="M351,380.73v17.59a15.52,15.52,0,0,1-15.47,15.48H21.46A15.52,15.52,0,0,1,6,398.32V380.73a15.51,15.51,0,0,1,15.47-15.47H335.52A15.51,15.51,0,0,1,351,380.73Z"/><path class="svg-download-cls-2" d="M351,406.85c0,3.95-7,7.19-15.47,7.19H21.46C13,414,6,410.8,6,406.85V380.73a15.51,15.51,0,0,1,15.47-15.47H37.66l3.44,25.27c0,4,7,7.2,15.47,7.2l283.72,12.44,7.38-2.28Z"/><path class="svg-download-cls-3" d="M335.52,419.8H21.46A21.5,21.5,0,0,1,0,398.32V380.73a21.49,21.49,0,0,1,21.46-21.47H335.52A21.49,21.49,0,0,1,357,380.73v17.59a21.52,21.52,0,0,1-21.46,21.48ZM21.46,371.26A9.48,9.48,0,0,0,12,380.73v17.59a9.48,9.48,0,0,0,9.46,9.48H335.52a9.52,9.52,0,0,0,9.46-9.48V380.73a9.48,9.48,0,0,0-9.46-9.47Z"/><path class="svg-download-cls-1" d="M247.93,138H233.23V41.7A35.7,35.7,0,0,0,197.53,6H159.45a35.7,35.7,0,0,0-35.7,35.7V138H109.06C80,138,61.84,169.48,76.37,194.64l34.72,60.13,30,52c16.6,28.76,58.12,28.76,74.72,0l30-52,34.72-60.13C295.14,169.48,277,138,247.93,138Z"/><path class="svg-download-cls-2" d="M280.62,188l-34.73,60.13-30,52c-11.24,19.46-66.68,32.78-52.52,18.88,60.22-59.12,104.3-182.16,104.3-182.16A37.74,37.74,0,0,1,280.62,188Z"/><path class="cls-4" d="M192.3,6c-.22.23-.42.47-.63.72-38.92,45-18.36,116.49-42.85,170.71-10.14,22.45-29.18,41.51-52.15,49.48L78,194.64C63.52,169.48,81.67,138,110.72,138h14.7V41.7A35.7,35.7,0,0,1,161.12,6Z"/><path class="svg-download-cls-3" d="M178.49,334.39h0a48.64,48.64,0,0,1-42.56-24.57L71.17,197.64A43.75,43.75,0,0,1,109.06,132h8.69V41.7A41.74,41.74,0,0,1,159.45,0h38.09a41.75,41.75,0,0,1,41.7,41.7V132h8.69a43.75,43.75,0,0,1,37.89,65.62L221,309.82A48.64,48.64,0,0,1,178.49,334.39ZM109.06,144a31.75,31.75,0,0,0-27.49,47.62l64.76,112.17a37.14,37.14,0,0,0,64.33,0l64.76-112.17A31.75,31.75,0,0,0,247.92,144H227.23V41.7A29.73,29.73,0,0,0,197.53,12H159.45a29.73,29.73,0,0,0-29.7,29.7V144Z"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="200" height="200"><path d="M517.30912244 23.0407001c-277.94803947-0.11230224-503.114027 225.0536853-503.11402702 503.00172479 0 219.66317786 140.82700667 406.42179996 337.01901675 475.03846748 26.39102597 6.73813429 22.34814539-12.24094396 22.3481454-25.04339914v-87.14653682c-152.61874168 17.9683581-158.68306256-83.10365624-169.01486845-99.94899196-20.77591406-35.37520501-69.62738767-44.35938408-55.0280967-61.20471981 34.81369383-17.9683581 70.18889885 4.49208953 111.17921577 65.13529813 29.76009311 43.91017513 87.48344355 36.49822743 116.90662996 29.19858195 6.40122758-26.39102597 20.21440287-49.97449598 38.96887665-68.39206307-157.89694687-28.07555954-223.93066292-124.65548435-223.93066294-239.42837176 0-55.5896079 18.30526482-106.7994285 54.35428331-148.01434994-22.90965658-68.16745859 2.13374251-126.34001793 5.50280964-134.98729027 65.3599026-5.95201861 133.07815223 46.71773107 138.46865968 50.87291388 37.17204084-9.99489919 79.50998463-15.38540662 126.90152914-15.38540659 47.72845123 0 90.29099949 5.50280967 127.57534256 15.61001106 12.69015291-9.65799248 75.69170854-54.80349223 136.33491714-49.30068255 3.25676491 8.64727234 27.73865283 65.47220485 6.1766231 132.74124553 36.49822743 41.32722364 54.91579446 92.87395098 54.91579447 148.80046559 0 114.99749189-66.25832052 211.57741672-224.82908082 239.54067401 26.5033282 26.05411926 42.89945497 62.32774217 42.89945498 102.41964122v126.45232019c0.89841792 9.99489919 0 20.21440287 16.95763795 20.21440287 199.22417052-67.26904065 342.52182644-255.3752896 342.52182644-477.05990776 0-277.94803947-225.27828977-503.114027-503.11402701-503.11402703z" fill="currentColor"/></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="200" height="200"><path d="M213.573746 512.08574a296.892457 296.892457 0 0 1 15.663636-94.698456L53.712514 286.089155a504.154105 504.154105 0 0 0 0 451.737229l175.422492-131.502883a296.022255 296.022255 0 0 1-15.356507-94.288949" fill="#FBBC05"/><path d="M521.881206 208.845928a305.696854 305.696854 0 0 1 192.007518 67.210309l151.773472-148.446228A527.547183 527.547183 0 0 0 53.763703 284.195186l175.422491 131.349318a306.771809 306.771809 0 0 1 292.541447-206.698576" fill="#EA4335"/><path d="M521.881206 815.325553a307.130128 307.130128 0 0 1-292.643824-206.698576l-175.524868 131.29813A521.148639 521.148639 0 0 0 521.881206 1023.969287a503.130338 503.130338 0 0 0 339.839486-127.100685l-166.771659-126.128105a327.861412 327.861412 0 0 1-173.221392 44.585056" fill="#34A853"/><path d="M1023.475893 513.774956a415.64944 415.64944 0 0 0-11.875698-92.70211h-486.289369v197.023977h279.744358a229.528582 229.528582 0 0 1-106.522966 152.43892l166.618094 126.128106a502.004194 502.004194 0 0 0 158.069639-382.888893" fill="#4285F4"/></svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
17
easyflow-ui-admin/packages/icons/src/svg/icons/knowledge.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14.0379421 14.3151752" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 10</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.7954, -258.8515)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-10" transform="translate(14, 193)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(1.2954, 1.3515)" stroke="currentColor" stroke-linejoin="round">
|
||||
<path d="M0.0277100066,11.3151752 C0.0277100066,8.74740849 0.0277100066,2 0.0277100066,2 C0.0277100066,0.89543 0.923140007,0 2.02771001,0 L11.0379421,0 L11.0379421,9.31517516 C11.0379421,9.31517516 3.77191001,9.31517516 2.02771001,9.31517516 C0.927710007,9.31517516 0.0277100066,10.2099085 0.0277100066,11.3151752 Z" id="路径"></path>
|
||||
<path d="M8.65194112,9.31517516 C6.43462741,9.31517516 4.21731371,9.31517516 2,9.31517516 C0.89543,9.31517516 0,10.2106085 0,11.3151752 C0,12.4197418 0.89543,13.3151752 2,13.3151752 C5.01264735,13.3151752 8.0252947,13.3151752 11.0379421,13.3151752 C12.1425116,13.3151752 13.0379421,12.4197447 13.0379421,11.3151752 L13.0379421,1.31517516 L13.0379421,1.31517516" id="路径" stroke-linecap="round"></path>
|
||||
<line x1="3.03794206" y1="11.3151752" x2="9.70460872" y2="11.3151752" id="路径" stroke-linecap="round"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
18
easyflow-ui-admin/packages/icons/src/svg/icons/llm.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14.7149751 16.0000001" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 17</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.6425, -354)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-17" transform="translate(14, 289)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="15.9999997"></rect>
|
||||
<g id="编组-16" transform="translate(1.6425, 1)">
|
||||
<path d="M6.35746925,-0.5 C6.8278663,-0.5 7.29826346,-0.377408123 7.71898835,-0.132224476 L9.77959976,1.06864503 L11.8533982,2.25477788 C12.2760935,2.49654319 12.6174583,2.84262067 12.852659,3.24999394 C13.0878603,3.65736827 13.2168969,4.1260387 13.2149349,4.6130027 L13.2052379,6.99797052 L13.214935,9.38701302 C13.2168969,9.87396191 13.08786,10.342632 12.8526584,10.7500061 C12.6174573,11.1573793 12.2760921,11.5034568 11.8533971,11.7452219 L9.78310774,12.9293304 L7.71898727,14.1322242 C7.29826251,14.3774081 6.82786565,14.5 6.35746879,14.5 C5.88707193,14.5 5.41667507,14.3774081 4.99595089,14.1322246 L2.93533838,12.9313556 L0.861540861,11.7452221 C0.43884564,11.5034569 0.0974811362,11.1573797 -0.137719486,10.7500067 C-0.372920756,10.3426327 -0.501957426,9.87396249 -0.499995882,9.38699834 L-0.490300299,7.00202917 L-0.499995944,4.61298652 C-0.501957426,4.12603716 -0.372920783,3.65736708 -0.137719618,3.24999321 C0.0974810057,2.84262027 0.438845544,2.4965432 0.861540701,2.25477797 L2.9318304,1.07067047 L4.99595031,-0.132224245 C5.41667504,-0.377408064 5.88707208,-0.5 6.35746925,-0.5 Z" id="Fill-270" stroke="currentColor"></path>
|
||||
<path d="M6.85746919,4.33333372 C6.85746919,4.05719173 6.63361186,3.83333373 6.35746919,3.83333373 C6.08132653,3.83333373 5.85746919,4.05719173 5.85746919,4.33333372 L6.85746919,4.33333372 Z M5.85746919,7.47058899 C5.85746919,7.74673165 6.08132653,7.97058898 6.35746919,7.97058898 C6.63361186,7.97058898 6.85746919,7.74673165 6.85746919,7.47058899 L5.85746919,7.47058899 Z M6.35746919,4.33333372 L5.85746919,4.33333372 L5.85746919,7.47058899 L6.35746919,7.47058899 L6.85746919,7.47058899 L6.85746919,4.33333372 L6.35746919,4.33333372 Z" id="Fill-271" fill="currentColor"></path>
|
||||
<path d="M3.43729253,8.6083643 C3.19927586,8.74837363 3.11982586,9.05482496 3.25983519,9.29284162 C3.39984519,9.53085761 3.70629586,9.61030828 3.94431253,9.47029828 L3.43729253,8.6083643 Z M6.61097919,7.90167098 C6.84899586,7.76166098 6.92844586,7.45521032 6.78843653,7.21719366 C6.64842653,6.979177 6.34197586,6.899727 6.10395919,7.039737 L6.61097919,7.90167098 Z M3.69080253,9.03933096 L3.94431253,9.47029828 L6.61097919,7.90167098 L6.35746919,7.47070366 L6.10395919,7.039737 L3.43729253,8.6083643 L3.69080253,9.03933096 Z" id="Fill-273" fill="currentColor"></path>
|
||||
<path d="M8.77062586,9.47029828 C9.00864253,9.61030828 9.31509319,9.53085761 9.45510319,9.29284162 C9.59511253,9.05482496 9.51566253,8.74837363 9.27764586,8.6083643 L8.77062586,9.47029828 Z M6.61097919,7.039737 C6.37296253,6.899727 6.06651186,6.979177 5.92650186,7.21719366 C5.78649253,7.45521032 5.86594253,7.76166098 6.10395919,7.90167098 L6.61097919,7.039737 Z M9.02413586,9.03933096 L9.27764586,8.6083643 L6.61097919,7.039737 L6.35746919,7.47070366 L6.10395919,7.90167098 L8.77062586,9.47029828 L9.02413586,9.03933096 Z" id="Fill-272" fill="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
17
easyflow-ui-admin/packages/icons/src/svg/icons/log.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 24</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-29, -831)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-24" transform="translate(16, 765)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组-2" transform="translate(1, 1)">
|
||||
<path d="M11.480315,0.5 C12.0380356,0.5 12.5429568,0.726060947 12.908448,1.09155205 C13.2739391,1.45704315 13.5,1.96196441 13.5,2.51968503 L13.5,11.480315 C13.5,12.0380356 13.2739391,12.5429568 12.908448,12.908448 C12.5429568,13.2739391 12.0380356,13.5 11.480315,13.5 L2.51968503,13.5 C1.96196441,13.5 1.45704315,13.2739391 1.09155205,12.908448 C0.726060947,12.5429568 0.5,12.0380356 0.5,11.480315 L0.5,2.51968503 C0.5,1.96196441 0.726060947,1.45704315 1.09155205,1.09155205 C1.45704315,0.726060947 1.96196441,0.5 2.51968503,0.5 Z" id="形状结合" stroke="currentColor"></path>
|
||||
<rect id="矩形备份" fill="currentColor" x="1.85301837" y="7.48600884" width="5.03937008" height="1" rx="0.5"></rect>
|
||||
<rect id="矩形备份-2" fill="currentColor" x="1.85301837" y="4.41875307" width="8.18897638" height="1" rx="0.5"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
18
easyflow-ui-admin/packages/icons/src/svg/icons/mcp.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 24备份</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="画板" transform="translate(-171, -121)">
|
||||
<g id="编组-24备份" transform="translate(170, 120)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组-2" transform="translate(1, 1)">
|
||||
<rect id="形状结合" stroke="currentColor" x="0.5" y="0.5" width="13" height="13" rx="2.51968503"></rect>
|
||||
<rect id="矩形备份-3" fill="currentColor" x="3" y="5" width="8" height="1" rx="0.5"></rect>
|
||||
<rect id="矩形备份-4" fill="currentColor" x="3" y="8" width="8" height="1" rx="0.5"></rect>
|
||||
<path d="M6.68855607,2.24987802 L5.6139466,3.1095656 C5.39831563,3.28207037 5.36335494,3.59671656 5.53585972,3.81234752 C5.63074581,3.93095514 5.77440226,4 5.92629412,4 L8.07551306,4 C8.35165544,4 8.57551306,3.77614237 8.57551306,3.5 C8.57551306,3.34810814 8.5064682,3.20445169 8.38786059,3.1095656 L7.31325112,2.24987802 C7.13064179,2.10379056 6.87116539,2.10379056 6.68855607,2.24987802 Z" id="路径-2" fill="currentColor"></path>
|
||||
<path d="M6.68855607,10.249878 L5.6139466,11.1095656 C5.39831563,11.2820704 5.36335494,11.5967166 5.53585972,11.8123475 C5.63074581,11.9309551 5.77440226,12 5.92629412,12 L8.07551306,12 C8.35165544,12 8.57551306,11.7761424 8.57551306,11.5 C8.57551306,11.3481081 8.5064682,11.2044517 8.38786059,11.1095656 L7.31325112,10.249878 C7.13064179,10.1037906 6.87116539,10.1037906 6.68855607,10.249878 Z" id="路径-2备份" fill="currentColor" transform="translate(7.0009, 11) scale(1, -1) translate(-7.0009, -11)"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
15
easyflow-ui-admin/packages/icons/src/svg/icons/menu.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>菜单</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26, -590)" fill-rule="nonzero">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="菜单" transform="translate(14, 525)">
|
||||
<rect id="矩形" fill="currentColor" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(0.8, 0.8)" stroke="currentColor">
|
||||
<path d="M1.71559633,6 L6,6 L6,1.71559633 C6,0.770642202 5.2293578,0 4.28440367,0 L1.71559633,0 C0.770642202,0 0,0.770642202 0,1.71559633 L0,4.28440367 C0,5.2293578 0.770642202,6 1.71559633,6 Z M1.71559633,8.4 L6,8.4 L6,12.6844037 C6,13.6293578 5.2293578,14.4 4.28440367,14.4 L1.71559633,14.4 C0.770642202,14.4 0,13.6293578 0,12.6844037 L0,10.1155963 C0,9.1706422 0.770642202,8.4 1.71559633,8.4 Z M8.4,6 L12.6844037,6 C13.6293578,6 14.4,5.2293578 14.4,4.28440367 L14.4,1.71559633 C14.4,0.770642202 13.6293578,0 12.6844037,0 L10.1155963,0 C9.1706422,0 8.4,0.770642202 8.4,1.71559633 L8.4,6 Z M8.4,8.4 L12.6844037,8.4 C13.6293578,8.4 14.4,9.1706422 14.4,10.1155963 L14.4,12.6844037 C14.4,13.6293578 13.6293578,14.4 12.6844037,14.4 L10.1155963,14.4 C9.1706422,14.4 8.4,13.6293578 8.4,12.6844037 L8.4,8.4 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
18
easyflow-ui-admin/packages/icons/src/svg/icons/oauth.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16.0000063px" viewBox="0 0 16 16.0000063" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="认证设置" transform="translate(-26, -885)" fill="currentColor" fill-rule="nonzero">
|
||||
<g id="编组-25备份" transform="translate(0, -1)">
|
||||
<g id="编组-23" transform="translate(12, 17)">
|
||||
<g id="编组-8" transform="translate(0, 42)">
|
||||
<g id="编组" transform="translate(14, 827)">
|
||||
<path d="M8.00018965,16 C7.57172775,16.0012017 7.16057927,15.8309967 6.85835236,15.5272955 L5.46134565,14.1303312 L3.48515941,14.1303312 C2.59374272,14.1288141 1.8716267,13.4063095 1.87061617,12.5149191 L1.87061617,10.5387928 L0.472691575,9.1418285 C-0.157563858,8.51107763 -0.157563858,7.48897408 0.472691575,6.85822321 L1.87061617,5.46493027 L1.87061617,3.48513259 C1.8716267,2.59374223 2.59374272,1.87123761 3.48515941,1.86972049 L5.46134565,1.86972049 L6.85835236,0.472756159 C7.48943719,-0.157585386 8.51185999,-0.157585386 9.14294481,0.472756159 L10.5399515,1.86972049 L12.5152199,1.86972049 C13.4069951,1.87073212 14.1296694,2.59338449 14.130681,3.48513259 L14.130681,5.46493027 L15.5276877,6.85822321 C16.1574374,7.48918335 16.1574374,8.51086836 15.5276877,9.1418285 L14.130681,10.5387928 L14.130681,12.5149191 C14.1296694,13.4066672 13.4069951,14.1293196 12.5152199,14.1303312 L10.5399515,14.1303312 L9.14294481,15.5272955 C8.84026205,15.8308769 8.42888881,16.0010382 8.00018965,16 L8.00018965,16 Z M3.48515941,2.97113783 C3.20163784,2.97164411 2.97206647,3.20161918 2.97206693,3.48513259 L2.97206693,5.68796728 C2.97193839,5.83397509 2.91383138,5.9739559 2.81052082,6.07713474 L1.25013224,7.63747598 C1.15372525,7.7338702 1.09956355,7.86461473 1.09956355,8.0009437 C1.09956355,8.13727267 1.15372525,8.2680172 1.25013224,8.36441142 L2.81052082,9.92475266 C2.91383138,10.0279315 2.97193839,10.1679123 2.97206693,10.3139201 L2.97206693,12.5167548 C2.97206647,12.8002682 3.20163784,13.0302433 3.48515941,13.0307496 L5.68806093,13.0307496 C5.8355818,13.0286768 5.97776596,13.0858794 6.08274745,13.1895372 L7.64313603,14.7498785 C7.73953318,14.8462825 7.87028167,14.9004426 8.00661478,14.9004426 C8.14294789,14.9004426 8.27369638,14.8462825 8.37009353,14.7498785 L9.93048211,13.1895372 C10.0338142,13.0865664 10.1737808,13.0287989 10.3196614,13.0289139 L12.5225629,13.0289139 C12.806443,13.0289139 13.0365733,12.7987906 13.0365733,12.5149191 L13.0365733,10.3120844 C13.0367018,10.1660766 13.0948088,10.0260958 13.1981194,9.92291697 L14.7585079,8.36257573 C14.9587607,8.16163493 14.9587607,7.83658108 14.7585079,7.63564028 L13.1981194,6.07529905 C13.0948088,5.97212021 13.0367018,5.8321394 13.0365733,5.68613158 L13.0365733,3.4832969 C13.0365733,3.19942543 12.806443,2.96930214 12.5225629,2.96930214 L10.3196614,2.96930214 C10.1736491,2.9691736 10.0336641,2.91106836 9.93048211,2.80776093 L8.37009353,1.24741969 C8.27369638,1.15101563 8.14294789,1.09685557 8.00661478,1.09685557 C7.87028167,1.09685557 7.73953318,1.15101563 7.64313603,1.24741969 L6.08274745,2.80776093 C5.9793407,2.91129339 5.83898064,2.96941721 5.69265031,2.96930214 L3.48515941,2.97113783 Z" id="形状"></path>
|
||||
<path d="M7.31453655,10.248753 C7.0318242,10.2488431 6.7623207,10.1291045 6.57289304,9.91924557 L5.03269773,8.2083773 C4.84969946,7.98030858 4.87685302,7.64898927 5.09454324,7.45375732 C5.31223347,7.25852537 5.64455364,7.26745651 5.85144279,7.47409907 L7.30994717,9.09410041 L10.0066658,5.70357069 C10.1962571,5.46557489 10.5428908,5.42633066 10.7808939,5.61591624 C11.0188969,5.80550182 11.0581423,6.15212503 10.868551,6.39012084 L8.09564872,9.87059964 C7.91293235,10.1003925 7.63827933,10.2380506 7.34482645,10.2469172 L7.31453655,10.248753 Z" id="路径"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
14
easyflow-ui-admin/packages/icons/src/svg/icons/plugin.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
<svg width="1em" height="1em" viewBox="0 0 15.0344828 14.4140854" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 9</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-25.4655, -161.5)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-9" transform="translate(13, 96)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M5.07448664,3.55045142 L2.96551724,3.55045142 C1.86094774,3.55045142 0.965517241,4.44588192 0.965517241,5.55045142 L0.965517241,12.4140854 C0.965517241,13.5186549 1.86094774,14.4140854 2.96551724,14.4140854 C3.66850704,14.4140854 4.37149684,14.4140854 5.07448664,14.4140854 C5.07448664,13.9457515 5.07448664,13.4774176 5.07448664,13.0090837 C5.07448664,12.2012255 5.72938511,11.5463271 6.53724332,11.5463271 C7.34510153,11.5463271 8,12.2012255 8,13.0090837 L8,14.4140854 L8,14.4140854 L10.4534534,14.4140854 C11.5580229,14.4140854 12.4534534,13.5186549 12.4534534,12.4140854 L12.4534534,10.3620717 L12.4534534,10.3620717 L13.4810155,10.3620717 C14.3199275,10.3620717 15,9.68199916 15,8.84308717 C15,8.00417519 14.3199275,7.32410266 13.4810155,7.32410266 L12.4534534,7.32410266 L12.4534534,7.32410266 L12.4534534,5.55045142 C12.4534534,4.44588192 11.5580229,3.55045142 10.4534534,3.55045142 L8.03300467,3.55045142 L8.03300467,3.55045142 L8.03300467,2.47925902 C8.03300467,1.66228682 7.37071785,1 6.55374565,1 C5.73677346,1 5.07448664,1.66228682 5.07448664,2.47925902 L5.07448664,3.55045142 L5.07448664,3.55045142 Z" id="路径-11" stroke="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
20
easyflow-ui-admin/packages/icons/src/svg/icons/position.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>岗位组备份</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26, -686)">
|
||||
<g id="编组-23" transform="translate(12, 13)">
|
||||
<g id="编组-8" transform="translate(0, 52)">
|
||||
<g id="岗位组备份" transform="translate(14, 621)">
|
||||
<rect id="矩形" fill="currentColor" fill-rule="nonzero" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M13.6799893,3.1 L8.4,3.1 L6.88000712,1.6 L2.32001069,1.6 C1.91688043,1.6 1.53025971,1.75802808 1.2452019,2.03933233 C0.960144092,2.32063658 0.8,2.70216899 0.8,3.1 L0.8,12.9000044 C0.8,13.297831 0.960144092,13.6793634 1.2452019,13.9606677 C1.53025971,14.2419719 1.91688043,14.4 2.32001069,14.4 L13.6799893,14.4 C14.0831196,14.4 14.4697403,14.2419719 14.7547981,13.9606677 C15.0398559,13.6793634 15.2,13.297831 15.2,12.9000044 L15.2,4.6 C15.2,4.2021646 15.0398559,3.82063218 14.7547981,3.53932793 C14.4697403,3.25802368 14.0831196,3.1 13.6799893,3.1 Z" id="形状结合" stroke="#495363" fill-rule="nonzero"></path>
|
||||
<g id="用户-fill备份-2" transform="translate(3.0253, 5)"></g>
|
||||
<path d="M4.75599236,8.36203629 C3.86179367,8.78539218 3.02525408,10.1376741 3.02525408,11.1791766 C3.02525408,12.2812179 8.35859002,12.2659807 8.35859002,11.1791766 C8.35816643,10.1352072 7.49670616,8.78415549 6.5999458,8.36203629 M5.68788119,5.00000016 C6.67822666,5.00000016 7.48054802,5.78946649 7.48054802,6.76384307 C7.48054802,7.73780959 6.67822666,8.52686586 5.68788119,8.52686586 C4.697529,8.52686586 3.89521437,7.73780959 3.89521437,6.76384307 C3.89521437,5.78987655 4.69753573,5.00000016 5.68788119,5.00000016 Z" id="形状" stroke="#495363" fill-rule="nonzero"></path>
|
||||
<rect id="矩形" fill="#495363" fill-rule="nonzero" x="9.33333626" y="6.66666764" width="2.66666667" height="1" rx="0.5"></rect>
|
||||
<rect id="矩形备份-2" fill="#495363" fill-rule="nonzero" x="9.33333626" y="9.33333594" width="4" height="1" rx="0.5"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="200" height="200"><path d="M511.09761 957.257c-80.159 0-153.737-25.019-201.11-62.386-24.057 6.702-54.831 17.489-74.252 30.864-16.617 11.439-14.546 23.106-11.55 27.816 13.15 20.689 225.583 13.211 286.912 6.767v-3.061z" fill="#FAAD08"/><path d="M496.65061 957.257c80.157 0 153.737-25.019 201.11-62.386 24.057 6.702 54.83 17.489 74.253 30.864 16.616 11.439 14.543 23.106 11.55 27.816-13.15 20.689-225.584 13.211-286.914 6.767v-3.061z" fill="#FAAD08"/><path d="M497.12861 474.524c131.934-0.876 237.669-25.783 273.497-35.34 8.541-2.28 13.11-6.364 13.11-6.364 0.03-1.172 0.542-20.952 0.542-31.155C784.27761 229.833 701.12561 57.173 496.64061 57.162 292.15661 57.173 209.00061 229.832 209.00061 401.665c0 10.203 0.516 29.983 0.547 31.155 0 0 3.717 3.821 10.529 5.67 33.078 8.98 140.803 35.139 276.08 36.034h0.972z" fill="#000000"/><path d="M860.28261 619.782c-8.12-26.086-19.204-56.506-30.427-85.72 0 0-6.456-0.795-9.718 0.148-100.71 29.205-222.773 47.818-315.792 46.695h-0.962C410.88561 582.017 289.65061 563.617 189.27961 534.698 185.44461 533.595 177.87261 534.063 177.87261 534.063 166.64961 563.276 155.56661 593.696 147.44761 619.782 108.72961 744.168 121.27261 795.644 130.82461 796.798c20.496 2.474 79.78-93.637 79.78-93.637 0 97.66 88.324 247.617 290.576 248.996a718.01 718.01 0 0 1 5.367 0C708.80161 950.778 797.12261 800.822 797.12261 703.162c0 0 59.284 96.111 79.783 93.637 9.55-1.154 22.093-52.63-16.623-177.017" fill="#000000"/><path d="M434.38261 316.917c-27.9 1.24-51.745-30.106-53.24-69.956-1.518-39.877 19.858-73.207 47.764-74.454 27.875-1.224 51.703 30.109 53.218 69.974 1.527 39.877-19.853 73.2-47.742 74.436m206.67-69.956c-1.494 39.85-25.34 71.194-53.24 69.956-27.888-1.238-49.269-34.559-47.742-74.435 1.513-39.868 25.341-71.201 53.216-69.974 27.909 1.247 49.285 34.576 47.767 74.453" fill="#FFFFFF"/><path d="M683.94261 368.627c-7.323-17.609-81.062-37.227-172.353-37.227h-0.98c-91.29 0-165.031 19.618-172.352 37.227a6.244 6.244 0 0 0-0.535 2.505c0 1.269 0.393 2.414 1.006 3.386 6.168 9.765 88.054 58.018 171.882 58.018h0.98c83.827 0 165.71-48.25 171.881-58.016a6.352 6.352 0 0 0 1.002-3.395c0-0.897-0.2-1.736-0.531-2.498" fill="#FAAD08"/><path d="M467.63161 256.377c1.26 15.886-7.377 30-19.266 31.542-11.907 1.544-22.569-10.083-23.836-25.978-1.243-15.895 7.381-30.008 19.25-31.538 11.927-1.549 22.607 10.088 23.852 25.974m73.097 7.935c2.533-4.118 19.827-25.77 55.62-17.886 9.401 2.07 13.75 5.116 14.668 6.316 1.355 1.77 1.726 4.29 0.352 7.684-2.722 6.725-8.338 6.542-11.454 5.226-2.01-0.85-26.94-15.889-49.905 6.553-1.579 1.545-4.405 2.074-7.085 0.242-2.678-1.834-3.786-5.553-2.196-8.135" fill="#000000"/><path d="M504.33261 584.495h-0.967c-63.568 0.752-140.646-7.504-215.286-21.92-6.391 36.262-10.25 81.838-6.936 136.196 8.37 137.384 91.62 223.736 220.118 224.996H506.48461c128.498-1.26 211.748-87.612 220.12-224.996 3.314-54.362-0.547-99.938-6.94-136.203-74.654 14.423-151.745 22.684-215.332 21.927" fill="#FFFFFF"/><path d="M323.27461 577.016v137.468s64.957 12.705 130.031 3.91V591.59c-41.225-2.262-85.688-7.304-130.031-14.574" fill="#EB1C26"/><path d="M788.09761 432.536s-121.98 40.387-283.743 41.539h-0.962c-161.497-1.147-283.328-41.401-283.744-41.539l-40.854 106.952c102.186 32.31 228.837 53.135 324.598 51.926l0.96-0.002c95.768 1.216 222.4-19.61 324.6-51.924l-40.855-106.952z" fill="#EB1C26"/></svg>
|
||||
|
After Width: | Height: | Size: 3.3 KiB |
18
easyflow-ui-admin/packages/icons/src/svg/icons/resolved.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>提现处理</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="用户反馈" transform="translate(-1271.927, -339.3732)" fill="currentColor" fill-rule="nonzero">
|
||||
<g id="编组-8备份-2" transform="translate(252, 183)">
|
||||
<g id="🧩智能组件-Menu备份-2" transform="translate(1009, 100)">
|
||||
<g id="LI备份-2" transform="translate(10.927, 44.3732)">
|
||||
<g id="提现处理" transform="translate(0, 12)">
|
||||
<rect id="矩形" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M12.3318438,15.03125 L3.66523437,15.03125 C2.17667472,15.0296396 0.970360368,13.8233253 0.96875,12.3347656 L0.96875,3.66582813 C0.970033149,2.1770366 2.17644317,0.970360936 3.66523438,0.96875 L9.51289063,0.96875 C9.79606865,0.98206589 10.0188149,1.21553251 10.0188149,1.49902344 C10.0188149,1.78251437 9.79606865,2.01598099 9.51289063,2.02929688 L3.66523438,2.02929688 C2.76116184,2.03027001 2.02851139,2.76292745 2.02754688,3.667 L2.02754688,12.3359375 C2.02851139,13.24001 2.76116184,13.9726675 3.66523438,13.9736406 L12.3335938,13.9736406 C13.2374405,13.972349 13.9697393,13.2397847 13.9707031,12.3359375 L13.9707031,7.09707813 C13.984019,6.8139001 14.2174856,6.59115382 14.5009766,6.59115382 C14.7844675,6.59115382 15.0179341,6.8139001 15.03125,7.09707813 L15.03125,12.3359375 C15.0273777,13.8245083 13.8204187,15.0296369 12.3318438,15.03125 Z M7.53828125,10.8119063 L4.45742188,6.99159375 C4.29037213,6.76278221 4.33243044,6.4431161 4.55297987,6.26530078 C4.7735293,6.08748547 5.09484273,6.11418749 5.28301563,6.32596875 L7.62148438,9.22578125 L13.7263594,3.09804688 C13.8774244,2.94578909 14.105464,2.89979496 14.3037367,2.98159357 C14.5020094,3.06339218 14.6312831,3.25679812 14.6310668,3.47128125 C14.6322735,3.61176135 14.5767059,3.74678123 14.4769531,3.84570313 L7.53828125,10.8119063 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
17
easyflow-ui-admin/packages/icons/src/svg/icons/resource.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 15.4 15.6321072" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 6</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.3, -306.3)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-6" transform="translate(14, 241)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(0.8, 0.8)" fill-rule="nonzero" stroke="currentColor">
|
||||
<path d="M12.5054676,5.47393963 L13.6951538,6.15690021 C14.1299281,6.366288 14.4,6.76602937 14.4,7.20016368 C14.4,7.63429799 14.1299281,8.03403935 13.6951538,8.24342715 L7.85421264,11.0528547 C7.44594056,11.2490484 6.95133639,11.2490484 6.54306431,11.0528547 L0.70484624,8.24342715 C0.270071947,8.03403935 0,7.63429799 0,7.20016368 C0,6.76602937 0.270071947,6.366288 0.70484624,6.15690021 L1.39681919,5.6963404" id="路径" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M12.6182453,9.07839589 L13.3600127,9.43231477 L13.6951538,9.58902 C14.1299281,9.7984078 14.4,10.1981492 14.4,10.6322835 C14.4,11.0664178 14.1299281,11.4661591 13.6951538,11.6755469 L7.85421264,14.4849745 C7.44594056,14.6811682 6.95133639,14.6811682 6.54306431,14.4849745 L0.70484624,11.6755469 C0.270071947,11.4661591 0,11.0664178 0,10.6322835 C0,10.1981492 0.270071947,9.7984078 0.70484624,9.58902 L1.03092246,9.43231477 C1.51563029,9.19636885 1.7579842,9.07839589 1.7579842,9.07839589" id="路径" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
<path d="M0.70484624,2.89912624 L6.54306431,0.144591234 C6.95169203,-0.0481970779 7.44694644,-0.0481970779 7.85557416,0.144591234 L13.6951538,2.89912624 C14.1299281,3.10442288 14.4,3.49635382 14.4,3.92200571 C14.4,4.34765761 14.1299281,4.73958855 13.6951538,4.94488518 L7.85285111,7.69942019 C7.44457903,7.89178055 6.94997487,7.89178055 6.54170279,7.69942019 L0.70484624,4.94488518 C0.270071947,4.73958855 0,4.34765761 0,3.92200571 C0,3.49635382 0.270071947,3.10442288 0.70484624,2.89912624 Z" id="路径备份-7"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
18
easyflow-ui-admin/packages/icons/src/svg/icons/role.svg
Normal file
@@ -0,0 +1,18 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 15.4 15.4" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 19</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.3, -542.3)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-19" transform="translate(14, 477)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(0.8, 0.8)" fill-rule="nonzero">
|
||||
<path d="M7.2,0 C3.22392857,0 0,3.22392857 0,7.2 C0,11.1760714 3.22392857,14.4 7.2,14.4 C11.1760714,14.4 14.4,11.1760714 14.4,7.2 C14.4,3.22392857 11.1760714,0 7.2,0 Z" id="形状" stroke="currentColor"></path>
|
||||
<path d="M3.75107143,5.49160714 C3.75107143,4.93875 4.19946429,4.49035714 4.75232143,4.49035714 C5.30517857,4.49035714 5.75357143,4.93875 5.75357143,5.49160714 L5.75357143,5.49321429 C5.75357143,6.04607143 5.30517857,6.49446429 4.75232143,6.49446429 C4.19785714,6.49285714 3.75107143,6.04446429 3.75107143,5.49160714 L3.75107143,5.49160714 Z" id="路径" fill="currentColor"></path>
|
||||
<path d="M9.64767857,6.49285714 C9.09482143,6.49285714 8.64642857,6.04446429 8.64642857,5.49160714 C8.64642857,4.93875 9.09482143,4.49035714 9.64767857,4.49035714 C10.2005357,4.49035714 10.6489286,4.93875 10.6489286,5.49160714 C10.6489286,6.04446429 10.2005357,6.49285714 9.64767857,6.49285714 Z" id="路径" fill="currentColor"></path>
|
||||
</g>
|
||||
<path d="M8,11.9702381 C6.43154762,11.9702381 5.16071429,10.6994048 5.16071429,9.13095238 L10.8392857,9.13095238 C10.8392857,10.6994048 9.56845238,11.9702381 8,11.9702381 Z" id="路径" stroke="currentColor" fill-rule="nonzero"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
13
easyflow-ui-admin/packages/icons/src/svg/icons/setting.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>138设置、系统设置、功能设置、属性备份</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26, -922)" fill-rule="nonzero">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="138设置、系统设置、功能设置、属性备份" transform="translate(14, 857)">
|
||||
<rect id="矩形" fill="currentColor" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M14.8703125,6.7 C14.8671875,6.671875 14.8640625,6.6484375 14.859375,6.634375 L14.859375,6.621875 L14.853125,6.5875 C14.7421875,6.046875 14.384375,5.6984375 13.9390625,5.6984375 L13.865625,5.6984375 C13.10625,5.6984375 12.490625,5.0796875 12.490625,4.3234375 C12.490625,4.1484375 12.571875,3.9 12.60625,3.8125 C12.821875,3.309375 12.5921875,2.7359375 12.059375,2.44375 L10.3828125,1.4953125 L10.3515625,1.484375 C10.2265625,1.44375 10.08125,1.3953125 9.91875,1.3953125 C9.615625,1.3953125 9.275,1.5359375 9.0640625,1.746875 C8.8,2.0078125 8.2640625,2.396875 7.9453125,2.396875 C7.628125,2.396875 7.090625,2.009375 6.8265625,1.746875 C6.6015625,1.525 6.290625,1.3953125 5.971875,1.3953125 C5.8046875,1.3953125 5.6640625,1.4421875 5.5390625,1.484375 L5.5109375,1.4953125 L3.753125,2.446875 L3.7421875,2.453125 C3.315625,2.7203125 3.1421875,3.3328125 3.359375,3.81875 L3.3625,3.825 L3.365625,3.83125 C3.4,3.9078125 3.50625,4.1671875 3.50625,4.39375 C3.50625,5.153125 2.8875,5.76875 2.13125,5.76875 L2.0578125,5.76875 C1.5921875,5.76875 1.24375,6.1125 1.14375,6.6640625 L1.1375,6.6953125 L1.1375,6.70625 C1.1375,6.721875 1.13125,6.74375 1.1265625,6.771875 C1.0875,7.0078125 0.99375,7.5640625 0.99375,8.01875 C0.99375,8.4734375 1.0859375,9.0296875 1.1265625,9.265625 C1.1296875,9.29375 1.1328125,9.3171875 1.1375,9.33125 L1.1375,9.34375 L1.14375,9.378125 C1.2546875,9.91875 1.6125,10.2671875 2.0578125,10.2671875 L2.0953125,10.2671875 C2.8546875,10.2671875 3.4703125,10.8859375 3.4703125,11.6421875 C3.4703125,11.8171875 3.3890625,12.065625 3.3546875,12.153125 C3.146875,12.6265625 3.34375,13.234375 3.803125,13.540625 L3.815625,13.546875 L5.471875,14.46875 L5.503125,14.4796875 C5.628125,14.5203125 5.7703125,14.56875 5.9328125,14.56875 C6.2796875,14.56875 6.5921875,14.4359375 6.7875,14.2171875 C6.80625,14.203125 6.825,14.184375 6.846875,14.165625 C7.046875,13.990625 7.584375,13.528125 7.9390625,13.528125 C8.203125,13.528125 8.6453125,13.8046875 9.090625,14.25 C9.315625,14.471875 9.6265625,14.6015625 9.9453125,14.6015625 C10.1609375,14.6015625 10.3203125,14.5421875 10.5015625,14.453125 L10.5078125,14.45 L12.20625,13.5109375 L12.2125,13.5046875 C12.6390625,13.2375 12.8125,12.625 12.5953125,12.1390625 L12.5921875,12.1328125 L12.5890625,12.1265625 C12.5859375,12.125 12.453125,11.8484375 12.478125,11.6 L12.48125,11.584375 L12.48125,11.56875 C12.48125,10.809375 13.1,10.19375 13.85625,10.19375 L13.934375,10.19375 C14.4,10.19375 14.7484375,9.85 14.8484375,9.2984375 L14.8546875,9.2671875 L14.8546875,9.25625 C14.8578125,9.24375 14.8609375,9.225 14.865625,9.2 C14.90625,8.9703125 15.0000775,8.434375 15.0000775,7.94375 C15.003125,7.490625 14.9109375,6.9359375 14.8703125,6.7 L14.8703125,6.7 Z M7.9953125,10.175 C6.79375,10.175 5.8203125,9.2015625 5.8203125,8 C5.8203125,6.7984375 6.79375,5.825 7.9953125,5.825 C9.196875,5.825 10.1703125,6.7984375 10.1703125,8 C10.1703125,9.2015625 9.196875,10.175 7.9953125,10.175 L7.9953125,10.175 Z" id="形状" stroke="currentColor"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="200" height="200" style="shape-rendering: auto; display: block; background: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g transform="translate(50 50)">
|
||||
<g>
|
||||
<animateTransform repeatCount="indefinite" dur="0.2s" keyTimes="0;1" values="0;45" type="rotate" attributeName="transform"></animateTransform><path fill="currentColor" d="M29.491524206117255 -5.5 L37.491524206117255 -5.5 L37.491524206117255 5.5 L29.491524206117255 5.5 A30 30 0 0 1 24.742744050198738 16.964569457146712 L24.742744050198738 16.964569457146712 L30.399598299691117 22.621423706639092 L22.621423706639096 30.399598299691114 L16.964569457146716 24.742744050198734 A30 30 0 0 1 5.5 29.491524206117255 L5.5 29.491524206117255 L5.5 37.491524206117255 L-5.499999999999997 37.491524206117255 L-5.499999999999997 29.491524206117255 A30 30 0 0 1 -16.964569457146705 24.742744050198738 L-16.964569457146705 24.742744050198738 L-22.621423706639085 30.399598299691117 L-30.399598299691117 22.621423706639092 L-24.742744050198738 16.964569457146712 A30 30 0 0 1 -29.491524206117255 5.500000000000009 L-29.491524206117255 5.500000000000009 L-37.491524206117255 5.50000000000001 L-37.491524206117255 -5.500000000000001 L-29.491524206117255 -5.500000000000002 A30 30 0 0 1 -24.742744050198738 -16.964569457146705 L-24.742744050198738 -16.964569457146705 L-30.399598299691117 -22.621423706639085 L-22.621423706639092 -30.399598299691117 L-16.964569457146712 -24.742744050198738 A30 30 0 0 1 -5.500000000000011 -29.491524206117255 L-5.500000000000011 -29.491524206117255 L-5.500000000000012 -37.491524206117255 L5.499999999999998 -37.491524206117255 L5.5 -29.491524206117255 A30 30 0 0 1 16.964569457146702 -24.74274405019874 L16.964569457146702 -24.74274405019874 L22.62142370663908 -30.39959829969112 L30.399598299691117 -22.6214237066391 L24.742744050198738 -16.964569457146716 A30 30 0 0 1 29.491524206117255 -5.500000000000013 M0 -20A20 20 0 1 0 0 20 A20 20 0 1 0 0 -20"></path></g></g><g></g></g><!-- [ldio] generated by https://loading.io --></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
15
easyflow-ui-admin/packages/icons/src/svg/icons/talk.svg
Normal file
@@ -0,0 +1,15 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>talk</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-25, -111)" fill-rule="nonzero">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="talk" transform="translate(13, 46)">
|
||||
<rect id="矩形" fill="currentColor" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M7.99915141,14 C7.86337738,14 7.72760335,13.9590551 7.61219542,13.8788714 L4.5623712,11.7480315 L3.00266699,11.7480315 C1.89780579,11.7480315 1,10.8387139 1,9.72125984 L1,3.02677165 C1,1.90931759 1.89950297,1 3.00266699,1 L12.997333,1 C14.1021942,1 15,1.90931759 15,3.02677165 L15,9.72296588 C15,10.8404199 14.100497,11.7497375 12.997333,11.7497375 L11.4376288,11.7497375 L8.38610741,13.8788714 C8.27069948,13.9590551 8.13492545,14 7.99915141,14 Z" id="形状结合" stroke="currentColor"></path>
|
||||
<rect id="矩形" fill="currentColor" x="3" y="3.8" width="5.6" height="1" rx="0.5"></rect>
|
||||
<rect id="矩形备份-5" fill="currentColor" x="3" y="7" width="7.2" height="1" rx="0.5"></rect>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
|
||||
<rect id="b1" x="0" y="0" width="32" height="32" style="fill:none;"/>
|
||||
<g id="b11" serif:id="b1">
|
||||
<g>
|
||||
<g transform="matrix(1.155236,0,0,1.133743,3.49525,-0.501586)">
|
||||
<path d="M7.972,26.181L3.28,26.181C3.203,26.181 3.126,26.165 3.055,26.132C2.984,26.1 2.921,26.053 2.87,25.994C2.819,25.936 2.782,25.867 2.76,25.792C2.737,25.718 2.732,25.639 2.742,25.562L3.656,20.403L9.441,20.403L8.498,25.748C8.473,25.869 8.407,25.978 8.311,26.057C8.216,26.136 8.096,26.18 7.972,26.181Z" style="fill:rgb(0,155,255);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(1.155236,0,0,1.133743,3.49525,-0.501586)">
|
||||
<clipPath id="_clip1">
|
||||
<path d="M21.178,8.787L5.698,8.787L6.716,3.002L21.988,3.002C22.071,2.994 22.156,3.006 22.234,3.037C22.312,3.067 22.382,3.115 22.439,3.178C22.495,3.24 22.536,3.315 22.558,3.396C22.58,3.477 22.583,3.562 22.566,3.645L21.71,8.353C21.687,8.477 21.621,8.588 21.523,8.667C21.426,8.747 21.303,8.789 21.178,8.787Z" clip-rule="nonzero"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip1)">
|
||||
<g transform="matrix(0.865624,-0,-0,0.882034,-3.025571,0.442416)">
|
||||
<use xlink:href="#_Image2" x="10.078" y="2.9" width="20px" height="7px"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g transform="matrix(1.155236,0,0,1.133743,3.49525,-0.501586)">
|
||||
<path d="M5.698,8.787L0.55,8.787C0.471,8.788 0.393,8.772 0.321,8.739C0.249,8.707 0.185,8.66 0.134,8.6C0.082,8.541 0.044,8.471 0.022,8.395C-0,8.32 -0.006,8.24 0.006,8.162L0.845,3.448C0.868,3.323 0.933,3.211 1.031,3.129C1.128,3.048 1.25,3.003 1.377,3.002L6.716,3.002L5.698,8.787Z" style="fill:rgb(0,100,255);fill-rule:nonzero;"/>
|
||||
</g>
|
||||
<g transform="matrix(1.155236,0,0,1.133743,3.49525,-0.501586)">
|
||||
<clipPath id="_clip3">
|
||||
<path d="M9.447,20.385L3.65,20.385L5.698,8.799L11.494,8.799L9.447,20.385Z" clip-rule="nonzero"/>
|
||||
</clipPath>
|
||||
<g clip-path="url(#_clip3)">
|
||||
<g transform="matrix(0.865624,-0,-0,0.882034,-3.025571,0.442416)">
|
||||
<use xlink:href="#_Image4" x="7.712" y="9.474" width="10px" height="14px"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<image id="_Image2" width="20px" height="7px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAHCAYAAAAIy204AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAsUlEQVQokW2R267CMAwEB/7/RxGoXFrKoSS7PMQJrnQSrZKn8dg+nGwDLJq468zsC7MmFk8svrLqxtN3Vj14eeHPM2+vvL2y8eLjjeINUTHiCGBMpSAK1RURcX6FaW/7i+bS084RaKCIelwCrKhef6AB7Zc9sLpZZLvK3i7DesBhybBswJ1dAqcCRsjdK9s5hpZbdkkzLAMyYO6w+O9w+t9Qzgspv1bTQka7jnYDlqf4BQuSDbEWXdA2AAAAAElFTkSuQmCC"/>
|
||||
<image id="_Image4" width="10px" height="14px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAR0lEQVQokZ2PQQrAIAwEx5L/3/ys2qbXglRGc1sYZjeFmom4oBkMgqaEO8ZuwfFJixVBtxuPqhf1M/hrfASVENzW6J7mchi89l8Tj8VznSAAAAAASUVORK5CYII="/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
27
easyflow-ui-admin/packages/icons/src/svg/icons/time.svg
Normal file
@@ -0,0 +1,27 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 14.3333333 14.3333333" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 18</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-27.6667, -782.5)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-18" transform="translate(15, 717)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组" transform="translate(1, 1)" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
|
||||
<rect id="矩形" x="0.166666667" y="0" width="13.3333333" height="13.3333333" rx="2"></rect>
|
||||
<line x1="0.166666667" y1="3.33333333" x2="13.5" y2="3.33333333" id="路径"></line>
|
||||
<line x1="13.5" y1="2.33333333" x2="13.5" y2="6.33333333" id="路径"></line>
|
||||
<line x1="2.83333333" y1="6" x2="4.16666667" y2="6" id="路径"></line>
|
||||
<line x1="6.16666667" y1="6" x2="7.5" y2="6" id="路径"></line>
|
||||
<line x1="9.5" y1="6" x2="10.8333333" y2="6" id="路径"></line>
|
||||
<line x1="2.83333333" y1="8.33333333" x2="4.16666667" y2="8.33333333" id="路径"></line>
|
||||
<line x1="6.16666667" y1="8.33333333" x2="7.5" y2="8.33333333" id="路径"></line>
|
||||
<line x1="9.5" y1="8.33333333" x2="10.8333333" y2="8.33333333" id="路径"></line>
|
||||
<line x1="2.83333333" y1="10.6666667" x2="4.16666667" y2="10.6666667" id="路径"></line>
|
||||
<line x1="6.16666667" y1="10.6666667" x2="7.5" y2="10.6666667" id="路径"></line>
|
||||
<line x1="9.5" y1="10.6666667" x2="10.8333333" y2="10.6666667" id="路径"></line>
|
||||
<line x1="0.166666667" y1="2.33333333" x2="0.166666667" y2="6.33333333" id="路径"></line>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>问题解答</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="用户反馈" transform="translate(-26, -837)" fill="currentColor" fill-rule="nonzero">
|
||||
<g id="编组-25备份" transform="translate(0, -1)">
|
||||
<g id="编组-23" transform="translate(12, 17)">
|
||||
<g id="编组-8" transform="translate(0, 42)">
|
||||
<g id="问题解答" transform="translate(14, 779)">
|
||||
<rect id="矩形" opacity="0" x="0" y="0" width="16" height="16"></rect>
|
||||
<path d="M14.495,10.9205 C14.495,10.9115 14.5,10.904 14.5,10.8945 L14.5,2.077 C14.5,1.2075 13.8055,0.5 12.952,0.5 L3.0475,0.5 C2.1945,0.5 1.5,1.2075 1.5,2.077 L1.5,13.923 C1.5,14.7925 2.1945,15.5 3.0475,15.5 L10.548,15.5 C10.6683847,15.5 10.784728,15.4565754 10.8755,15.3775 L14.3170683,11.4421079 C14.4583939,11.32694 14.5258343,11.1439798 14.4930664,10.9646398 C14.4602985,10.7852998 14.3325168,10.6380094 14.1595966,10.5802585 C13.9866763,10.5225076 13.7960294,10.5634511 13.6620683,10.6871079 L11,13.9455 L11,12.0775 C11,11.759 11.2455,11.5 11.548,11.5 L14.011,11.5 C14.2871424,11.5 14.5111056,11.2761424 14.5111056,11 C14.5105,10.972 14.499,10.9475 14.495,10.9205 Z M10,12.077 L10,14.5 L3.0475,14.5 C2.7455,14.5 2.5,14.241 2.5,13.923 L2.5,2.077 C2.5,1.759 2.7455,1.5 3.0475,1.5 L12.952,1.5 C13.2545,1.5 13.5,1.759 13.5,2.077 L13.5,10.5 L11.548,10.5 C10.6945,10.5 10,11.2075 10,12.077 Z M7.75,12.5 C8.16421356,12.5 8.5,12.1642136 8.5,11.75 C8.5,11.3357864 8.16421356,11 7.75,11 C7.33578644,11 7,11.3357864 7,11.75 C7,12.1642136 7.33578644,12.5 7.75,12.5 Z M7.663,3 C6.09616816,3 4.826,4.27016816 4.826,5.837 C4.826,6.11314237 5.04985763,6.337 5.326,6.337 C5.60214237,6.337 5.826,6.11314237 5.826,5.837 C5.8492831,4.83914884 6.66487724,4.04236315 7.663,4.04236315 C8.66112276,4.04236315 9.4767169,4.83914884 9.5,5.837 C9.5,6.8515 8.6775,7.7975 7.663,7.7975 C7.38685763,7.7975 7.163,8.02135763 7.163,8.2975 L7.163,9.279 C7.163,9.55514237 7.38685763,9.779 7.663,9.779 C7.93914237,9.779 8.163,9.55514237 8.163,9.279 L8.163,8.7535 C9.4915,8.517 10.5,7.233 10.5,5.837 C10.5,4.27016816 9.22983184,3 7.663,3 Z" id="形状"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="200" height="200"><path d="M712.149333 352.234667c5.184 0 10.282667 0.064 15.381334 0.341333-26.944-146.837333-178.602667-259.2-361.642667-259.2-202.090667 0-365.888 137.002667-365.888 306.005333 0 99.093333 56.298667 187.178667 143.637333 243.093334l3.349334 2.133333-35.349334 110.72 132.266667-67.370667 6.229333 1.792a431.296 431.296 0 0 0 140.330667 14.848 237.141333 237.141333 0 0 1-11.626667-73.002666c0.021333-154.282667 149.290667-279.36 333.312-279.36z m-218.901333-107.968c28.373333 0 51.349333 22.250667 51.349333 49.728 0 27.456-22.976 49.770667-51.349333 49.770666-28.416 0-51.370667-22.293333-51.370667-49.770666-0.021333-27.498667 22.954667-49.728 51.370667-49.728z m-254.677333 99.477333c-28.394667 0-51.370667-22.293333-51.370667-49.770667 0-27.477333 22.997333-49.728 51.370667-49.728 28.394667 0 51.434667 22.250667 51.434666 49.728s-23.04 49.770667-51.434666 49.770667z" fill="#46AF35"/><path d="M405.76 633.408c0 142.805333 138.453333 258.56 309.162667 258.56a363.392 363.392 0 0 0 103.04-14.762667l111.701333 56.96-29.866667-93.589333 2.816-1.792c73.770667-47.232 121.344-121.621333 121.344-205.397333 0-142.741333-138.389333-258.496-309.056-258.496-170.688 0.042667-309.141333 115.776-309.141333 258.517333z m373.312-89.045333c0-23.168 19.413333-41.962667 43.370667-41.962667 24.021333 0 43.413333 18.816 43.413333 41.962667 0 23.253333-19.413333 42.090667-43.413333 42.090666-23.957333 0-43.370667-18.858667-43.370667-42.090666z m-215.146667 0c0-23.168 19.456-41.962667 43.413334-41.962667 23.978667 0 43.413333 18.816 43.413333 41.962667 0 23.253333-19.434667 42.090667-43.413333 42.090666-23.957333 0-43.413333-18.858667-43.413334-42.090666z" fill="#46AF35"/></svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
17
easyflow-ui-admin/packages/icons/src/svg/icons/workflow.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="1em" height="1em" viewBox="0 0 15.2666667 14.4626497" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>编组 15</title>
|
||||
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="icon未选中备份" transform="translate(-26.0333, -210.7)">
|
||||
<g id="编组-8" transform="translate(12, 65)">
|
||||
<g id="编组-15" transform="translate(14, 145)">
|
||||
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
||||
<g id="编组-14" transform="translate(0.5333, 1.2)" stroke="currentColor">
|
||||
<path d="M2,0 L6.8,0 C7.9045696,0 8.8,0.8954304 8.8,2 C8.8,3.1045696 7.9045696,4 6.8,4 L2,4 C0.8954304,4 0,3.1045696 0,2 C0,0.8954304 0.8954304,0 2,0 Z" id="Fill-261"></path>
|
||||
<path d="M7.46666667,9.46264972 L12.2666667,9.46264972 C13.3712363,9.46264972 14.2666667,10.3580801 14.2666667,11.4626497 C14.2666667,12.5672193 13.3712363,13.4626497 12.2666667,13.4626497 L7.46666667,13.4626497 C6.36209707,13.4626497 5.46666667,12.5672193 5.46666667,11.4626497 C5.46666667,10.3580801 6.36209707,9.46264972 7.46666667,9.46264972 Z" id="Fill-262"></path>
|
||||
<path d="M8.8,2 C9.84444444,2 10.8888889,2 11.9333333,2 C13.2219977,2 14.2666667,3.04466892 14.2666667,4.33333333 C14.2666667,5.62199775 13.2219977,6.66666667 11.9333333,6.66666667 L2.33333333,6.66666667 C1.04466892,6.66666667 4.14466087e-16,7.71133558 0,9 C1.57815875e-16,10.2886644 1.04466892,11.3333333 2.33333333,11.3333333 C3.37777778,11.3333333 4.42222222,11.3333333 5.46666667,11.3333333" id="路径-2"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
@@ -0,0 +1 @@
|
||||
<svg t="1770107627884" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6145" width="16" height="16"><path d="M235.733333 789.546667m-32 0a32 32 0 1 0 64 0 32 32 0 1 0-64 0Z" p-id="6146"></path><path d="M884.48 290.986667a29.653333 29.653333 0 0 0-21.333333-19.626667 30.72 30.72 0 0 0-28.373334 7.893333l-135.04 135.04-85.333333-5.973333-5.973333-85.333333 136.106666-134.186667a29.866667 29.866667 0 0 0-11.733333-49.493333 234.666667 234.666667 0 0 0-300.373333 170.666666 234.666667 234.666667 0 0 0 5.546666 124.586667l-277.333333 277.333333a108.373333 108.373333 0 0 0-16.213333 135.253334 106.666667 106.666667 0 0 0 78.933333 48.853333 96.64 96.64 0 0 0 11.306667 0 106.666667 106.666667 0 0 0 75.306666-31.146667l279.04-279.04a234.666667 234.666667 0 0 0 295.466667-294.826666zM848.426667 405.333333A192 192 0 0 1 704 549.76a189.653333 189.653333 0 0 1-113.066667-8.533333l-13.013333-5.12-298.666667 298.666666a64 64 0 0 1-99.2-10.88A65.92 65.92 0 0 1 192 742.186667l296.533333-296.533334-5.12-13.013333a189.013333 189.013333 0 0 1-8.533333-112.853333A192 192 0 0 1 618.666667 175.573333 198.826667 198.826667 0 0 1 661.333333 170.666667a181.76 181.76 0 0 1 37.333334 3.84l-132.906667 132.906666 8.32 117.333334 1.066667 5.333333a29.226667 29.226667 0 0 0 18.773333 18.986667l122.666667 9.173333 133.12-132.906667a192 192 0 0 1-1.28 80z" p-id="6147"></path></svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
67
easyflow-ui-admin/packages/icons/src/svg/index.ts
Normal file
@@ -0,0 +1,67 @@
|
||||
import { createIconifyIcon } from '@easyflow-core/icons';
|
||||
|
||||
import './load.js';
|
||||
|
||||
const SvgAvatar1Icon = createIconifyIcon('svg:avatar-1');
|
||||
const SvgAvatar2Icon = createIconifyIcon('svg:avatar-2');
|
||||
const SvgAvatar3Icon = createIconifyIcon('svg:avatar-3');
|
||||
const SvgAvatar4Icon = createIconifyIcon('svg:avatar-4');
|
||||
const SvgDownloadIcon = createIconifyIcon('svg:download');
|
||||
const SvgCardIcon = createIconifyIcon('svg:card');
|
||||
const SvgBellIcon = createIconifyIcon('svg:bell');
|
||||
const SvgCakeIcon = createIconifyIcon('svg:cake');
|
||||
const SvgAntdvLogoIcon = createIconifyIcon('svg:antdv-logo');
|
||||
const SvgGithubIcon = createIconifyIcon('svg:github');
|
||||
const SvgGoogleIcon = createIconifyIcon('svg:google');
|
||||
const SvgQQChatIcon = createIconifyIcon('svg:qqchat');
|
||||
const SvgWeChatIcon = createIconifyIcon('svg:wechat');
|
||||
const SvgDingDingIcon = createIconifyIcon('svg:dingding');
|
||||
const SvgTDesignIcon = createIconifyIcon('svg:tdesign-logo');
|
||||
const SvgTalkIcon = createIconifyIcon('svg:talk');
|
||||
const SvgPluginIcon = createIconifyIcon('svg:plugin');
|
||||
const SvgWorkflowIcon = createIconifyIcon('svg:workflow');
|
||||
const SvgKnowledgeIcon = createIconifyIcon('svg:knowledge');
|
||||
const SvgResourceIcon = createIconifyIcon('svg:resource');
|
||||
const SvgDataCenterIcon = createIconifyIcon('svg:data-center');
|
||||
const SvgLlmIcon = createIconifyIcon('svg:llm');
|
||||
const SvgAccountIcon = createIconifyIcon('svg:account');
|
||||
const SvgRoleIcon = createIconifyIcon('svg:role');
|
||||
const SvgMenuIcon = createIconifyIcon('svg:menu');
|
||||
const SvgDepartmentIcon = createIconifyIcon('svg:department');
|
||||
const SvgTimeIcon = createIconifyIcon('svg:time');
|
||||
const SvgLogIcon = createIconifyIcon('svg:log');
|
||||
const SvgSettingIcon = createIconifyIcon('svg:setting');
|
||||
const SvgApiIcon = createIconifyIcon('svg:api');
|
||||
|
||||
export {
|
||||
SvgAccountIcon,
|
||||
SvgAntdvLogoIcon,
|
||||
SvgApiIcon,
|
||||
SvgAvatar1Icon,
|
||||
SvgAvatar2Icon,
|
||||
SvgAvatar3Icon,
|
||||
SvgAvatar4Icon,
|
||||
SvgBellIcon,
|
||||
SvgCakeIcon,
|
||||
SvgCardIcon,
|
||||
SvgDataCenterIcon,
|
||||
SvgDepartmentIcon,
|
||||
SvgDingDingIcon,
|
||||
SvgDownloadIcon,
|
||||
SvgGithubIcon,
|
||||
SvgGoogleIcon,
|
||||
SvgKnowledgeIcon,
|
||||
SvgLlmIcon,
|
||||
SvgLogIcon,
|
||||
SvgMenuIcon,
|
||||
SvgPluginIcon,
|
||||
SvgQQChatIcon,
|
||||
SvgResourceIcon,
|
||||
SvgRoleIcon,
|
||||
SvgSettingIcon,
|
||||
SvgTalkIcon,
|
||||
SvgTDesignIcon,
|
||||
SvgTimeIcon,
|
||||
SvgWeChatIcon,
|
||||
SvgWorkflowIcon,
|
||||
};
|
||||
61
easyflow-ui-admin/packages/icons/src/svg/load.ts
Normal file
@@ -0,0 +1,61 @@
|
||||
import type { IconifyIconStructure } from '@easyflow-core/icons';
|
||||
|
||||
import { addIcon } from '@easyflow-core/icons';
|
||||
|
||||
let loaded = false;
|
||||
if (!loaded) {
|
||||
loadSvgIcons();
|
||||
loaded = true;
|
||||
}
|
||||
|
||||
function parseSvg(svgData: string): IconifyIconStructure {
|
||||
const parser = new DOMParser();
|
||||
const xmlDoc = parser.parseFromString(svgData, 'image/svg+xml');
|
||||
const svgElement = xmlDoc.documentElement;
|
||||
|
||||
const svgContent = [...svgElement.childNodes]
|
||||
.filter((node) => node.nodeType === Node.ELEMENT_NODE)
|
||||
.map((node) => new XMLSerializer().serializeToString(node))
|
||||
.join('');
|
||||
|
||||
const viewBoxValue = svgElement.getAttribute('viewBox') || '';
|
||||
const [left, top, width, height] = viewBoxValue.split(' ').map((val) => {
|
||||
const num = Number(val);
|
||||
return Number.isNaN(num) ? undefined : num;
|
||||
});
|
||||
|
||||
return {
|
||||
body: svgContent,
|
||||
height,
|
||||
left,
|
||||
top,
|
||||
width,
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* 自定义的svg图片转化为组件
|
||||
* @example ./svg/avatar.svg
|
||||
* <Icon icon="svg:avatar"></Icon>
|
||||
*/
|
||||
async function loadSvgIcons() {
|
||||
const svgEagers = import.meta.glob('./icons/**', {
|
||||
eager: true,
|
||||
query: '?raw',
|
||||
});
|
||||
|
||||
await Promise.all(
|
||||
Object.entries(svgEagers).map((svg) => {
|
||||
const [key, body] = svg as [string, string | { default: string }];
|
||||
|
||||
// ./icons/xxxx.svg => xxxxxx
|
||||
const start = key.lastIndexOf('/') + 1;
|
||||
const end = key.lastIndexOf('.');
|
||||
const iconName = key.slice(start, end);
|
||||
|
||||
return addIcon(`svg:${iconName}`, {
|
||||
...parseSvg(typeof body === 'object' ? body.default : body),
|
||||
});
|
||||
}),
|
||||
);
|
||||
}
|
||||
6
easyflow-ui-admin/packages/icons/tsconfig.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "@easyflow/tsconfig/web.json",
|
||||
"include": ["src"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||