import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgBookmark: (props: SVGProps) => React.JSX.Element; export default SvgBookmark; //# sourceMappingURL=Bookmark.d.ts.map