react-oddball-icons
Version:
Odd corporate logos to spice up your website
50 lines (47 loc) • 2.17 kB
TypeScript
import { SVGProps } from "react";
export declare const Arrow: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Avatar: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const AvatarAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Bell: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const BellAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Bookmark: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const BookmarkAlt: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const Calculator: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const Calender: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Clock: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const ClockAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Document: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Envelope: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Heart: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const Lock: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const LockAlt: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const MagnifyingGlass: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const MagnifyingGlassAlt: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const Presentation: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const SpeechBubble: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const SpeechBubbleAlt: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const StapleDiagram: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const StapleDiagramAlt: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare const Suitcase: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export declare const SuitcaseAlt: (
props: SVGProps<SVGSVGElement>
) => JSX.Element;
export declare function isOddBall(string: string): boolean;