import React from "react"; interface Props extends React.SVGProps { size?: number | string; } declare const IconFRing: React.FunctionComponent; export default IconFRing;