import React from 'react';
import withIcon from '../lib/withIcon';
export const IconNewBadge = withIcon(function IconNewBadge(props) {
    return (<svg data-tag="IconNewBadge" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M20.173 10.92c.875-.844 1.245-1.472 1.096-1.932-.15-.459-.819-.75-2.023-.919-.64-.09-1.014-.208-1.2-.462-.184-.255-.18-.646-.068-1.284.21-1.197.141-1.923-.25-2.207-.39-.284-1.103-.126-2.176.445-.572.304-.943.428-1.242.33-.3-.097-.527-.415-.81-.997-.534-1.093-1.017-1.64-1.5-1.64-.483 0-.966.547-1.5 1.64-.283.582-.51.9-.81.998-.299.097-.67-.027-1.242-.331-1.073-.571-1.786-.73-2.176-.445-.391.284-.46 1.01-.25 2.207.113.638.116 1.03-.069 1.284s-.558.372-1.2.462c-1.203.17-1.872.46-2.022.92-.149.459.222 1.087 1.096 1.932.466.45.699.764.699 1.079 0 .315-.233.63-.699 1.079-.874.845-1.245 1.473-1.096 1.932.15.46.819.75 2.023.92.64.09 1.014.207 1.2.462.184.255.18.646.068 1.284-.21 1.197-.141 1.923.25 2.207.39.284 1.103.126 2.176-.445.572-.304.943-.428 1.242-.33.3.096.527.415.81.997.534 1.093 1.017 1.64 1.5 1.64.483 0 .966-.547 1.5-1.64.283-.582.51-.9.81-.998.299-.097.67.027 1.242.331 1.073.57 1.785.73 2.176.445.391-.284.46-1.01.25-2.207-.113-.638-.116-1.03.069-1.284.185-.255.558-.372 1.2-.462 1.203-.17 1.872-.46 2.022-.92.149-.459-.221-1.087-1.096-1.932-.466-.45-.699-.764-.699-1.08 0-.314.233-.629.699-1.078"/>
    </svg>);
});
//# sourceMappingURL=NewBadge.jsx.map