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