@ima/devtools
Version:
IMA.js debugging panel in the Chrome Developer Tools window.
17 lines (16 loc) • 370 B
JSX
export default function EnableIcon() {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
viewBox='0 0 24 24'
fill='none'
stroke='currentColor'
strokeWidth='2'
strokeLinecap='round'
strokeLinejoin='round'
>
<path d='M18.36 6.64a9 9 0 1 1-12.73 0' />
<line x1='12' y1='2' x2='12' y2='12' />
</svg>
);
}