Add logos to custom logos page
This commit is contained in:
parent
566012ed9d
commit
3d4f0a93b5
1 changed files with 10 additions and 0 deletions
|
@ -148,6 +148,7 @@ export const icons = {
|
|||
</g>
|
||||
),
|
||||
[ICONS.DARK]: buildIcon(<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />),
|
||||
[ICONS.FEEDBACK]: buildIcon(<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />),
|
||||
[ICONS.SEARCH]: buildIcon(
|
||||
<g>
|
||||
<circle cx="11" cy="11" r="8" />
|
||||
|
@ -661,4 +662,13 @@ export const icons = {
|
|||
<path d="M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z" />
|
||||
</g>
|
||||
),
|
||||
[ICONS.OPEN_LOG_FOLDER]: buildIcon(<path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z" />),
|
||||
[ICONS.OPEN_LOG]: buildIcon(
|
||||
<g>
|
||||
<path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z" />
|
||||
<polyline points="14 2 14 8 20 8" />
|
||||
<line x1="12" y1="18" x2="12" y2="12" />
|
||||
<line x1="9" y1="15" x2="15" y2="15" />
|
||||
</g>
|
||||
),
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue