
  // This file is generated by running the "icons" bin script.
  // Manual changes might be lost - proceed with caution!
  
  import React, { forwardRef } from 'react'
  import Icon, { IconComponent } from '..'
  
  
  const WarningTriangleFilledIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="warning triangle filled icon" viewBox="0 0 22 19"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M12 12.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5zm0 3a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5zM.434 18.25a.5.5 0 0 0 .433.75h20.266a.5.5 0 0 0 .433-.75L11.433.747a.5.5 0 0 0-.866 0z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  WarningTriangleFilledIcon.displayName = "WarningTriangleFilledIcon"
  WarningTriangleFilledIcon.colors = Icon.colors
  WarningTriangleFilledIcon.sizes = Icon.sizes

  export { WarningTriangleFilledIcon }
  