2020-08-05 22:02:24 +00:00
|
|
|
export const SetupProgress = () => (
|
|
|
|
<svg
|
2020-10-22 22:13:14 +00:00
|
|
|
className="woocommerce-layout__activity-panel-tab-icon setup-progress"
|
2020-08-05 22:02:24 +00:00
|
|
|
width="18"
|
|
|
|
height="18"
|
|
|
|
viewBox="0 0 24 24"
|
|
|
|
fill="none"
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
>
|
|
|
|
<path
|
|
|
|
d="M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z"
|
|
|
|
stroke="#DCDCDE"
|
|
|
|
strokeWidth="2"
|
|
|
|
/>
|
|
|
|
<path
|
|
|
|
d="M4 12V12C4 16.4183 7.58172 20 12 20V20C16.4183 20 20 16.4183 20 12V12C20 7.58172 16.4183 4 12 4V4"
|
|
|
|
strokeWidth="2"
|
|
|
|
strokeLinecap="round"
|
|
|
|
/>
|
|
|
|
</svg>
|
|
|
|
);
|