8 lines
568 B
TypeScript
Executable File
8 lines
568 B
TypeScript
Executable File
import {createSvgIcon} from '@common/icons/create-svg-icon';
|
|
|
|
export const MediaRadioButtonIcon = createSvgIcon(
|
|
<path fillRule="evenodd" clipRule="evenodd" d="M16 26.6667C21.891 26.6667 26.6666 21.891 26.6666 16C26.6666 10.109 21.891 5.33334 16 5.33334C10.1089 5.33334 5.33331 10.109 5.33331 16C5.33331 21.891 10.1089 26.6667 16 26.6667ZM16 23.3333C20.0501 23.3333 23.3333 20.0501 23.3333 16C23.3333 11.9499 20.0501 8.66668 16 8.66668C11.9499 8.66668 8.66665 11.9499 8.66665 16C8.66665 20.0501 11.9499 23.3333 16 23.3333Z"/>,
|
|
'MediaRadioButton',
|
|
'0 0 32 32'
|
|
);
|