
  // 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 HomeAdminToolsIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="home admin tools icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M11.994 14.076c-1.314 0-2.383-1.11-2.383-2.476 0-1.366 1.069-2.476 2.383-2.476s2.382 1.11 2.382 2.476c0 1.366-1.068 2.476-2.382 2.476zm-4.467 4.952a.296.296 0 0 1-.298-.295v-.294c0-2.083 1.96-3.538 4.765-3.538 2.805 0 4.765 1.455 4.765 3.538v.294a.296.296 0 0 1-.298.295H7.527zm13.043-5.53v7.512c0 .547-.426.99-.953.99H4.37c-.526 0-.953-.443-.953-.99v-7.5l-.93.966a.464.464 0 0 1-.674 0l-.673-.7a.51.51 0 0 1 0-.7L11.657 2.145a.464.464 0 0 1 .674 0l10.53 10.93a.51.51 0 0 1 0 .701l-.675.7a.464.464 0 0 1-.673 0l-.943-.977zm-1.905-1.978-6.671-6.924-6.67 6.933v8.49h13.34V11.52z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  HomeAdminToolsIcon.displayName = "HomeAdminToolsIcon"
  HomeAdminToolsIcon.colors = Icon.colors
  HomeAdminToolsIcon.sizes = Icon.sizes

  export { HomeAdminToolsIcon }
  