File tree Expand file tree Collapse file tree 1 file changed +0
-32
lines changed
packages/webui/src/client/lib/ui/icons Expand file tree Collapse file tree 1 file changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -30,42 +30,10 @@ export function EmptyBucket({ className }: { className?: string }): JSX.Element
30
30
}
31
31
32
32
export function Rename ( { className } : { className ?: string } ) : JSX . Element {
33
- // return (
34
- // <svg
35
- // width="20"
36
- // height="20"
37
- // viewBox="0 0 20 20"
38
- // fill="none"
39
- // xmlns="http://www.w3.org/2000/svg"
40
- // className={className}
41
- // >
42
- // <path
43
- // d="M14.295 4.293C14.3876 4.19969 14.4977 4.12564 14.6191 4.0751C14.7404 4.02456 14.8706 3.99855 15.002 3.99855C15.1334 3.99855 15.2636 4.02456 15.3849 4.0751C15.5063 4.12564 15.6164 4.19969 15.709 4.293C15.8489 4.43284 15.9442 4.61102 15.9828 4.80501C16.0214 4.999 16.0016 5.20008 15.9259 5.38283C15.8502 5.56557 15.7221 5.72177 15.5576 5.83166C15.3931 5.94156 15.1998 6.00021 15.002 6.00021C14.8042 6.00021 14.6109 5.94156 14.4464 5.83166C14.2819 5.72177 14.1538 5.56557 14.0781 5.38283C14.0024 5.20008 13.9826 4.999 14.0212 4.80501C14.0598 4.61102 14.1551 4.43284 14.295 4.293ZM16.416 3.586C16.0471 3.21569 15.5474 3.00522 15.0247 2.99998C14.5021 2.99474 13.9983 3.19516 13.622 3.558V3.552L4.819 12.356L3 16.961L7.647 15.184L16.45 6.38H16.444C16.8056 6.00313 17.0052 5.49958 17 4.97729C16.9948 4.45499 16.7851 3.95554 16.416 3.586Z"
44
- // fill="currentColor"
45
- // />
46
- // </svg>
47
- // )
48
33
return < FontAwesomeIcon icon = { faPencil } className = { className } />
49
34
}
50
35
51
36
export function Delete ( { className } : { className ?: string } ) : JSX . Element {
52
- // return (
53
- // <svg
54
- // width="20"
55
- // height="20"
56
- // viewBox="0 0 20 20"
57
- // fill="none"
58
- // xmlns="http://www.w3.org/2000/svg"
59
- // className={className}
60
- // >
61
- // <path
62
- // fillRule="evenodd"
63
- // clipRule="evenodd"
64
- // d="M15.1702 5.75L14.3072 17H5.69421L4.82921 5.75H15.1702ZM8.75021 3.75H11.2502V2.5H8.75021V3.75ZM17.0002 3.75H12.7502V1.75C12.7502 1.55109 12.6712 1.36032 12.5305 1.21967C12.3899 1.07902 12.1991 1 12.0002 1H8.00021C7.80146 1.00053 7.611 1.07971 7.47047 1.22025C7.32993 1.36079 7.25074 1.55125 7.25021 1.75V3.75H3.00021C2.74273 3.76152 2.49962 3.87191 2.32149 4.05818C2.14336 4.24446 2.04395 4.49226 2.04395 4.75C2.04395 5.00774 2.14336 5.25554 2.32149 5.44182C2.49962 5.62809 2.74273 5.73848 3.00021 5.75H3.32521L4.25321 17.809C4.26827 17.9969 4.35346 18.1723 4.49184 18.3003C4.63023 18.4283 4.8117 18.4996 5.00021 18.5H15.0002C15.3902 18.5 15.7182 18.196 15.7482 17.809L16.6752 5.75H17.0002C17.2577 5.73848 17.5008 5.62809 17.6789 5.44182C17.8571 5.25554 17.9565 5.00774 17.9565 4.75C17.9565 4.49226 17.8571 4.24446 17.6789 4.05818C17.5008 3.87191 17.2577 3.76152 17.0002 3.75ZM7.00021 15.25C6.8676 15.25 6.74043 15.1973 6.64666 15.1036C6.55289 15.0098 6.50021 14.8826 6.50021 14.75V7.75C6.50021 7.61739 6.55289 7.49021 6.64666 7.39645C6.74043 7.30268 6.8676 7.25 7.00021 7.25C7.13282 7.25 7.26 7.30268 7.35377 7.39645C7.44753 7.49021 7.50021 7.61739 7.50021 7.75V14.75C7.50021 14.8826 7.44753 15.0098 7.35377 15.1036C7.26 15.1973 7.13282 15.25 7.00021 15.25ZM10.0002 15.25C9.8676 15.25 9.74043 15.1973 9.64666 15.1036C9.55289 15.0098 9.50021 14.8826 9.50021 14.75V7.75C9.50021 7.61739 9.55289 7.49021 9.64666 7.39645C9.74043 7.30268 9.8676 7.25 10.0002 7.25C10.1328 7.25 10.26 7.30268 10.3538 7.39645C10.4475 7.49021 10.5002 7.61739 10.5002 7.75V14.75C10.5002 14.8826 10.4475 15.0098 10.3538 15.1036C10.26 15.1973 10.1328 15.25 10.0002 15.25ZM13.0002 15.25C12.8676 15.25 12.7404 15.1973 12.6467 15.1036C12.5529 15.0098 12.5002 14.8826 12.5002 14.75V7.75C12.5002 7.61739 12.5529 7.49021 12.6467 7.39645C12.7404 7.30268 12.8676 7.25 13.0002 7.25C13.1328 7.25 13.26 7.30268 13.3538 7.39645C13.4475 7.49021 13.5002 7.61739 13.5002 7.75V14.75C13.5002 14.8826 13.4475 15.0098 13.3538 15.1036C13.26 15.1973 13.1328 15.25 13.0002 15.25Z"
65
- // fill="currentColor"
66
- // />
67
- // </svg>
68
- // )
69
37
return < FontAwesomeIcon icon = { faTrashCan } className = { className } />
70
38
}
71
39
You can’t perform that action at this time.
0 commit comments