mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
blueprintjs-icons: fix missing large trash icon
This commit is contained in:
committed by
David Lechner
parent
e8b57fe3d9
commit
d7726325ab
@@ -44,6 +44,7 @@ import {
|
||||
Document as Document20,
|
||||
Error as Error20,
|
||||
InfoSign as InfoSign20,
|
||||
Trash as Trash20,
|
||||
WarningSign as WarningSign20,
|
||||
} from '@blueprintjs/icons/lib/esm/generated/20px/paths';
|
||||
import { pascalCase } from 'change-case';
|
||||
@@ -93,5 +94,6 @@ export const IconSvgPaths20 = {
|
||||
Document: Document20,
|
||||
Error: Error20,
|
||||
InfoSign: InfoSign20,
|
||||
Trash: Trash20,
|
||||
WarningSign: WarningSign20,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user