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