diff --git a/fakemui/icons/FormatBold.tsx b/fakemui/icons/FormatBold.tsx new file mode 100644 index 000000000..06fc78ace --- /dev/null +++ b/fakemui/icons/FormatBold.tsx @@ -0,0 +1,8 @@ +import React from 'react' +import { Icon, IconProps } from './Icon' + +export const FormatBold = (props: IconProps) => ( + + + +)