import React from 'react'; import styled from 'styled-components'; import type { IconProps } from '@redocly/theme/icons/types'; const Icon = (props: IconProps) => ( ); export const ThumbDownIcon = styled(Icon).attrs({ 'data-component-name': 'icons/ThumbDownIcon/ThumbDownIcon', })``;