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