UNPKG

262 BTypeScriptView Raw
1import * as React from 'react';
2declare const BookmarkSlashIcon: React.ForwardRefExoticComponent<React.PropsWithoutRef<React.SVGProps<SVGSVGElement>> & { title?: string, titleId?: string } & React.RefAttributes<SVGSVGElement>>;
3export default BookmarkSlashIcon;