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