UNPKG

@activecollab/components

Version:

ActiveCollab Components

32 lines 791 B
import React, { ReactElement } from "react"; export type Glyph = (props: React.SVGProps<SVGSVGElement>) => ReactElement; export declare const svgBase: { width: number; height: number; viewBox: string; fill: string; style: { fill: string; }; stroke: string; strokeWidth: number; strokeLinecap: "round"; strokeLinejoin: "round"; }; export declare const glyph16: { width: number; height: number; strokeWidth: number; viewBox: string; fill: string; style: { fill: string; }; stroke: string; strokeLinecap: "round"; strokeLinejoin: "round"; }; export declare const SquareGlyph: Glyph; export declare const MinusGlyph: Glyph; export declare const PlusGlyph: Glyph; //# sourceMappingURL=glyphs.d.ts.map