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