import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVerifiedBadge = withIcon(function IconVerifiedBadge(props) {
    return (<svg data-tag="IconVerifiedBadge" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M11.746 2.101a1.5 1.5 0 0 1 .411 0c.485.067.888.457 1.694 1.236.318.308.477.462.674.544.056.024.114.043.173.057.207.049.426.018.864-.044 1.11-.157 1.666-.236 2.098-.005a1.5 1.5 0 0 1 .332.242c.353.34.45.891.644 1.995.076.437.115.655.225.836.032.052.068.102.107.148.139.161.335.265.726.472.99.526 1.485.789 1.699 1.23.06.123.103.255.127.39.086.483-.16.986-.652 1.993-.195.398-.292.597-.31.809-.004.06-.004.122 0 .183.018.211.115.41.31.808.492 1.007.738 1.51.652 1.993a1.503 1.503 0 0 1-.127.39c-.214.442-.71.704-1.7 1.23-.39.207-.586.311-.725.473-.04.046-.075.095-.107.147-.11.182-.149.4-.225.836-.194 1.104-.29 1.656-.644 1.996a1.5 1.5 0 0 1-.332.241c-.432.231-.988.153-2.098-.004-.438-.062-.657-.093-.864-.044-.06.014-.117.033-.173.056-.197.082-.356.236-.674.544-.806.78-1.209 1.17-1.694 1.236a1.496 1.496 0 0 1-.41 0c-.486-.067-.89-.457-1.695-1.236-.318-.308-.477-.462-.673-.544a1.115 1.115 0 0 0-.174-.056c-.207-.05-.426-.018-.864.044-1.11.157-1.665.235-2.098.004a1.5 1.5 0 0 1-.332-.241c-.353-.34-.45-.892-.644-1.996-.076-.436-.115-.654-.225-.836a1.133 1.133 0 0 0-.107-.148c-.139-.16-.334-.265-.725-.472-.99-.526-1.486-.788-1.7-1.23a1.5 1.5 0 0 1-.127-.39c-.086-.482.16-.986.652-1.993.195-.398.292-.597.31-.808a1.397 1.397 0 0 0 0-.183c-.018-.212-.115-.411-.31-.809-.492-1.007-.738-1.51-.652-1.993a1.5 1.5 0 0 1 .127-.39c.214-.441.71-.704 1.7-1.23.39-.207.586-.31.725-.472.04-.046.075-.096.107-.148.11-.181.149-.4.225-.836.194-1.104.29-1.656.644-1.995a1.5 1.5 0 0 1 .332-.242c.433-.231.988-.152 2.098.005.438.062.657.093.864.044.06-.014.117-.033.174-.057.196-.082.355-.236.673-.544.806-.78 1.209-1.169 1.694-1.236m5.082 6.64c-.449-.448-.866-.448-1.315 0l-4.62 4.621c-.104.104-.155.104-.26 0l-2.146-2.146c-.449-.45-.866-.45-1.314 0-.45.449-.45.865 0 1.314l2.933 2.934c.45.449.866.45 1.315 0l5.483-5.486c.402-.43.326-.834-.076-1.236" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=VerifiedBadge.jsx.map