import React from 'react';
import withIcon from '../lib/withIcon';
export const IconCopyright = withIcon(function IconCopyright(props) {
    return (<svg data-tag="IconCopyright" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M12 18.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13m0 1.5a8 8 0 1 0 0-16 8 8 0 0 0 0 16" clipRule="evenodd"/>
      <path d="M14.816 13.557a3.164 3.164 0 0 1-2.716 1.525c-1.732 0-3.144-1.383-3.144-3.081 0-1.7 1.412-3.083 3.144-3.083 1.116 0 2.156.586 2.716 1.526l.072.122H17l-.127-.333a4.99 4.99 0 0 0-1.865-2.344A5.156 5.156 0 0 0 12.1 7C9.287 7 7 9.244 7 12.001S9.287 17 12.1 17a5.15 5.15 0 0 0 2.908-.888 4.99 4.99 0 0 0 1.865-2.345l.127-.333h-2.112z"/>
    </svg>);
});
//# sourceMappingURL=Copyright.jsx.map