import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _PencilIcon({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const PencilIcon: React.MemoExoticComponent<typeof _PencilIcon>;
export {};
//# sourceMappingURL=Pencil.d.ts.map