import React from 'react'; import { IconProps } from '../lib'; declare function XCircle({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default XCircle; //# sourceMappingURL=XCircle.d.ts.map