/**
 * TEAM: frontend_infra
 * @flow
 */

import * as React from "react";

import GraphicIcon from "../../GraphicIcon";
/**
 * @title Basic Usage
 * @description Select an icon and you're good to go!
 */
export default function GraphicIconBasicUsage(): React.Node {
  return <GraphicIcon icon="truck" />;
}
