
  // 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 HomeContentToolsIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="home content tools icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M20.889 3C21.503 3 22 3.576 22 4.286v15.428c0 .71-.497 1.286-1.111 1.286H19v-2h.997l.002-10H4v10h1v2H3.111C2.497 21 2 20.424 2 19.714V4.286C2 3.576 2.497 3 3.111 3H20.89zM6 7H4V5h2v2zm2-2v2h2V5H8zm4 2h8V5h-8v2zm-4 9.862V20.5a.5.5 0 0 0 .5.5H11v-2c0-.547.426-1 1-1a.99.99 0 0 1 1 1v2h2.5a.5.5 0 0 0 .5-.5v-3.633h1a.5.5 0 0 0 .5-.5v-.019a.495.495 0 0 0-.156-.36c-.845-.796-3.967-3.702-5.007-4.671a.499.499 0 0 0-.681.001l-4.997 4.668a.5.5 0 0 0-.159.365v.014a.5.5 0 0 0 .502.5L8 16.862z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  HomeContentToolsIcon.displayName = "HomeContentToolsIcon"
  HomeContentToolsIcon.colors = Icon.colors
  HomeContentToolsIcon.sizes = Icon.sizes

  export { HomeContentToolsIcon }
  