@reusable-ui/icon
Version:
An icon set component for React app.
24 lines (23 loc) • 4.17 kB
TypeScript
export declare const icons: import("@cssfn/css-config").Refs<{
size: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
size1em: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
color: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BackgroundColor> | null | undefined;
altColor: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BackgroundColor> | null | undefined;
sizeMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
transition: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transition<import("@cssfn/css-types").CssDuration>> | null | undefined;
}>, iconValues: import("@cssfn/css-config").Vals<{
size: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeXs: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeSm: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeLg: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
sizeXl: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
size1em: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
color: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BackgroundColor> | null | undefined;
altColor: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BackgroundColor> | null | undefined;
sizeMd: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.BlockSize<import("@cssfn/css-types").CssLength>> | null | undefined;
transition: import("@cssfn/css-types").CssComplexValueOf<import("@cssfn/css-types").CssCustomKeyframesRef | import("csstype").Property.Transition<import("@cssfn/css-types").CssDuration>> | null | undefined;
}>, cssIconConfig: import("@cssfn/css-config").LiveCssConfigOptions;