@gpa-gemstone/gpa-symbols
Version:
UI Symbols for GPA products
113 lines (112 loc) • 5.11 kB
TypeScript
import * as React from 'react';
interface IProps {
/**
* Width and height of icon
* @type {number | string}
* @optional
*/
Size?: number | string;
/**
* Color of the icon
* @type {string}
* @optional
*/
Color?: string;
/**
* Optional style object to apply to the icon
*/
Style?: React.CSSProperties;
/**
* Optional Stroke Width to apply to the icon
*/
StrokeWidth?: number | string;
}
export declare namespace ReactIcons {
const DataContainer: (props: IProps) => JSX.Element;
const Cube: (props: IProps) => JSX.Element;
const House: (props: IProps) => JSX.Element;
const Document: (props: IProps) => JSX.Element;
const ArrowForward: (props: IProps) => JSX.Element;
const ArrowBackward: (props: IProps) => JSX.Element;
const ArrowDropUp: (props: IProps) => JSX.Element;
const ArrowDropDown: (props: IProps) => JSX.Element;
const Settings: (props: IProps) => JSX.Element;
const Filter: (props: IProps) => JSX.Element;
const Folder: (props: IProps) => JSX.Element;
const AlertPerson: (props: IProps) => JSX.Element;
const AlertPeople: (props: IProps) => JSX.Element;
const Alert: (props: IProps) => JSX.Element;
const TrashCan: (props: IProps) => JSX.Element;
const CrossMark: (props: IProps) => JSX.Element;
const CircledX: (props: IProps) => JSX.Element;
const Phone: (props: IProps) => JSX.Element;
const PhoneSettings: (props: IProps) => JSX.Element;
const AlertAdd: (props: IProps) => JSX.Element;
const ReportAdd: (props: IProps) => JSX.Element;
const Pencil: (props: IProps) => JSX.Element;
const FloppyDisk: (props: IProps) => JSX.Element;
const Download: (props: IProps) => JSX.Element;
const Minus: (props: IProps) => JSX.Element;
const Plus: (props: IProps) => JSX.Element;
const Warning: (props: IProps) => JSX.Element;
const CheckMark: (props: IProps) => JSX.Element;
const CircleCheckMark: (props: IProps) => JSX.Element;
const SpiningIcon: (props: IProps) => JSX.Element;
const Copy: (props: IProps) => JSX.Element;
const ShareArrow: (props: IProps) => JSX.Element;
const ShareArrowDiagonal: (props: IProps) => JSX.Element;
const ShareNetwork: (props: IProps) => JSX.Element;
const UploadCloud: (props: IProps) => JSX.Element;
const RSS: (props: IProps) => JSX.Element;
const CirclePlus: (props: IProps) => JSX.Element;
const HardDrive: (props: IProps) => JSX.Element;
const Globe: (props: IProps) => JSX.Element;
const BarChart: (props: IProps) => JSX.Element;
const LinearBarChart: (props: IProps) => JSX.Element;
const OpenBook: (props: IProps) => JSX.Element;
const LineChart: (props: IProps) => JSX.Element;
const ScatterPlot: (props: IProps) => JSX.Element;
const RightArrowCircled: (props: IProps) => JSX.Element;
const LeftArrowCircled: (props: IProps) => JSX.Element;
const BriefCase: (props: IProps) => JSX.Element;
const DollarSign: (props: IProps) => JSX.Element;
const Grid: (props: IProps) => JSX.Element;
const SmartPhone: (props: IProps) => JSX.Element;
const RadioSignal: (props: IProps) => JSX.Element;
const SmartPhoneDollarSign: (props: IProps) => JSX.Element;
const MoveArrows: (props: IProps) => JSX.Element;
const PhasorArrows: (props: IProps) => JSX.Element;
const ChevronLeft: (props: IProps) => JSX.Element;
const ChevronRight: (props: IProps) => JSX.Element;
const DoubleChevronLeft: (props: IProps) => JSX.Element;
const DoubleChevronRight: (props: IProps) => JSX.Element;
const ChevronDown: (props: IProps) => JSX.Element;
const ChevronUp: (props: IProps) => JSX.Element;
const DoubleChevronUp: (props: IProps) => JSX.Element;
const QuestionMark: (props: IProps) => JSX.Element;
const Image: (props: IProps) => JSX.Element;
const Info: (props: IProps) => JSX.Element;
const AlarmBell: (props: IProps) => JSX.Element;
const Layers: (props: IProps) => JSX.Element;
const Flag: (props: IProps) => JSX.Element;
const Grafana: (props: IProps) => JSX.Element;
const Clone: (props: IProps) => JSX.Element;
const Refresh: (props: IProps) => JSX.Element;
const Users: (props: IProps) => JSX.Element;
const Lock: (props: IProps) => JSX.Element;
const ArchiveBox: (props: IProps) => JSX.Element;
const PanHand: (props: IProps) => JSX.Element;
const VeriticalResize: (props: IProps) => JSX.Element;
const HorizontalResize: (props: IProps) => JSX.Element;
const Maximize: (props: IProps) => JSX.Element;
const Camera: (props: IProps) => JSX.Element;
const FingerSelect: (props: IProps) => JSX.Element;
const Pause: (props: IProps) => JSX.Element;
const LightningCloud: (props: IProps) => JSX.Element;
const MagnifyingGlass: (props: IProps) => JSX.Element;
const Eye: (props: IProps) => JSX.Element;
const PieChart: (props: IProps) => JSX.Element;
const List: (props: IProps) => JSX.Element;
const BarChartPanHand: (props: IProps) => JSX.Element;
}
export {};