
  // 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 QuestionFilledIcon = forwardRef((props, ref) => {
    const { 'aria-label': ariaLabel, ...rest } = props
    
    return (
      <Icon {...rest} ref={ref}>
        <svg aria-label="question filled icon" viewBox="0 0 24 24"role='img' {...(ariaLabel && { 'aria-label': ariaLabel })}><path fillRule="evenodd" clipRule="evenodd" d="M2 12C2 6.48 6.48 2 12 2s10 4.48 10 10-4.48 10-10 10S2 17.52 2 12zm7.42-1.59h.93a.476.476 0 0 0 .471-.411c.013-.094.031-.185.054-.273.054-.212.137-.397.25-.555a1.26 1.26 0 0 1 .433-.38 1.31 1.31 0 0 1 .63-.142c.36 0 .643.1.846.298.203.199.304.506.304.92.01.244-.033.447-.128.61a1.814 1.814 0 0 1-.372.447 8.15 8.15 0 0 1-.501.406 3.4 3.4 0 0 0-.515.48 2.797 2.797 0 0 0-.426.67c-.019.04-.041.083-.066.13-.1.191-.236.449-.297.886a.442.442 0 0 0 .438.504h1.094a.447.447 0 0 0 .447-.417c.03-.441.113-.541.21-.658l.042-.052c.14-.18.3-.34.48-.48.181-.14.373-.28.576-.42a2.636 2.636 0 0 0 .975-1.225c.112-.28.169-.637.169-1.07a2.43 2.43 0 0 0-.731-1.692c-.262-.262-.607-.48-1.036-.656-.428-.176-.963-.264-1.604-.264a3.48 3.48 0 0 0-1.347.25 5.403 5.403 0 0 1-.164.065c-.23.087-.266.1-.865.632-.556.494-.676 1.37-.705 1.966a.41.41 0 0 0 .409.43zM11.5 15h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z"/></svg>
      </Icon>
    )
  }) as IconComponent
  
  QuestionFilledIcon.displayName = "QuestionFilledIcon"
  QuestionFilledIcon.colors = Icon.colors
  QuestionFilledIcon.sizes = Icon.sizes

  export { QuestionFilledIcon }
  