
  // 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 PencilIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="pencil icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path d="M5.276 15.862 5 19l3.14-.275 8.085-8.086-2.863-2.863-8.086 8.086zM17.64 9.225l.767-.767a2 2 0 0 0 .592-1.431 2 2 0 0 0-.593-1.433 1.996 1.996 0 0 0-1.43-.591c-.545 0-1.048.208-1.433.593l-.766.766 2.863 2.863zm-.665-6.222c1.076 0 2.086.418 2.845 1.177A3.997 3.997 0 0 1 21 7.027a4 4 0 0 1-1.179 2.846L9.411 20.282a.995.995 0 0 1-.464.263l-4.705.427a1.002 1.002 0 0 1-1.213-1.213l.427-4.704a.998.998 0 0 1 .263-.464L14.13 4.18a3.997 3.997 0 0 1 2.845-1.179z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  PencilIcon.displayName = "PencilIcon"
  PencilIcon.colors = Icon.colors
  PencilIcon.sizes = Icon.sizes

  export { PencilIcon }
  