Update import/export and vault buttons.

This commit is contained in:
Martin Kleinschrodt 2022-06-22 13:33:25 +02:00
parent b2544f7303
commit 2d886161b9
2 changed files with 4 additions and 4 deletions

View File

@ -231,8 +231,8 @@ body {
/* ICONS */ /* ICONS */
--icon-vaults: "\f5fd"; --icon-vaults: "\f1b3";
--icon-vault: "\f07b"; --icon-vault: "\f1b2";
/* HEADERS */ /* HEADERS */

View File

@ -147,11 +147,11 @@ export class PlIcon extends LitElement {
} }
:host([icon="export"]) > div::before { :host([icon="export"]) > div::before {
content: "\\f093"; content: "\\f56e";
} }
:host([icon="import"]) > div::before { :host([icon="import"]) > div::before {
content: "\\f019"; content: "\\f56f";
} }
:host([icon="search"]) > div::before { :host([icon="search"]) > div::before {