// Copyright 2015-2017 Parity Technologies (UK) Ltd. // This file is part of Parity. // Parity is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // Parity is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // You should have received a copy of the GNU General Public License // along with Parity. If not, see . import React from 'react'; import { Icon } from 'semantic-ui-react'; export const AccountsIcon = () => ; export const AddIcon = () => ; export const AddressIcon = () => ; export const AppsIcon = () => ; export const AttachFileIcon = () => ; export const BackgroundIcon = () => ; export const CancelIcon = () => ; export const CheckIcon = () => ; export const CloseIcon = () => ; export const CompareIcon = () => ; export const ComputerIcon = () => ; export const ContractIcon = () => ; export const CopyIcon = () => ; export const DashboardIcon = () => ; export const DoneIcon = CheckIcon; export const DeleteIcon = () => ; export const DevelopIcon = () => ; export const DialIcon = () => ; export const EditIcon = () => ; export const ErrorIcon = () => ; export const EthernetIcon = () => ; export const FileIcon = () => ; export const FileDownloadIcon = () => ; export const FileUploadIcon = () => ; export const FingerprintIcon = () => ; export const GasIcon = () => ; export const GotoIcon = () => ; export const InfoIcon = () => ; export const KeyIcon = () => ; export const KeyboardIcon = () => ; export const LinkIcon = () => ; export const ListIcon = () => ; export const LockedIcon = () => ; export const MembershipIcon = () => ; export const MoveIcon = () => ; export const NextIcon = () => ; export const PauseIcon = () => ; export const PlayIcon = () => ; export const PrevIcon = () => ; export const PrintIcon = () => ; export const QrIcon = () => ; export const RefreshIcon = () => ; export const RemoveIcon = () => ; export const ReorderIcon = MoveIcon; export const ReplayIcon = () => ; export const SaveIcon = () => ; export const SearchIcon = () => ; export const SendIcon = () => ; export const SettingsIcon = () => ; export const SnoozeIcon = () => ; export const SortIcon = () => ; export const StarIcon = () => ; export const StatusIcon = () => ; export const UnlockedIcon = () => ; export const UpdateIcon = () => ; export const UpdateWaitIcon = () => ; export const VisibleIcon = () => ; export const VerifyIcon = () => ; export const VpnIcon = () => DashboardIcon;