export const Dismiss = (props) => (
);
export const Privacy = (props) => (
);
export const FileImage = (props) => (
);
export const Information = (props) => (
);
export const Plus = (props) => (
);
export const Logo = (props) => (
);
export const ChevronDown = (props) => {
return (
);
};
export const CheckBox = (props) => {
return (
);
};
export const CopyAndPaste = (props) => {
return (
);
};
export const BandwidthDown = (props) => {
return (
);
};
export const BandwidthUp = (props) => {
return (
);
};
export const Close = (props) => {
return (
);
};
export const Search = (props) => {
return (
);
};
export const Reorder = (props) => {
return (
);
};
export const Calendar = (props) => {
return (
);
};
export const ChevronRight = (props) => {
return (
);
};
export const ChevronLeft = (props) => {
return (
);
};