import {Path, Rect, SVG} from '@wordpress/components';

export default function Icon() {
    return (
        <SVG width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg">
            <Rect fill="currentColor" fillRule="nonzero" x="6.00391" y="6.00195" width="12" height="12" rx="6"></Rect>
            <Path
                d="M12,0.5 C5.64872538,0.5 0.5,5.64872538 0.5,12 C0.5,18.3512746 5.64872538,23.5 12,23.5 C18.3512746,23.5 23.5,18.3512746 23.5,12 C23.5,5.64872538 18.3512746,0.5 12,0.5 Z M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z"
                fill="currentColor"
                fillRule="nonzero"
            ></Path>
        </SVG>
    );
}
