@littlespoon/icons
Version:
Little Spoon icons
28 lines (25 loc) • 679 B
Flow
/**
* Flowtype definitions for CartIcon
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
* @flow
*/
import * as $Flowgen$Import$styled_2d_components from "styled-components";
export type CartIconProps = {
/**
* The fill of the component. Defaults to black.
*/
fill?: string,
/**
* The size of the component. Defaults to "small".
*/
size?: "xsmall" | "small" | "medium" | "large",
...
} & React$SVGAttributes<SVGElement>;
declare export default function CartIcon(x: CartIconProps): React.Element<>;
declare export var CartIconBase: $Flowgen$Import$styled_2d_components.StyledComponent<
"svg",
any,
CartIconProps,
empty
>;