
  // 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 IlxIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="ilx icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M21 7a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm-2.581 11.485s1.601-.91 2.344-1.281a.428.428 0 0 0-.023-.777l-6.643-2.847a.429.429 0 0 0-.562.562l2.847 6.644a.429.429 0 0 0 .776.023c.37-.74 1.26-2.324 1.26-2.324zM3 3.809a.5.5 0 0 1 .724-.447l6.382 3.19a.5.5 0 0 1 0 .895l-6.382 3.191A.5.5 0 0 1 3 10.191zM4 14a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  IlxIcon.displayName = "IlxIcon"
  IlxIcon.colors = Icon.colors
  IlxIcon.sizes = Icon.sizes

  export { IlxIcon }
  