fix: file lock
This commit is contained in:
@@ -17,6 +17,8 @@ type IconName =
|
||||
| "close"
|
||||
| "check"
|
||||
| "info"
|
||||
| "lock"
|
||||
| "unlock"
|
||||
| "workspace"
|
||||
| "menu"
|
||||
| "external"
|
||||
@@ -143,6 +145,18 @@ export default function Icon({
|
||||
<path d="M12 11v5M12 8h.01" />
|
||||
</>
|
||||
),
|
||||
lock: (
|
||||
<>
|
||||
<rect x="5" y="11" width="14" height="9" rx="2" />
|
||||
<path d="M8 11V7a4 4 0 0 1 8 0v4" />
|
||||
</>
|
||||
),
|
||||
unlock: (
|
||||
<>
|
||||
<rect x="5" y="11" width="14" height="9" rx="2" />
|
||||
<path d="M8 11V7a4 4 0 0 1 7.5-2" />
|
||||
</>
|
||||
),
|
||||
workspace: (
|
||||
<>
|
||||
<rect x="3.5" y="5" width="17" height="14" rx="2" />
|
||||
|
||||
Reference in New Issue
Block a user