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