UNPKG

441 BJavaScriptView Raw
1import * as React from 'react';
2import createSvgIcon from '../../utils/createSvgIcon';
3/**
4 * @ignore - internal component.
5 */
6
7import { jsx as _jsx } from "react/jsx-runtime";
8export default createSvgIcon( /*#__PURE__*/_jsx("path", {
9 d: "M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"
10}), 'RadioButtonChecked');
\No newline at end of file