molstar
Version:
A comprehensive macromolecular library.
94 lines (93 loc) • 6.86 kB
TypeScript
/**
* Copyright (c) 2020-2022 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import * as React from 'react';
export declare function Icon(props: {
svg?: React.FC;
style?: React.CSSProperties;
title?: string;
/** Adds right margin to the icon */
inline?: boolean;
}): import("react/jsx-runtime").JSX.Element | null;
export declare function UnionSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SubtractSvg(): import("react/jsx-runtime").JSX.Element;
export declare function IntersectSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SetSvg(): import("react/jsx-runtime").JSX.Element;
export declare function MoleculeSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CubeOutlineSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CubeScanSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CubeSendSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CursorDefaultOutlineSvg(): import("react/jsx-runtime").JSX.Element;
export declare function FileOutlineSvg(): import("react/jsx-runtime").JSX.Element;
export declare function LightbulbOnOutlineSvg(): import("react/jsx-runtime").JSX.Element;
export declare function MagicWandSvg(): import("react/jsx-runtime").JSX.Element;
export declare function PencilRulerSvg(): import("react/jsx-runtime").JSX.Element;
export declare function AccountTreeOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function AddSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ArrowDownwardSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ArrowDropDownSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ArrowRightSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ArrowUpwardSvg(): import("react/jsx-runtime").JSX.Element;
export declare function AutorenewSvg(): import("react/jsx-runtime").JSX.Element;
export declare function BlurOnSvg(): import("react/jsx-runtime").JSX.Element;
export declare function BookmarksOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function BrushSvg(): import("react/jsx-runtime").JSX.Element;
export declare function BuildOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function BuildSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CameraOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CameraSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CancelOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CancelSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CenterFocusStrongSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CheckSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ClearSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CloseSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CloudUploadSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CodeSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CopySvg(): import("react/jsx-runtime").JSX.Element;
export declare function CropSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CropFreeSvg(): import("react/jsx-runtime").JSX.Element;
export declare function CropOrginalSvg(): import("react/jsx-runtime").JSX.Element;
export declare function DeleteOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function DeleteSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ErrorSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ExtensionSvg(): import("react/jsx-runtime").JSX.Element;
export declare function FlipToFrontSvg(): import("react/jsx-runtime").JSX.Element;
export declare function FullscreenSvg(): import("react/jsx-runtime").JSX.Element;
export declare function GetAppSvg(): import("react/jsx-runtime").JSX.Element;
export declare function HelpOutlineSvg(): import("react/jsx-runtime").JSX.Element;
export declare function HomeOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function LaunchSvg(): import("react/jsx-runtime").JSX.Element;
export declare function LinearScaleSvg(): import("react/jsx-runtime").JSX.Element;
export declare function MoreHorizSvg(): import("react/jsx-runtime").JSX.Element;
export declare function NavigateBeforeSvg(): import("react/jsx-runtime").JSX.Element;
export declare function NavigateNextSvg(): import("react/jsx-runtime").JSX.Element;
export declare function OpenInBrowserSvg(): import("react/jsx-runtime").JSX.Element;
export declare function PlayArrowSvg(): import("react/jsx-runtime").JSX.Element;
export declare function RefreshSvg(): import("react/jsx-runtime").JSX.Element;
export declare function RemoveSvg(): import("react/jsx-runtime").JSX.Element;
export declare function RestoreSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SaveOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ScatterPlotSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SearchSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SkipPreviousSvg(): import("react/jsx-runtime").JSX.Element;
export declare function StopSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SubscriptionsOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function SwapHorizSvg(): import("react/jsx-runtime").JSX.Element;
export declare function TourSvg(): import("react/jsx-runtime").JSX.Element;
export declare function TuneSvg(): import("react/jsx-runtime").JSX.Element;
export declare function TooltipTextSvg(): import("react/jsx-runtime").JSX.Element;
export declare function TooltipTextOutlineSvg(): import("react/jsx-runtime").JSX.Element;
export declare function PlusBoxSvg(): import("react/jsx-runtime").JSX.Element;
export declare function MinusBoxSvg(): import("react/jsx-runtime").JSX.Element;
export declare function VisibilityOffOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function VisibilityOutlinedSvg(): import("react/jsx-runtime").JSX.Element;
export declare function WarningSvg(): import("react/jsx-runtime").JSX.Element;
export declare function ContentCutSvg(): import("react/jsx-runtime").JSX.Element;
export declare const SelectionModeSvg: typeof CursorDefaultOutlineSvg;
export declare const SuperposeAtomsSvg: typeof ScatterPlotSvg;
export declare const SuperposeChainsSvg: typeof LinearScaleSvg;
export declare const SuperpositionSvg: typeof FlipToFrontSvg;