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