import * as React from "react"; import { ISvgIcons } from "../type"; export const DoubleCircleIcon: React.FC = ({ className = "text-current", ...rest }) => ( );