import React from "react" export const SettingIcon = React.forwardRef< SVGSVGElement, React.SVGProps >((props, ref) => { return ( ) })