import * as React from 'react';
const TrashAltRegularIcon = props => (
);
const LevelUpAltIcon = props => (
);
const CloneIcon = props => (
);
const ArrowsAltSolidIcon = props => (
);
export const DebugButton: React.FunctionComponent> = props => {
return (
);
};
export const TrashDebugButton: React.FunctionComponent> = props => (
);
export const LevelUpDebugButton: React.FunctionComponent> = props => (
);
export const CloneDebugButton: React.FunctionComponent> = props => (
);
export const MoveDebugButton: React.FunctionComponent> = props => (
);