Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
better-wp-security
/
core
/
admin-pages
/
entries
/
settings
/
components
/
site-scan-icon
:
index.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
export default function SiteScanIcon( { found } ) { return ( <svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M36.19 33.605A18.304 18.304 0 0 0 40.333 22C40.333 11.88 32.12 3.667 22 3.667S3.667 11.88 3.667 22 11.88 40.334 22 40.334a18.304 18.304 0 0 0 13.035-5.445c.055-.055.092-.11.128-.147.367-.367.715-.752 1.027-1.137zM22 36.667c-8.085 0-14.667-6.582-14.667-14.667S13.915 7.334 22 7.334 36.667 13.915 36.667 22c0 3.392-1.155 6.49-3.099 8.984l-2.621-2.622a10.974 10.974 0 0 0 2.016-6.343c0-6.069-4.931-11-11-11-6.068 0-11 4.931-11 11 0 6.068 4.932 11 11 11 2.384 0 4.602-.77 6.399-2.072l2.603 2.603A14.341 14.341 0 0 1 22 36.667zm3.52-13.732c.312-1.21.037-2.53-.898-3.483l-.037-.037a3.648 3.648 0 0 0-5.097-.073c-.018.018-.055.037-.091.073a3.674 3.674 0 0 0 0 5.189l.036.036a3.62 3.62 0 0 0 3.502.899l2.768 2.768c-1.1.66-2.365 1.063-3.74 1.063a7.331 7.331 0 0 1-7.333-7.333 7.331 7.331 0 0 1 7.333-7.333 7.331 7.331 0 0 1 7.334 7.333 7.162 7.162 0 0 1-1.027 3.667l-2.75-2.769z" fill={ found ? '#D63638' : '#29B33B' } /> </svg> ); }