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