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