1 | 'use client';
|
2 |
|
3 | import * as React from 'react';
|
4 | import createSvgIcon from "../../utils/createSvgIcon.js";
|
5 |
|
6 | /**
|
7 | * @ignore - internal component.
|
8 | */
|
9 | import { jsx as _jsx } from "react/jsx-runtime";
|
10 | export default createSvgIcon(/*#__PURE__*/_jsx("path", {
|
11 | 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"
|
12 | }), 'RadioButtonChecked'); |
\ | No newline at end of file |