8 lines
765 B
TypeScript
Executable File
8 lines
765 B
TypeScript
Executable File
import {createSvgIcon} from '@common/icons/create-svg-icon';
|
|
|
|
export const MediaRadioButtonSelectedIcon = createSvgIcon(
|
|
[<path d="M16 20.6667C18.5773 20.6667 20.6666 18.5773 20.6666 16C20.6666 13.4227 18.5773 11.3333 16 11.3333C13.4227 11.3333 11.3333 13.4227 11.3333 16C11.3333 18.5773 13.4227 20.6667 16 20.6667Z" key="0"/>,<path fillRule="evenodd" clipRule="evenodd" d="M26.6666 16C26.6666 21.891 21.891 26.6667 16 26.6667C10.1089 26.6667 5.33331 21.891 5.33331 16C5.33331 10.109 10.1089 5.33334 16 5.33334C21.891 5.33334 26.6666 10.109 26.6666 16ZM24 16C24 20.4183 20.4183 24 16 24C11.5817 24 7.99998 20.4183 7.99998 16C7.99998 11.5817 11.5817 8.00001 16 8.00001C20.4183 8.00001 24 11.5817 24 16Z" key="1"/>,],
|
|
'MediaRadioButtonSelected',
|
|
'0 0 32 32'
|
|
);
|