import { IconProps } from '../lib';
declare function Sword(props: IconProps): JSX.Element;
export default Sword;
