Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import React from 'react';
import { DefaultProps } from 'icons/typings';
interface Props extends DefaultProps {
}
declare class DinersCardIcon extends React.PureComponent<Props> {
static wording: {
description: string;
title: string;
vectorClassName: string;
};
static defaultProps: {
width: string;
height: string;
viewBox: string;
fill: string;
};
render(): JSX.Element;
}
export { DinersCardIcon };
export default DinersCardIcon;