feat: 新增菜单管理
@@ -1,3 +1,4 @@
|
|||||||
|
export * from './menu'
|
||||||
export * from './dept'
|
export * from './dept'
|
||||||
export * from './log'
|
export * from './log'
|
||||||
export * from './dict'
|
export * from './dict'
|
||||||
|
29
src/apis/system/menu.ts
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
import http from '@/utils/http'
|
||||||
|
import type * as System from './type'
|
||||||
|
|
||||||
|
const BASE_URL = '/system/menu'
|
||||||
|
|
||||||
|
/** @desc 查询菜单列表 */
|
||||||
|
export function listMenu(query: System.MenuQuery) {
|
||||||
|
return http.get<System.MenuResp[]>(`${BASE_URL}/tree`, query)
|
||||||
|
}
|
||||||
|
|
||||||
|
/** @desc 查询菜单详情 */
|
||||||
|
export function getMenu(id: string) {
|
||||||
|
return http.get<System.MenuResp>(`${BASE_URL}/${id}`)
|
||||||
|
}
|
||||||
|
|
||||||
|
/** @desc 新增菜单 */
|
||||||
|
export function addMenu(data: any) {
|
||||||
|
return http.post<boolean>(`${BASE_URL}`, data)
|
||||||
|
}
|
||||||
|
|
||||||
|
/** @desc 修改菜单 */
|
||||||
|
export function updateMenu(data: any, id: string) {
|
||||||
|
return http.put(`${BASE_URL}/${id}`, data)
|
||||||
|
}
|
||||||
|
|
||||||
|
/** @desc 删除菜单 */
|
||||||
|
export function deleteMenu(id: string) {
|
||||||
|
return http.del(`${BASE_URL}/${id}`)
|
||||||
|
}
|
@@ -1,3 +1,32 @@
|
|||||||
|
/** 系统菜单类型 */
|
||||||
|
export interface MenuResp {
|
||||||
|
id: string
|
||||||
|
title: string
|
||||||
|
parentId: string
|
||||||
|
type: 1 | 2 | 3
|
||||||
|
path: string
|
||||||
|
name: string
|
||||||
|
component: string
|
||||||
|
redirect: string
|
||||||
|
icon: string
|
||||||
|
isExternal: boolean
|
||||||
|
isCache: boolean
|
||||||
|
isHidden: boolean
|
||||||
|
permission: string
|
||||||
|
sort: number
|
||||||
|
status: 1 | 2
|
||||||
|
createUserString: string
|
||||||
|
createTime: string
|
||||||
|
updateUserString: string
|
||||||
|
updateTime: string
|
||||||
|
children: MenuResp[]
|
||||||
|
}
|
||||||
|
export interface MenuQuery {
|
||||||
|
title?: string
|
||||||
|
status?: number
|
||||||
|
sort: Array<string>
|
||||||
|
}
|
||||||
|
|
||||||
/** 系统部门类型 */
|
/** 系统部门类型 */
|
||||||
export interface DeptResp {
|
export interface DeptResp {
|
||||||
id: string
|
id: string
|
||||||
@@ -16,7 +45,7 @@ export interface DeptResp {
|
|||||||
export interface DeptQuery {
|
export interface DeptQuery {
|
||||||
description?: string
|
description?: string
|
||||||
status?: number
|
status?: number
|
||||||
sort?: Array<string>
|
sort: Array<string>
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 系统日志类型 */
|
/** 系统日志类型 */
|
||||||
|
1
src/assets/icons/align-center.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M44 9H4m38 20H6m28-10H14m20 20H14" /></svg>
|
After Width: | Height: | Size: 174 B |
1
src/assets/icons/align-left.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M44 9H4m36 20H4m21-10H4m21 20H4" /></svg>
|
After Width: | Height: | Size: 172 B |
1
src/assets/icons/align-right.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M4 9h40M8 29h36M23 19h21M23 39h21" /></svg>
|
After Width: | Height: | Size: 174 B |
1
src/assets/icons/apps.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M7 7h13v13H7zM28 7h13v13H28zM7 28h13v13H7zM28 28h13v13H28z"/></svg>
|
After Width: | Height: | Size: 198 B |
1
src/assets/icons/archive.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><rect x="9" y="18" width="30" height="22" rx="1" /><path d="M6 9a1 1 0 011-1h34a1 1 0 011 1v8a1 1 0 01-1 1H7a1 1 0 01-1-1V9zM19 27h10" /></svg>
|
After Width: | Height: | Size: 265 B |
1
src/assets/icons/arrow-down.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M11.27 27.728l12.728 12.728 12.728-12.728M24 5v34.295" /></svg>
|
After Width: | Height: | Size: 194 B |
1
src/assets/icons/arrow-fall.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M24.008 41.99a.01.01 0 01-.016 0l-9.978-11.974A.01.01 0 0114.02 30H33.98a.01.01 0 01.007.016l-9.978 11.975z" /><path d="M24 42L14 30h20L24 42z" fill="#4E5969"/><path stroke="#4E5969" stroke-width="2" d="M22 6h4v26h-4z"/><path fill="#4E5969" d="M22 6h4v26h-4z"/></svg>
|
After Width: | Height: | Size: 398 B |
1
src/assets/icons/arrow-left.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M20.272 11.27L7.544 23.998l12.728 12.728M43 24H8.705" /></svg>
|
After Width: | Height: | Size: 193 B |
1
src/assets/icons/arrow-right.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M27.728 11.27l12.728 12.728-12.728 12.728M5 24h34.295" /></svg>
|
After Width: | Height: | Size: 194 B |
1
src/assets/icons/arrow-rise.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M23.992 6.01a.01.01 0 01.016 0l9.978 11.974a.01.01 0 01-.007.016H14.02a.01.01 0 01-.007-.016l9.978-11.975z" /><path d="M24 6l10 12H14L24 6z" fill="#4E5969"/><path stroke="#4E5969" stroke-width="2" d="M26 42h-4V16h4z"/><path fill="#4E5969" d="M26 42h-4V16h4z"/></svg>
|
After Width: | Height: | Size: 397 B |
1
src/assets/icons/arrow-up.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M11.27 20.272L23.998 7.544l12.728 12.728M24 43V8.705" /></svg>
|
After Width: | Height: | Size: 193 B |
1
src/assets/icons/at.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M31 23a7 7 0 11-14 0 7 7 0 0114 0zm0 0c0 3.038 2.462 6.5 5.5 6.5A5.5 5.5 0 0042 24c0-9.941-8.059-18-18-18S6 14.059 6 24s8.059 18 18 18c4.244 0 8.145-1.469 11.222-3.925" /></svg>
|
After Width: | Height: | Size: 308 B |
1
src/assets/icons/attachment.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M29.037 15.236s-9.174 9.267-11.48 11.594c-2.305 2.327-1.646 4.987-.329 6.316 1.317 1.33 3.994 1.953 6.258-.332L37.32 18.851c3.623-3.657 2.092-8.492 0-10.639-2.093-2.147-6.916-3.657-10.54 0L11.3 23.838c-3.623 3.657-3.953 10.638.329 14.96 4.282 4.322 11.115 4.105 14.821.333 3.706-3.773 8.74-8.822 11.224-11.33" /></svg>
|
After Width: | Height: | Size: 449 B |
@@ -1,29 +0,0 @@
|
|||||||
<svg t="1648864366083" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
||||||
p-id="43365" width="200" height="200">
|
|
||||||
<path d="M0 512c0 281.6 230.4 512 512 512s512-230.4 512-512S793.6 0 512 0 0 230.4 0 512z" fill="#D7D1D1" p-id="43366">
|
|
||||||
</path>
|
|
||||||
<path
|
|
||||||
d="M512 1024c140.8 0 264.541091-55.458909 358.4-145.058909-8.541091-29.882182-17.058909-55.482182-25.6-68.282182-42.658909-51.2-221.858909-72.517818-221.858909-72.517818L512 768l-106.658909-29.858909s-179.2 25.6-221.882182 72.517818c-8.517818 12.8-17.058909 38.4-25.6 68.282182C247.458909 968.541091 371.2 1024 512 1024z"
|
|
||||||
fill="#6B8E9D" p-id="43367"></path>
|
|
||||||
<path
|
|
||||||
d="M281.6 456.541091c0-29.882182 12.8-55.482182 34.141091-55.482182 21.317818 0 42.658909 17.082182 46.917818 46.941091 4.282182 29.858909-12.8 55.458909-34.117818 55.458909-21.341091 0-46.941091-17.058909-46.941091-46.917818z m145.058909 170.658909v149.341091h170.682182V627.2h-170.682182z m273.082182-123.741091c-21.341091 0-38.4-29.858909-34.141091-55.458909 4.258909-29.858909 25.6-51.2 46.941091-46.941091 21.317818 0 38.4 29.882182 34.117818 55.482182-4.258909 29.858909-25.6 51.2-46.917818 46.917818z"
|
|
||||||
fill="#FFE5C5" p-id="43368"></path>
|
|
||||||
<path
|
|
||||||
d="M512 213.341091s-183.458909 8.517818-183.458909 106.658909v200.541091c0 38.4 59.717818 149.317818 119.458909 153.6 29.858909 0 64 4.258909 64 4.258909s38.4-4.258909 64-4.258909c55.458909-4.282182 115.2-115.2 115.2-153.6v-196.282182c4.258909-98.117818-179.2-110.917818-179.2-110.917818"
|
|
||||||
fill="#FEE1B9" p-id="43369"></path>
|
|
||||||
<path
|
|
||||||
d="M622.941091 243.2C571.741091 217.6 512 213.341091 512 213.341091c-8.541091 0-183.458909 8.517818-183.458909 106.658909v200.541091c0 38.4 59.717818 149.317818 119.458909 153.6H512s38.4-4.282182 64-4.282182c55.458909-4.258909 119.458909-115.2 119.458909-153.6v-192c0-38.4-29.858909-68.258909-72.517818-81.058909"
|
|
||||||
fill="#FFF0DA" p-id="43370"></path>
|
|
||||||
<path d="M401.058909 729.6L499.2 1024h29.858909l98.141091-294.4-115.2 25.6z" fill="#FFFFFF" p-id="43371"></path>
|
|
||||||
<path d="M524.8 819.2l25.6-25.6L512 755.2l-38.4 38.4 25.6 25.6-29.858909 149.341091L512 1011.2l46.941091-42.658909z"
|
|
||||||
fill="#515151" p-id="43372"></path>
|
|
||||||
<path
|
|
||||||
d="M512 755.2l89.6-46.941091 46.941091 25.6-76.8 106.682182L512 755.2z m0 0l-89.6-46.941091-46.941091 25.6 93.882182 106.682182L512 755.2z"
|
|
||||||
fill="#FFFFFF" p-id="43373"></path>
|
|
||||||
<path
|
|
||||||
d="M704 439.458909h-17.058909l-21.341091-162.117818s51.2-21.341091 64 42.658909c12.8 64-25.6 119.458909-25.6 119.458909m-392.541091 0h17.082182l21.317818-162.117818s-51.2-21.341091-64 42.658909c-8.517818 64 25.6 119.458909 25.6 119.458909"
|
|
||||||
fill="#46382E" p-id="43374"></path>
|
|
||||||
<path
|
|
||||||
d="M512 349.858909c102.4 0 174.941091-12.8 221.858909-102.4 0 0-46.917818-12.8-153.6-55.458909-166.4-68.258909-302.917818 42.658909-256 119.458909 12.8 25.6 85.341091 38.4 187.741091 38.4z"
|
|
||||||
fill="#46382E" p-id="43375"></path>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.9 KiB |
@@ -1,24 +0,0 @@
|
|||||||
<svg t="1648864059094" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"
|
|
||||||
p-id="34164" width="200" height="200">
|
|
||||||
<path
|
|
||||||
d="M510.002302 510.002302m-510.002302 0a510.002302 510.002302 0 1 0 1020.004604 0 510.002302 510.002302 0 1 0-1020.004604 0Z"
|
|
||||||
fill="#F9E9E6" p-id="34165"></path>
|
|
||||||
<path
|
|
||||||
d="M511.532309 1023.999622c126.952795 0.151112 249.608349-44.738535 344.893779-126.216125l-7.09281-43.54853C849.031055 778.934072 786.206327 717.969908 708.676532 717.781018H318.043102c-77.539239 0.245557-140.326189 61.22861-140.571745 136.529505L170.000767 900.465731c94.813206 79.777582 216.08042 123.628336 341.531542 123.533891"
|
|
||||||
fill="#FCA183" p-id="34166"></path>
|
|
||||||
<path
|
|
||||||
d="M523.668475 806.200306H511.607865c-46.183542 0-96.050434-38.967954-96.050434-86.577613l12.117277-160.820726c0.160556-47.713549 37.636281-86.369834 83.942601-86.577613h11.966166c46.362987 0.122778 83.933157 38.797953 84.093712 86.577613l11.966166 160.820726c0 47.675771-49.781891 86.577613-95.984323 86.577613"
|
|
||||||
fill="#FFFFFF" p-id="34167"></path>
|
|
||||||
<path
|
|
||||||
d="M523.668475 806.200306H511.607865c-46.183542 0-96.050434-38.967954-96.050434-86.577613l12.117277-160.820726c0.160556-47.713549 37.636281-86.369834 83.942601-86.577613h11.966166c46.362987 0.122778 83.933157 38.797953 84.093712 86.577613l11.966166 160.820726c0 47.675771-49.781891 86.577613-95.984323 86.577613"
|
|
||||||
fill="#FFFFFF" p-id="34168"></path>
|
|
||||||
<path
|
|
||||||
d="M610.236643 651.46183l-5.987804-77.973686c-0.198334-45.437427-37.041278-82.21426-82.516484-82.374816h-11.833942c-45.475205 0.198334-82.280371 37.0035-82.440928 82.440928L415.557431 726.696614a67.490305 67.490305 0 0 0 8.575595 32.432368c5.940582 0.670559 11.918943 1.001116 17.887858 1.001116h17.604524a159.252941 159.252941 0 0 0 150.611235-108.668268"
|
|
||||||
fill="#DCE6EA" p-id="34169"></path>
|
|
||||||
<path
|
|
||||||
d="M647.070143 302.223586a45.48465 45.48465 0 0 1 45.522428 45.446872v79.73036A52.643571 52.643571 0 0 1 708.336531 425.001918c31.29903 0 56.666922 27.483457 56.666922 61.389166S739.635561 547.78025 708.336531 547.78025a52.700238 52.700238 0 0 1-19.956202-3.910017 166.383529 166.383529 0 0 1-44.672423 80.646475 167.025754 167.025754 0 0 1-118.027755 48.809109h-18.747307a167.035198 167.035198 0 0 1-118.0372-48.809109 166.383529 166.383529 0 0 1-44.219088-78.644244c-4.514465 1.237228-9.246153 1.907786-14.119508 1.907786-31.29903 0-56.666922-27.483457-56.666923-61.389166s25.367892-61.389166 56.666923-61.389166c3.22057 0 6.375029 0.283335 9.444487 0.850004v-78.181464A45.475205 45.475205 0 0 1 385.523962 302.223586h261.546181z"
|
|
||||||
fill="#FFFFFF" p-id="34170"></path>
|
|
||||||
<path
|
|
||||||
d="M703.727621 832.097089l-85.652053-80.202584C672.63637 763.426224 687.369769 848.039384 739.19167 868.892811c1.095561 0.54778 13.099504-2.200565 50.188004-10.993383 1.643341-1.086116-3.815573-49.432445-2.720012-47.222435 7.650035 13.72284 13.637839 28.002904 19.644533 42.292413 22.912326-29.117354 40.375182-51.085231 45.824651-85.689831l-25.641782-32.96126 31.648476 21.977321 20.173425-48.346329s-75.272562-45.040759-95.47432-99.969896c-13.628395-34.62349-19.096753-224.117678-19.096753-224.117678s-3.815573-28.361795-26.727899-80.542586c-1.633896-3.296126-2.729457-6.592252-4.363353-9.888378-62.739728-174.128008-225.874353-139.523408-225.874352-139.523408-108.026043-9.340598-157.675712 38.448507-194.773657 101.074901-8.726706 12.627279-16.905632 27.464568-24.007887 43.397418-26.727898 60.964164-40.365738 129.965587-28.919019 256.323379 0 0 12.003943 173.570783 80.750364 255.964489 22.912326-9.878933 37.097945-47.241324 60.010271-56.024697 46.939101 0.538336 27.832903 2.191121 35.473494-18.681196 10.360602-22.515657 7.631146-58.234707 1.624452-84.59427-15.271736-10.983938-28.90013-23.611218-30.543472-25.273448-9.822267-8.783373-70.389762-65.355851-76.934791-98.31711l-1.633897-3.296126c-0.54778-2.200565-0.54778-3.853351-1.086116-6.044472a29.051242 29.051242 0 0 1-21.278429-3.296126c-11.994499-7.130588-16.905632-21.420097-18.548973-34.614045-1.643341-11.522274-1.095561-25.811783 5.987805-36.247941C522.053468 412.969642 506.224507 266.296758 506.224507 266.296758 517.13289 382.756728 658.99853 426.701926 722.824374 441.529771c13.637839 25.273447 2.738901 74.715337-28.361795 76.349233-1.643341 0-2.738901 0-3.834462-0.538335-1.086116 4.391686-2.172232 8.235593-3.258348 12.636723-13.656728 50.528006-47.477437 78.011463-87.304838 112.60662-8.178926 8.235593-14.18562 8.783373-22.364546 14.827844 1.633896 21.977321-2.729457 58.225263 6.54503 76.897014 10.370047 1.652785 29.4668 7.149477 33.830153 17.585635"
|
|
||||||
fill="#3E435C" p-id="34171"></path>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 4.5 KiB |
1
src/assets/icons/backward.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M38.293 36.293L26.707 24.707a1 1 0 010-1.414l11.586-11.586c.63-.63 1.707-.184 1.707.707v23.172c0 .89-1.077 1.337-1.707.707zM21 12.414v23.172c0 .89-1.077 1.337-1.707.707L7.707 24.707a1 1 0 010-1.414l11.586-11.586c.63-.63 1.707-.184 1.707.707z" /></svg>
|
After Width: | Height: | Size: 382 B |
1
src/assets/icons/bg-colors.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M19 5.25L22.75 9m0 0l12.043 12.043a1 1 0 010 1.414L32 25.25 21.221 36.029a1 1 0 01-1.428-.014L9.443 25.25l-.763-.793a1 1 0 01.013-1.4L22.75 9zM6 42h36" /><path d="M11.791 25.25c-.881 0-1.332 1.058-.72 1.693l8.722 9.072a1 1 0 001.428.014L32 25.25H11.791z" fill="#4E5969" /><path fill-rule="evenodd" clip-rule="evenodd" d="M40.013 29.812L37.201 27l-2.812 2.812a4 4 0 105.624 0z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 530 B |
1
src/assets/icons/bold.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M13 24h12a8 8 0 100-16H13.2a.2.2 0 00-.2.2V24zm0 0h16a8 8 0 110 16H13.2a.2.2 0 01-.2-.2V24z" /></svg>
|
After Width: | Height: | Size: 232 B |
1
src/assets/icons/book.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M24 13L7 7v28l17 6 17-6V7l-17 6zm0 0v27.5M19 18l-7-2.5M19 25l-7-2.5M19 32l-7-2.5M29 18l7-2.5M29 25l7-2.5M29 32l7-2.5" stroke="#4E5969" stroke-width="2" stroke-linejoin="round"/></svg>
|
After Width: | Height: | Size: 314 B |
1
src/assets/icons/bookmark.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M16 16h16M16 24h8" /><path d="M24 41H8V6h32v17" /><path d="M30 29h11v13l-5.5-3.5L30 42V29Z" /></svg>
|
After Width: | Height: | Size: 231 B |
1
src/assets/icons/branch.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M19 10a4 4 0 11-8 0 4 4 0 018 0zM38 10a4 4 0 11-8 0 4 4 0 018 0zM19 38a4 4 0 11-8 0 4 4 0 018 0zM15 15v15m0 3.5V30m0 0c0-5 19-7 19-15" /></svg>
|
After Width: | Height: | Size: 274 B |
1
src/assets/icons/brush.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M33 13h7a1 1 0 011 1v12.14a1 1 0 01-.85.99l-21.3 3.24a1 1 0 00-.85.99V43" /><path d="M7 18V8c0-.552.444-1 .997-1H32.01c.552 0 .99.447.99 1v10.002A.998.998 0 0132 19H8a1 1 0 01-1-1z" /></svg>
|
After Width: | Height: | Size: 321 B |
1
src/assets/icons/bug.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M35 27h8M5 27h8m0-9h22v13c0 6.075-4.925 11-11 11s-11-4.925-11-11V18z" stroke="#4E5969" stroke-width="2" stroke-linejoin="round"/><path d="M7 42v-.5a6.5 6.5 0 016.5-6.5M7 42v-.5M41 42v-.5a6.5 6.5 0 00-6.5-6.5M13 18h22M7 14a4 4 0 004 4h26a4 4 0 004-4M24 42V23M17 14a7 7 0 1114 0" stroke="#4E5969" stroke-width="2" stroke-linejoin="round"/></svg>
|
After Width: | Height: | Size: 474 B |
1
src/assets/icons/bulb.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M30.8 32.465c.585-2.576 2.231-4.75 3.77-6.897A12.94 12.94 0 0037 18c0-7.18-5.82-13-13-13s-13 5.82-13 13c0 2.823.9 5.437 2.43 7.568 1.539 2.147 3.185 4.32 3.77 6.897l.623 2.756A1 1 0 0018.8 36H29.2a1 1 0 00.976-.779l.624-2.756zM17 42h14" /></svg>
|
After Width: | Height: | Size: 376 B |
1
src/assets/icons/calendar.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M7 22h34M8 41h32a1 1 0 001-1V10a1 1 0 00-1-1H8a1 1 0 00-1 1v30a1 1 0 001 1zM34 5v8M14 5v8" /></svg>
|
After Width: | Height: | Size: 230 B |
1
src/assets/icons/calendar_clock.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M7 22h34V10a1 1 0 00-1-1H8a1 1 0 00-1 1v30a1 1 0 001 1h18M34 5v8M14 5v8" /><path fill-rule="evenodd" clip-rule="evenodd" d="M36 44a9 9 0 100-18 9 9 0 000 18zm1.5-9.75V29h-3v8.25H42v-3h-4.5z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 344 B |
1
src/assets/icons/camera.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M6 13a1 1 0 011-1h34a1 1 0 011 1v26a1 1 0 01-1 1H7a1 1 0 01-1-1V13z" /><path d="M31 26a7 7 0 11-14 0 7 7 0 0114 0zM33 12l-1.862-3.724A.5.5 0 0030.691 8H17.309a.5.5 0 00-.447.276L15 12" /></svg>
|
After Width: | Height: | Size: 324 B |
1
src/assets/icons/caret-down.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M24.937 34.829a1.2 1.2 0 01-1.874 0L9.56 17.949C8.93 17.165 9.49 16 10.497 16h27.006c1.007 0 1.566 1.164.937 1.95L24.937 34.829z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 283 B |
1
src/assets/icons/caret-left.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M13.171 24.937a1.2 1.2 0 010-1.874L30.051 9.56c.785-.629 1.949-.07 1.949.937v27.006c0 1.007-1.164 1.566-1.95.937L13.171 24.937z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 282 B |
1
src/assets/icons/caret-right.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M34.829 23.063c.6.48.6 1.394 0 1.874L17.949 38.44c-.785.629-1.949.07-1.949-.937V10.497c0-1.006 1.164-1.566 1.95-.937l16.879 13.503z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 286 B |
1
src/assets/icons/caret-up.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M23.063 13.171a1.2 1.2 0 011.874 0l13.503 16.88c.629.785.07 1.949-.937 1.949H10.497c-1.006 0-1.566-1.164-.937-1.95l13.503-16.879z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 284 B |
1
src/assets/icons/check-circle-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" fill="#4E5969" /><path d="M15 22l7 7 11.5-11.5" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 292 B |
1
src/assets/icons/check-circle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" /><path d="M15 22l7 7 11.5-11.5" /></svg>
|
After Width: | Height: | Size: 247 B |
1
src/assets/icons/check-square.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M7 8a1 1 0 011-1h32a1 1 0 011 1v32a1 1 0 01-1 1H8a1 1 0 01-1-1V8z" /><path d="M34.603 16.672L21.168 30.107l-7.778-7.779" /></svg>
|
After Width: | Height: | Size: 260 B |
1
src/assets/icons/check.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M41.678 11.05L19.05 33.678 6.322 20.95" /></svg>
|
After Width: | Height: | Size: 179 B |
1
src/assets/icons/chinese-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M22 21h-5v4.094h5V21zM26 25.094V21h5v4.094h-5z" fill="#4E5969"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24 4C12.954 4 4 12.954 4 24s8.954 20 20 20 20-8.954 20-20S35.046 4 24 4zm2 13v-5h-4v5h-6.5a2.5 2.5 0 00-2.5 2.5v7.094a2.5 2.5 0 002.5 2.5H22V36h4v-6.906h6.5a2.5 2.5 0 002.5-2.5V19.5a2.5 2.5 0 00-2.5-2.5H26z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 475 B |
1
src/assets/icons/clock-circle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" /><path d="M24 14v10h9.5" /></svg>
|
After Width: | Height: | Size: 240 B |
1
src/assets/icons/close-circle-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" fill="#4E5969" /><path d="M17.643 17.643l6.363 6.364m0 0l6.364 6.364m-6.364-6.364l6.364-6.364m-6.364 6.364l-6.363 6.364" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 365 B |
1
src/assets/icons/close-circle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18zM17.643 17.643l6.364 6.364 6.364 6.364" /><path d="M30.37 17.643l-6.363 6.364-6.364 6.364" /></svg>
|
After Width: | Height: | Size: 303 B |
1
src/assets/icons/close.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M38.142 9.858L24 24 9.858 38.142M9.858 9.858L24 24l14.142 14.142" /></svg>
|
After Width: | Height: | Size: 205 B |
1
src/assets/icons/cloud-download.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M43 22c0-7.732-6.492-14-14.5-14S14 14.268 14 22v.055A9.001 9.001 0 0015 40h13" /><path d="M44.142 34.071l-7.07 7.071L30 34.071M37.07 26v15" /></svg>
|
After Width: | Height: | Size: 279 B |
1
src/assets/icons/cloud.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M5 29a9 9 0 009 9h19c5.523 0 10-4.477 10-10 0-5.312-4.142-9.657-9.373-9.98C32.3 12.833 27.598 9 22 9c-6.606 0-11.965 5.338-12 11.935A9 9 0 005 29z" /></svg>
|
After Width: | Height: | Size: 287 B |
1
src/assets/icons/code-block.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M29 6h4a3 3 0 013 3v10c0 3 4.343 5 6 5-1.657 0-6 2-6 5v10a3 3 0 01-3 3h-4M19 6h-4a3 3 0 00-3 3v10c0 3-4.343 5-6 5 1.657 0 6 2 6 5v10a3 3 0 003 3h4" /></svg>
|
After Width: | Height: | Size: 287 B |
1
src/assets/icons/code-square.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M39 6H9a1 1 0 00-1 1v34a1 1 0 001 1h30a1 1 0 001-1V7a1 1 0 00-1-1z" /><path d="M8 7a1 1 0 011-1h30a1 1 0 011 1v34a1 1 0 01-1 1H9a1 1 0 01-1-1V7zM32.072 16.518l-4.14 15.454" /><path d="M23.071 17L16 24.071l7.071 7.071" /></svg>
|
After Width: | Height: | Size: 357 B |
1
src/assets/icons/code.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M27.2 6.28l-6.251 35.453M16.734 12.686L5.42 24l11.314 11.314M31.255 12.686L42.57 24 31.255 35.314" /></svg>
|
After Width: | Height: | Size: 238 B |
1
src/assets/icons/command.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M29 19v10H19V19h10zM13 29a6 6 0 106 6v-6h-6zM35 29a6 6 0 11-6 6v-6h6zM13 19a6 6 0 116-6v6h-6zM35 19a6 6 0 10-6-6v6h6z" /></svg>
|
After Width: | Height: | Size: 258 B |
1
src/assets/icons/common.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M24 23L7.652 14.345M24 23l16.366-8.664M24 23v19.438M7 14v20l17 9 17-9V14L24 5 7 14z" /></svg>
|
After Width: | Height: | Size: 224 B |
1
src/assets/icons/compass.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" /><path d="M21.177 21.183l10.108-4.717a.2.2 0 01.266.265L26.834 26.84l-10.109 4.717a.2.2 0 01-.266-.266l4.718-10.108z" /></svg>
|
After Width: | Height: | Size: 333 B |
1
src/assets/icons/computer.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M41 7H7v22h34V7Z" /><path d="M23.778 29v10" /><path d="M16 39h16" /><path d="m20.243 14.657 5.657 5.657M15.414 22.314l7.071-7.071M24.485 21.728l7.071-7.071" /></svg>
|
After Width: | Height: | Size: 296 B |
1
src/assets/icons/copy.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M20 6h18a2 2 0 012 2v22" /><path d="M8 40V16a2 2 0 012-2h20c1.105 0 2 .892 2 1.997v24.011A1.99 1.99 0 0130.003 42H9.996A1.996 1.996 0 018 40z" /></svg>
|
After Width: | Height: | Size: 282 B |
1
src/assets/icons/copyright.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18zM29.292 18a8 8 0 100 12" /></svg>
|
After Width: | Height: | Size: 237 B |
1
src/assets/icons/customer-service.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M11 31V20c0-7.18 5.82-13 13-13s13 5.82 13 13v8c0 5.784-3.778 10.686-9 12.373" /><path d="M24 41c1.396 0 2.74-.22 4-.627V38a1 1 0 00-1-1h-6a1 1 0 00-1 1v2a1 1 0 001 1h3zM11 21H8a1 1 0 00-1 1v6a1 1 0 001 1h3M37 20v8m0-7h3a1 1 0 011 1v6a1 1 0 01-1 1h-3v-8z" /></svg>
|
After Width: | Height: | Size: 394 B |
1
src/assets/icons/dashboard.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M36.597 37c3.725-3.667 5.33-8.37 5.211-13-.112-4.38-1.767-8.694-4.627-12C34.07 8.404 29.531 6 24 6c-5.724 0-10.384 2.574-13.5 6.38C6.99 16.662 5.44 22.508 6.53 28c.646 3.258 2.223 6.391 4.873 9M10.5 12.38L17 17.5M6.53 28l8.97-3.5M41.808 24H33.5M37.181 12L31 17.5M24 6v7.5" /><path d="M24 32a5 5 0 100 10 5 5 0 000-10zm0 0V19" /></svg>
|
After Width: | Height: | Size: 465 B |
1
src/assets/icons/delete.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M5 11h5.5m0 0v29a1 1 0 001 1h25a1 1 0 001-1V11m-27 0H16m21.5 0H43m-5.5 0H32m-16 0V7h16v4m-16 0h16M20 18v15m8-15v15" /></svg>
|
After Width: | Height: | Size: 255 B |
1
src/assets/icons/desktop.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M24 32v8m0 0h-9m9 0h9M7 32h34a1 1 0 001-1V9a1 1 0 00-1-1H7a1 1 0 00-1 1v22a1 1 0 001 1z" /></svg>
|
After Width: | Height: | Size: 228 B |
1
src/assets/icons/dice.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><rect x="6.998" y="7" width="34" height="34" rx="1.5" /><circle cx="16" cy="16" r="2" /><circle cx="24" cy="24" r="2" /><circle cx="16" cy="32" r="2" /><circle cx="32" cy="16" r="2" /><circle cx="32" cy="32" r="2" /><circle cx="16" cy="16" r="2" fill="#4E5969"/><circle cx="24" cy="24" r="2" fill="#4E5969"/><circle cx="16" cy="32" r="2" fill="#4E5969"/><circle cx="32" cy="16" r="2" fill="#4E5969"/><circle cx="32" cy="32" r="2" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 574 B |
1
src/assets/icons/double-down.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M9.9 22.456l14.142 14.142 14.142-14.142" /><path d="M9.9 11.142l14.142 14.142 14.142-14.142" /></svg>
|
After Width: | Height: | Size: 232 B |
1
src/assets/icons/double-left.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M25.544 9.9L11.402 24.042l14.142 14.142" /><path d="M36.858 9.9L22.716 24.042l14.142 14.142" /></svg>
|
After Width: | Height: | Size: 232 B |
1
src/assets/icons/double-right.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M22.456 38.1l14.142-14.142L22.456 9.816" /><path d="M11.142 38.1l14.142-14.142L11.142 9.816" /></svg>
|
After Width: | Height: | Size: 232 B |
1
src/assets/icons/double-up.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M38.1 25.544L23.958 11.402 9.816 25.544" /><path d="M38.1 36.858L23.958 22.716 9.816 36.858" /></svg>
|
After Width: | Height: | Size: 232 B |
1
src/assets/icons/down-circle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><circle cx="24" cy="24" r="18" transform="rotate(-180 24 24)" /><path d="M32.484 20.515L24 29l-8.485-8.485" /></svg>
|
After Width: | Height: | Size: 238 B |
1
src/assets/icons/down.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M39.6 17.444L24.044 33 8.487 17.444" /></svg>
|
After Width: | Height: | Size: 176 B |
1
src/assets/icons/download.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M33.072 22.071l-9.07 9.071-9.072-9.071M40 35v6H8v-6M24 5v26" /></svg>
|
After Width: | Height: | Size: 200 B |
1
src/assets/icons/drag-arrow.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M7 24h34M24 7v34M30 12l-6-6-6 6M36 30l6-6-6-6M12 30l-6-6 6-6M18 36l6 6 6-6" /></svg>
|
After Width: | Height: | Size: 215 B |
1
src/assets/icons/drag-dot-vertical.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M17 8h2v2h-2V8zM17 23h2v2h-2v-2zM17 38h2v2h-2v-2zM29 8h2v2h-2V8zM29 23h2v2h-2v-2zM29 38h2v2h-2v-2z" fill="#4E5969"/><path d="M17 8h2v2h-2V8zM17 23h2v2h-2v-2zM17 38h2v2h-2v-2zM29 8h2v2h-2V8zM29 23h2v2h-2v-2zM29 38h2v2h-2v-2z" /></svg>
|
After Width: | Height: | Size: 364 B |
1
src/assets/icons/drag-dot.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M40 17v2h-2v-2h2zM25 17v2h-2v-2h2zM10 17v2H8v-2h2zM40 29v2h-2v-2h2zM25 29v2h-2v-2h2zM10 29v2H8v-2h2z" fill="#4E5969"/><path d="M40 17v2h-2v-2h2zM25 17v2h-2v-2h2zM10 17v2H8v-2h2zM40 29v2h-2v-2h2zM25 29v2h-2v-2h2zM10 29v2H8v-2h2z" /></svg>
|
After Width: | Height: | Size: 368 B |
1
src/assets/icons/drive-file.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M10 42h28a1 1 0 001-1V17L28 6H10a1 1 0 00-1 1v34a1 1 0 001 1z" /><path d="M38.5 17H29a1 1 0 01-1-1V6.5" /></svg>
|
After Width: | Height: | Size: 243 B |
1
src/assets/icons/ear.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M13 15.528C14.32 12.386 18.403 6.977 23.556 7c7.944.036 14.514 8.528 10.116 15.71-4.399 7.181-5.718 10.323-6.598 14.363-.82 3.766-9.288 7.143-11.498-1.515" /><path d="M20 18.5c1-3.083 4.5-4.5 6.5-2 2.85 3.562-3.503 8.312-5.5 12.5" /></svg>
|
After Width: | Height: | Size: 370 B |
1
src/assets/icons/edit.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M30.479 19.038l5.734-5.734a1 1 0 000-1.414l-5.586-5.586a1 1 0 00-1.414 0l-5.734 5.734m7 7L15.763 33.754a1 1 0 01-.591.286l-6.047.708a1 1 0 01-1.113-1.069l.477-6.31a1 1 0 01.29-.631l14.7-14.7m7 7l-7-7M5.999 42h36" /></svg>
|
After Width: | Height: | Size: 352 B |
1
src/assets/icons/email.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><rect x="6" y="8" width="36" height="32" rx="1" /><path d="M37 17l-12.43 8.606a1 1 0 01-1.14 0L11 17" /></svg>
|
After Width: | Height: | Size: 232 B |
1
src/assets/icons/empty.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M24 5v6m7 1l4-4m-18 4l-4-4m27 33H8a2 2 0 01-2-2v-8.46a2 2 0 01.272-1.007l6.15-10.54A2 2 0 0114.148 18H33.85a2 2 0 011.728.992l6.149 10.541A2 2 0 0142 30.541V39a2 2 0 01-2 2z" /><path d="M41.5 30H28s-1 3-4 3-4-3-4-3H6.5" /></svg>
|
After Width: | Height: | Size: 359 B |
1
src/assets/icons/english-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path fill-rule="evenodd" clip-rule="evenodd" d="M23.2 4C12.596 4 4 12.596 4 23.2v1.6C4 35.404 12.596 44 23.2 44h1.6C35.404 44 44 35.404 44 24.8v-1.6C44 12.596 35.404 4 24.8 4h-1.6zm-9.086 10A2.114 2.114 0 0012 16.114v15.772c0 1.167.947 2.114 2.114 2.114H25v-4h-9v-4h7.778v-4H16v-4h9v-4H14.114zM32.4 22a5.4 5.4 0 00-5.4 5.4V34h4v-6.6a1.4 1.4 0 012.801 0V34h4v-6.6a5.4 5.4 0 00-5.4-5.4z" fill="#4E5969"/></svg>
|
After Width: | Height: | Size: 531 B |
1
src/assets/icons/eraser.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M25.5 40.503L14.914 40.5a1 1 0 01-.707-.293l-9-9a1 1 0 010-1.414L13.5 21.5 26.793 8.207a1 1 0 011.414 0l14.086 14.086a1 1 0 010 1.414L29 37l-3.5 3.503zm0 0L44 40.5M13.5 21.5L29 37" /></svg>
|
After Width: | Height: | Size: 320 B |
1
src/assets/icons/exclamation-circle-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42 24c0 9.941-8.059 18-18 18S6 33.941 6 24 14.059 6 24 6s18 8.059 18 18z" fill="#4E5969" /><path d="M24 28V14M24 30v4" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 289 B |
1
src/assets/icons/exclamation-circle.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M6 24c0-9.941 8.059-18 18-18s18 8.059 18 18-8.059 18-18 18S6 33.941 6 24zM24 28V14M24 30v4" /></svg>
|
After Width: | Height: | Size: 231 B |
1
src/assets/icons/exclamation-polygon-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M16 6h16l10 11v14L32 42H16L6 31V17L16 6z" fill="#4E5969" /><path d="M24 28V14m0 16v4" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 255 B |
1
src/assets/icons/exclamation.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path stroke="#4E5969" stroke-width="2" d="M23 9h2v21h-2z"/><path fill="#4E5969" d="M23 9h2v21h-2z"/><path stroke="#4E5969" stroke-width="2" d="M23 37h2v2h-2z"/><path fill="#4E5969" d="M23 37h2v2h-2z"/></svg>
|
After Width: | Height: | Size: 330 B |
1
src/assets/icons/expand.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M41 22V8c0-.552-.444-1-.996-1H26M7 26v14c0 .552.444 1 .996 1H22" /></svg>
|
After Width: | Height: | Size: 204 B |
1
src/assets/icons/experiment.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M10.5 7h6m0 0v10.5l-5.25 14-2.344 6.853A2 2 0 0010.798 41h26.758a2 2 0 001.86-2.737L37 32.167 31.5 17.5V7m-15 0h15m0 0h6M26 22.5v.01" /><path d="M11.25 31.5c1.917 1.833 7.05 4.4 12.25 0s11.167-1.389 13.5.667" /></svg>
|
After Width: | Height: | Size: 348 B |
1
src/assets/icons/export.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M31 41H7V7h24M32.071 33.142l9.071-9.07L32.071 15M17 24.07h24" /></svg>
|
After Width: | Height: | Size: 201 B |
1
src/assets/icons/eye-invisible.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M14 14.5c-2.69 2-5.415 5.33-8 9.5 5.373 8.667 11.373 13 18 13 3.325 0 6.491-1.09 9.5-3.271M17.463 12.5C19 11 21.75 11 24 11c6.627 0 12.627 4.333 18 13-1.766 2.848-3.599 5.228-5.5 7.14" /><path d="M29 24a5 5 0 11-10 0 5 5 0 0110 0zM6.853 7.103l34.294 34.294" /></svg>
|
After Width: | Height: | Size: 397 B |
1
src/assets/icons/eye.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path clip-rule="evenodd" d="M24 37c6.627 0 12.627-4.333 18-13-5.373-8.667-11.373-13-18-13-6.627 0-12.627 4.333-18 13 5.373 8.667 11.373 13 18 13z" /><path d="M29 24a5 5 0 11-10 0 5 5 0 0110 0z" /></svg>
|
After Width: | Height: | Size: 325 B |
1
src/assets/icons/face-frown-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><circle cx="24" cy="24" r="20" fill="#4E5969"/><path d="M18 17v6M30 17v6M16.582 34a8 8 0 0114.837 0" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 261 B |
1
src/assets/icons/face-meh-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><circle cx="24" cy="24" r="20" fill="#4E5969"/><path d="M18 17v6M32 32H16M30 17v6" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 243 B |
1
src/assets/icons/face-smile-fill.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><circle cx="24" cy="24" r="20" fill="#4E5969"/><path d="M18 17v6M30 17v6M16.582 28.105a8 8 0 0014.837 0" stroke="#fff" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 265 B |
1
src/assets/icons/file-audio.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M37 42H11a2 2 0 01-2-2V8a2 2 0 012-2h21l7 7v27a2 2 0 01-2 2z" /><path d="M25 30a3 3 0 11-6 0 3 3 0 016 0z" fill="#4E5969"/><path d="M25 30a3 3 0 11-6 0 3 3 0 016 0zm0 0l-.951-12.363a.5.5 0 01.58-.532L30 18" /></svg>
|
After Width: | Height: | Size: 346 B |
11
src/assets/icons/file-image-color.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<svg t="1642407370336" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6354"
|
||||||
|
width="200" height="200">
|
||||||
|
<path
|
||||||
|
d="M952.888889 281.6V910.222222c0 62.862222-50.915556 113.777778-113.777778 113.777778H156.444444c-62.862222 0-113.777778-50.915556-113.777777-113.777778V113.777778c0-62.862222 50.915556-113.777778 113.777777-113.777778h514.844445L952.888889 281.6z"
|
||||||
|
fill="#85BCFF" p-id="6355"></path>
|
||||||
|
<path d="M676.664889 167.822222V0l281.6 281.6h-167.822222c-62.862222 0-113.777778-50.915556-113.777778-113.777778"
|
||||||
|
fill="#529EE0" p-id="6356"></path>
|
||||||
|
<path
|
||||||
|
d="M685.824 363.804444a53.76 53.76 0 0 1 53.731556 53.731556v307.029333a53.76 53.76 0 0 1-53.731556 53.731556H309.76a53.731556 53.731556 0 0 1-53.731556-53.76V417.564444c0-29.667556 24.035556-53.731556 53.731556-53.731555H685.795556z m-72.903111 149.674667l-138.183111 146.545778-80.583111-62.805333-92.131556 94.208v31.402666c0 11.548444 10.325333 20.906667 23.04 20.906667h345.400889c12.714667 0 23.04-9.386667 23.04-20.906667v-125.610666l-80.583111-83.740445z m-227.896889-85.532444a32.085333 32.085333 0 1 0 0 64.142222 32.085333 32.085333 0 0 0 0-64.142222z"
|
||||||
|
fill="#FFFFFF" p-id="6357"></path>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@@ -1,11 +1 @@
|
|||||||
<svg t="1642407370336" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6354"
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M26 33l5-6v6h-5zm0 0l-3-4-4 4h7zm11 9H11a2 2 0 01-2-2V8a2 2 0 012-2h21l7 7v27a2 2 0 01-2 2zM17 19h1v1h-1v-1z" /></svg>
|
||||||
width="200" height="200">
|
|
||||||
<path
|
|
||||||
d="M952.888889 281.6V910.222222c0 62.862222-50.915556 113.777778-113.777778 113.777778H156.444444c-62.862222 0-113.777778-50.915556-113.777777-113.777778V113.777778c0-62.862222 50.915556-113.777778 113.777777-113.777778h514.844445L952.888889 281.6z"
|
|
||||||
fill="#85BCFF" p-id="6355"></path>
|
|
||||||
<path d="M676.664889 167.822222V0l281.6 281.6h-167.822222c-62.862222 0-113.777778-50.915556-113.777778-113.777778"
|
|
||||||
fill="#529EE0" p-id="6356"></path>
|
|
||||||
<path
|
|
||||||
d="M685.824 363.804444a53.76 53.76 0 0 1 53.731556 53.731556v307.029333a53.76 53.76 0 0 1-53.731556 53.731556H309.76a53.731556 53.731556 0 0 1-53.731556-53.76V417.564444c0-29.667556 24.035556-53.731556 53.731556-53.731555H685.795556z m-72.903111 149.674667l-138.183111 146.545778-80.583111-62.805333-92.131556 94.208v31.402666c0 11.548444 10.325333 20.906667 23.04 20.906667h345.400889c12.714667 0 23.04-9.386667 23.04-20.906667v-125.610666l-80.583111-83.740445z m-227.896889-85.532444a32.085333 32.085333 0 1 0 0 64.142222 32.085333 32.085333 0 0 0 0-64.142222z"
|
|
||||||
fill="#FFFFFF" p-id="6357"></path>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 249 B |
11
src/assets/icons/file-pdf-color.svg
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<svg t="1642407248989" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5608"
|
||||||
|
width="200" height="200">
|
||||||
|
<path
|
||||||
|
d="M967.111111 281.6V910.222222c0 62.577778-51.2 113.777778-113.777778 113.777778H170.666667c-62.577778 0-113.777778-51.2-113.777778-113.777778V113.777778c0-62.577778 51.2-113.777778 113.777778-113.777778h514.844444L967.111111 281.6z"
|
||||||
|
fill="#D23B41" p-id="5609"></path>
|
||||||
|
<path d="M685.511111 224.711111V0L967.111111 281.6H742.4c-31.288889 0-56.888889-25.6-56.888889-56.888889"
|
||||||
|
fill="#9C171C" p-id="5610"></path>
|
||||||
|
<path
|
||||||
|
d="M680.277333 662.698667c-11.889778-1.194667-23.751111-3.640889-35.640889-9.728 10.666667-2.133333 20.110222-2.133333 30.776889-2.133334 23.751111 0 28.330667 5.774222 28.330667 9.443556-6.997333 2.417778-15.246222 3.356444-23.466667 2.417778z m-120.945777-15.530667c-25.884444 5.802667-54.556444 14.336-80.440889 23.779556v-2.446223l-2.446223 1.223111c13.084444-26.197333 25.002667-53.333333 35.640889-80.753777l0.938667 1.223111 1.194667-2.133334c13.112889 20.110222 29.866667 40.220444 47.530666 57.884445h-3.640889l1.223112 1.223111zM497.777778 417.450667c1.223111-1.223111 3.669333-1.223111 4.551111-1.223111h3.697778a96.739556 96.739556 0 0 1-1.251556 61.553777c-8.220444-18.915556-11.861333-40.220444-6.997333-60.330666zM352.142222 770.275556l-3.669333 1.223111a96.768 96.768 0 0 1 42.666667-34.417778c-9.443556 15.502222-22.556444 27.392-38.997334 33.194667z m324.494222-155.107556c-25.002667 0-49.664 3.669333-74.666666 8.248889a353.365333 353.365333 0 0 1-73.415111-94.776889c20.110222-66.417778 21.333333-111.217778 5.774222-132.551111a39.253333 39.253333 0 0 0-30.748445-15.502222c-15.246222-1.223111-29.582222 6.087111-36.579555 18.887111-21.333333 35.640889 9.443556 105.415111 23.779555 134.058666-16.782222 50.887111-36.864 99.328-63.089777 146.858667-112.412444 48.440889-114.858667 77.994667-114.858667 88.661333 0 13.084444 7.310222 26.197333 20.110222 32 4.864 3.640889 11.889778 4.835556 17.976889 4.835556 29.582222 0 64-33.194667 100.551111-98.389333 46.307556-18.887111 92.615111-34.133333 141.084445-44.8a153.941333 153.941333 0 0 0 87.722666 35.356444c20.110222 0 59.107556 0 59.107556-40.220444 1.223111-15.530667-6.997333-41.443556-62.748445-42.666667z"
|
||||||
|
fill="#FFFFFF" p-id="5611"></path>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
@@ -1,11 +1 @@
|
|||||||
<svg t="1642407248989" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="5608"
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M11 42h26a2 2 0 002-2V13.828a2 2 0 00-.586-1.414l-5.828-5.828A2 2 0 0031.172 6H11a2 2 0 00-2 2v32a2 2 0 002 2z" /><path d="M22.305 21.028c.874 1.939 3.506 6.265 4.903 8.055 1.747 2.237 3.494 2.685 4.368 2.237.873-.447 1.21-4.548-7.425-2.685-7.523 1.623-7.424 3.58-6.988 4.476.728 1.193 2.522 2.627 5.678-6.266C25.699 18.79 24.489 17 23.277 17c-1.409 0-2.538.805-.972 4.028z" /></svg>
|
||||||
width="200" height="200">
|
|
||||||
<path
|
|
||||||
d="M967.111111 281.6V910.222222c0 62.577778-51.2 113.777778-113.777778 113.777778H170.666667c-62.577778 0-113.777778-51.2-113.777778-113.777778V113.777778c0-62.577778 51.2-113.777778 113.777778-113.777778h514.844444L967.111111 281.6z"
|
|
||||||
fill="#D23B41" p-id="5609"></path>
|
|
||||||
<path d="M685.511111 224.711111V0L967.111111 281.6H742.4c-31.288889 0-56.888889-25.6-56.888889-56.888889"
|
|
||||||
fill="#9C171C" p-id="5610"></path>
|
|
||||||
<path
|
|
||||||
d="M680.277333 662.698667c-11.889778-1.194667-23.751111-3.640889-35.640889-9.728 10.666667-2.133333 20.110222-2.133333 30.776889-2.133334 23.751111 0 28.330667 5.774222 28.330667 9.443556-6.997333 2.417778-15.246222 3.356444-23.466667 2.417778z m-120.945777-15.530667c-25.884444 5.802667-54.556444 14.336-80.440889 23.779556v-2.446223l-2.446223 1.223111c13.084444-26.197333 25.002667-53.333333 35.640889-80.753777l0.938667 1.223111 1.194667-2.133334c13.112889 20.110222 29.866667 40.220444 47.530666 57.884445h-3.640889l1.223112 1.223111zM497.777778 417.450667c1.223111-1.223111 3.669333-1.223111 4.551111-1.223111h3.697778a96.739556 96.739556 0 0 1-1.251556 61.553777c-8.220444-18.915556-11.861333-40.220444-6.997333-60.330666zM352.142222 770.275556l-3.669333 1.223111a96.768 96.768 0 0 1 42.666667-34.417778c-9.443556 15.502222-22.556444 27.392-38.997334 33.194667z m324.494222-155.107556c-25.002667 0-49.664 3.669333-74.666666 8.248889a353.365333 353.365333 0 0 1-73.415111-94.776889c20.110222-66.417778 21.333333-111.217778 5.774222-132.551111a39.253333 39.253333 0 0 0-30.748445-15.502222c-15.246222-1.223111-29.582222 6.087111-36.579555 18.887111-21.333333 35.640889 9.443556 105.415111 23.779555 134.058666-16.782222 50.887111-36.864 99.328-63.089777 146.858667-112.412444 48.440889-114.858667 77.994667-114.858667 88.661333 0 13.084444 7.310222 26.197333 20.110222 32 4.864 3.640889 11.889778 4.835556 17.976889 4.835556 29.582222 0 64-33.194667 100.551111-98.389333 46.307556-18.887111 92.615111-34.133333 141.084445-44.8a153.941333 153.941333 0 0 0 87.722666 35.356444c20.110222 0 59.107556 0 59.107556-40.220444 1.223111-15.530667-6.997333-41.443556-62.748445-42.666667z"
|
|
||||||
fill="#FFFFFF" p-id="5611"></path>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 514 B |
14
src/assets/icons/file-video-color.svg
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<svg t="1642407389455" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6501"
|
||||||
|
width="200" height="200">
|
||||||
|
<path
|
||||||
|
d="M967.111111 281.6V910.222222c0 62.862222-50.915556 113.777778-113.777778 113.777778H170.666667c-62.862222 0-113.777778-50.915556-113.777778-113.777778V113.777778c0-62.862222 50.915556-113.777778 113.777778-113.777778h514.844444L967.111111 281.6z"
|
||||||
|
fill="#C386F0" p-id="6502"></path>
|
||||||
|
<path
|
||||||
|
d="M284.444444 398.222222m42.666667 0l298.666667 0q42.666667 0 42.666666 42.666667l0 234.666667q0 42.666667-42.666666 42.666666l-298.666667 0q-42.666667 0-42.666667-42.666666l0-234.666667q0-42.666667 42.666667-42.666667Z"
|
||||||
|
fill="#FFFFFF" p-id="6503"></path>
|
||||||
|
<path
|
||||||
|
d="M738.417778 457.841778a31.971556 31.971556 0 0 1 48.014222 27.676444v154.538667c0 24.632889-26.652444 40.021333-47.985778 27.704889L684.430222 636.586667V488.96z"
|
||||||
|
fill="#FFFFFF" p-id="6504"></path>
|
||||||
|
<path d="M685.511111 167.822222V0L967.111111 281.6H799.288889c-62.862222 0-113.777778-50.915556-113.777778-113.777778"
|
||||||
|
fill="#A15FDE" p-id="6505"></path>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@@ -1,14 +1 @@
|
|||||||
<svg t="1642407389455" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="6501"
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M37 42H11a2 2 0 01-2-2V8a2 2 0 012-2h21l7 7v27a2 2 0 01-2 2z" /><path d="M22 27.796v-6l5 3-5 3z" /></svg>
|
||||||
width="200" height="200">
|
|
||||||
<path
|
|
||||||
d="M967.111111 281.6V910.222222c0 62.862222-50.915556 113.777778-113.777778 113.777778H170.666667c-62.862222 0-113.777778-50.915556-113.777778-113.777778V113.777778c0-62.862222 50.915556-113.777778 113.777778-113.777778h514.844444L967.111111 281.6z"
|
|
||||||
fill="#C386F0" p-id="6502"></path>
|
|
||||||
<path
|
|
||||||
d="M284.444444 398.222222m42.666667 0l298.666667 0q42.666667 0 42.666666 42.666667l0 234.666667q0 42.666667-42.666666 42.666666l-298.666667 0q-42.666667 0-42.666667-42.666666l0-234.666667q0-42.666667 42.666667-42.666667Z"
|
|
||||||
fill="#FFFFFF" p-id="6503"></path>
|
|
||||||
<path
|
|
||||||
d="M738.417778 457.841778a31.971556 31.971556 0 0 1 48.014222 27.676444v154.538667c0 24.632889-26.652444 40.021333-47.985778 27.704889L684.430222 636.586667V488.96z"
|
|
||||||
fill="#FFFFFF" p-id="6504"></path>
|
|
||||||
<path d="M685.511111 167.822222V0L967.111111 281.6H799.288889c-62.862222 0-113.777778-50.915556-113.777778-113.777778"
|
|
||||||
fill="#A15FDE" p-id="6505"></path>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 236 B |
@@ -1,12 +1 @@
|
|||||||
<svg t="1640574422482" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3140"
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M16 21h16m-16 8h10m11 13H11a2 2 0 01-2-2V8a2 2 0 012-2h21l7 7v27a2 2 0 01-2 2z" /></svg>
|
||||||
width="128" height="128">
|
|
||||||
<path
|
|
||||||
d="M913.29536 941.04064c0.0256 24.82688-16.54784 44.96384-37.0176 44.98432l-708.23936 0.6912c-20.46464 0.02048-37.07904-20.08576-37.10464-44.91264l-0.83968-859.02848c-0.0256-24.82688 16.54784-44.96384 37.0176-44.98432l521.10848-0.50688 224.39424 210.50368 0.68096 693.25312z"
|
|
||||||
fill="#e6e6e6" p-id="3141"></path>
|
|
||||||
<path
|
|
||||||
d="M913.29536 253.26592l-189.11744 0.18432c-20.46464 0.02048-37.07904-20.08576-37.10464-44.91264l-0.16384-165.77024 226.38592 210.49856z"
|
|
||||||
fill="#C4BCB1" p-id="3142"></path>
|
|
||||||
<path
|
|
||||||
d="M720.72192 396.84096a22.54848 22.54848 0 0 1-22.54848 22.54848H326.13376a22.54848 22.54848 0 0 1 0-45.09696h372.0448a22.54848 22.54848 0 0 1 22.54336 22.54848zM720.72192 565.95456a22.54848 22.54848 0 0 1-22.54848 22.54848H326.13376a22.54848 22.54848 0 0 1 0-45.09696h372.0448a22.54848 22.54848 0 0 1 22.54336 22.54848zM720.72192 746.33728a22.54848 22.54848 0 0 1-22.54848 22.54848H326.13376a22.54848 22.54848 0 0 1 0-45.09696h372.0448a22.54848 22.54848 0 0 1 22.54336 22.54848z"
|
|
||||||
fill="#8a8a8a" p-id="3143"></path>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 219 B |
1
src/assets/icons/filter.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M30 42V22.549a1 1 0 01.463-.844l10.074-6.41A1 1 0 0041 14.45V8a1 1 0 00-1-1H8a1 1 0 00-1 1v6.451a1 1 0 00.463.844l10.074 6.41a1 1 0 01.463.844V37" /></svg>
|
After Width: | Height: | Size: 286 B |
1
src/assets/icons/find-replace.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M42.354 40.854L36.01 34.51m0 0a9 9 0 01-15.364-6.364c0-5 4-9 9-9s9 4 9 9a8.972 8.972 0 01-2.636 6.364zm5.636-26.365h-36m10 16h-10m10 16h-10" /></svg>
|
After Width: | Height: | Size: 280 B |
1
src/assets/icons/fire.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M17.577 27.477C20.022 22.579 17.041 12.98 24.546 6c0 0-1.156 15.55 5.36 17.181 2.145.537 2.68-5.369 4.289-8.59 0 0 .536 4.832 2.68 8.59 3.217 7.517-1 14.117-5.896 17.182-4.289 2.684-14.587 2.807-19.835-5.37-4.824-7.516 0-15.57 0-15.57s4.289 12.35 6.433 8.054z" /></svg>
|
After Width: | Height: | Size: 400 B |
1
src/assets/icons/fold.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="butt" stroke-linejoin="miter"><path d="M43 40H5M43 28H5M43 19L24 7 5 19" /></svg>
|
After Width: | Height: | Size: 173 B |