import React from 'react';
import { IconAlert } from 'terra-icon';

const IconAriaLabel = () => (
  <div>
    <IconAlert ariaLabel="Alert" />
  </div>
);

export default IconAriaLabel;
