// 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 SocialStackoverflowIcon = forwardRef((props, ref) => { const { 'aria-label': ariaLabel, ...rest } = props return ( ) }) as IconComponent SocialStackoverflowIcon.displayName = "SocialStackoverflowIcon" SocialStackoverflowIcon.colors = Icon.colors SocialStackoverflowIcon.sizes = Icon.sizes export { SocialStackoverflowIcon }