Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
import React from 'react';
import { DefaultProps } from 'icons/typings';
interface Props extends DefaultProps {
}
declare class DefaultCardIcon extends React.PureComponent<Props> {
static wording: {
description: string;
title: string;
vectorClassName: string;
};
render(): JSX.Element;
}
export { DefaultCardIcon };
export default DefaultCardIcon;