jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
14 lines (13 loc) • 372 B
TypeScript
/// <reference types="styled-components" />
import React from 'react';
export interface Props {
color?: string;
width?: string;
height?: string;
title: string;
theme?: any;
}
export declare const ResumeLockIcon: React.ForwardRefExoticComponent<Pick<Props, "title" | "color" | "height" | "width"> & {
theme?: any;
}>;
export default ResumeLockIcon;