// @flow import React from 'react'; import Icon from './Icon'; import type { Props } from './Icon'; export default function BoldIcon(props: Props) { return ( ); }