/// <reference types="react" />
import { CommonIconProps } from '../..';
export default function Bicycle({ color, size, ...rest }: CommonIconProps): JSX.Element;
