/* * Copyright (c) Facebook, Inc. and its affiliates. */ import * as React from 'react'; export const IconWarning = React.memo( function IconWarning({className}) { return ( ); } ); IconWarning.displayName = 'IconWarning';